Searched refs:mSrvccStartedCallback (Results 1 – 2 of 2) sorted by relevance
158 private ISrvccStartedCallback mSrvccStartedCallback; field in ImsPhoneCallTrackerTest2281 mSrvccStartedCallback = null; in testNotifySrvccStateStarted()2285 mSrvccStartedCallback = (ISrvccStartedCallback) invocation.getArguments()[0]; in testNotifySrvccStateStarted()2293 assertNotNull(mSrvccStartedCallback); in testNotifySrvccStateStarted()2312 mSrvccStartedCallback.onSrvccCallNotified(profiles); in testNotifySrvccStateStarted()
810 private final SrvccStartedCallback mSrvccStartedCallback = new SrvccStartedCallback(); field in ImsPhoneCallTracker4770 mImsManager.notifySrvccStarted(mSrvccStartedCallback); in notifySrvccState()