Searched refs:mAnotherSoftApCallback (Results 1 – 1 of 1) sorted by relevance
247 @Mock ISoftApCallback mAnotherSoftApCallback; field in WifiServiceImplTest1754 mAnotherAppBinder, mAnotherSoftApCallback, callbackIdentifier); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1766 verify(mAnotherSoftApCallback).onNumClientsChanged(testNumClients); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1827 mWifiServiceImpl.registerSoftApCallback(mAppBinder, mAnotherSoftApCallback, anotherUid); in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne()1829 verify(mAnotherSoftApCallback).onStateChanged(WIFI_AP_STATE_ENABLED, 0); in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne()1830 verify(mAnotherSoftApCallback).onNumClientsChanged(testNumClients); in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne()1842 verify(mAnotherSoftApCallback).onStateChanged(WIFI_AP_STATE_FAILED, in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne()