Searched refs:InvokeCounter (Results 1 – 5 of 5) sorted by relevance
169 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_StateChange()170 new InvokeCounter("testRemoteConnectionCallbacks_StateChange"); in testRemoteConnectionCallbacks_StateChange()195 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_RingbackRequest()196 new InvokeCounter("testRemoteConnectionCallbacks_RingbackRequest"); in testRemoteConnectionCallbacks_RingbackRequest()221 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionCapabilities()222 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionCapabilities()251 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_PostDialWait()252 new InvokeCounter("testRemoteConnectionCallbacks_PostDialWait"); in testRemoteConnectionCallbacks_PostDialWait()279 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_PostDialChar()280 new InvokeCounter("testRemoteConnectionCallbacks_PostDialChar"); in testRemoteConnectionCallbacks_PostDialChar()[all …]
208 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_StateChange()209 new InvokeCounter("testRemoteConferenceCallbacks_StateChange"); in testRemoteConferenceCallbacks_StateChange()234 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_Disconnect()235 new InvokeCounter("testRemoteConferenceCallbacks_Disconnect"); in testRemoteConferenceCallbacks_Disconnect()261 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionAdd()262 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionAdd"); in testRemoteConferenceCallbacks_ConnectionAdd()292 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionRemove()293 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionRemove"); in testRemoteConferenceCallbacks_ConnectionRemove()324 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionCapabilities()325 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionCapabilities"); in testRemoteConferenceCallbacks_ConnectionCapabilities()[all …]
26 import android.telecom.cts.BaseTelecomTestWithMockServices.InvokeCounter;45 private SparseArray<InvokeCounter> mInvokeCounterMap = new SparseArray<>(10);163 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter()166 new InvokeCounter(getCounterLabel(counterIndex))); in getInvokeCounter()
80 InvokeCounter mOnBringToForegroundCounter;81 InvokeCounter mOnCallAudioStateChangedCounter;82 InvokeCounter mOnPostDialWaitCounter;83 InvokeCounter mOnCannedTextResponsesLoadedCounter;225 mOnBringToForegroundCounter = new InvokeCounter("OnBringToForeground"); in setupCallbacks()226 mOnCallAudioStateChangedCounter = new InvokeCounter("OnCallAudioStateChanged"); in setupCallbacks()227 mOnPostDialWaitCounter = new InvokeCounter("OnPostDialWait"); in setupCallbacks()228 mOnCannedTextResponsesLoadedCounter = new InvokeCounter("OnCannedTextResponsesLoaded"); in setupCallbacks()872 protected static final class InvokeCounter { class in BaseTelecomTestWithMockServices879 public InvokeCounter(String callbackName) { in InvokeCounter() method in BaseTelecomTestWithMockServices.InvokeCounter
377 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()