Home
last modified time | relevance | path

Searched defs:stateCb (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DSipTransportImplBaseTest.java110 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in createDestroyDelegate() local
135 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in testPhoneProcessCrash() local
155 ISipDelegateStateCallback stateCb, in createSipDelegate()
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp240 ScopedAStatus AidlClientImpl::init(const std::shared_ptr<IPipeStateCallback>& stateCb) { in init()