Home
last modified time | relevance | path

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

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