Searched refs:testClients (Results 1 – 5 of 5) sorted by relevance
491 final List<WifiClient> testClients = new ArrayList(); in callsWifiServiceCallbackOnSoftApConnectedClientsChanged() local493 mSoftApManagerCallback.onConnectedClientsChanged(testClients); in callsWifiServiceCallbackOnSoftApConnectedClientsChanged()496 verify(mSoftApStateMachineCallback).onConnectedClientsChanged(testClients); in callsWifiServiceCallbackOnSoftApConnectedClientsChanged()505 final List<WifiClient> testClients = new ArrayList(); in testNullCallbackToWifiServiceImplForConnectedClientsChanged() local511 mSoftApManagerCallback.onConnectedClientsChanged(testClients); in testNullCallbackToWifiServiceImplForConnectedClientsChanged()
1907 final List<WifiClient> testClients = new ArrayList(); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice() local1908 testClients.add(testClient); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1909 mStateMachineSoftApCallback.onConnectedClientsChanged(testClients); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1912 verify(mClientSoftApCallback, never()).onConnectedClientsChanged(testClients); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1913 verify(mAnotherSoftApCallback).onConnectedClientsChanged(testClients); in replacesOldCallbackWithNewCallbackWhenRegisteringTwice()1930 final List<WifiClient> testClients = new ArrayList(); in unregisterSoftApCallbackRemovesCallback() local1931 testClients.add(testClient); in unregisterSoftApCallbackRemovesCallback()1932 mStateMachineSoftApCallback.onConnectedClientsChanged(testClients); in unregisterSoftApCallbackRemovesCallback()1934 verify(mClientSoftApCallback, never()).onConnectedClientsChanged(testClients); in unregisterSoftApCallbackRemovesCallback()1953 final List<WifiClient> testClients = new ArrayList(); in unregisterSoftApCallbackDoesNotRemoveCallbackIfCallbackIdentifierNotMatching() local[all …]
926 final NativeWifiClient[] testClients = new NativeWifiClient[]{}; in testSoftApListenerInvocation() local927 apInterfaceCallbackCaptor.getValue().onConnectedClientsChanged(testClients); in testSoftApListenerInvocation()928 verify(mSoftApListener).onConnectedClientsChanged(Arrays.asList(testClients)); in testSoftApListenerInvocation()
1009 List<NativeWifiClient> testClients = new ArrayList(); in schedulesTimeoutTimerWhenAllClientsDisconnect() local1010 mSoftApListenerCaptor.getValue().onConnectedClientsChanged(testClients); in schedulesTimeoutTimerWhenAllClientsDisconnect()
770 final List<WifiClient> testClients = new ArrayList(); in softApCallbackProxyCallsOnConnectedClientsChanged() local771 callbackCaptor.getValue().onConnectedClientsChanged(testClients); in softApCallbackProxyCallsOnConnectedClientsChanged()773 verify(mSoftApCallback).onConnectedClientsChanged(testClients); in softApCallbackProxyCallsOnConnectedClientsChanged()787 final List<WifiClient> testClients = new ArrayList(); in softApCallbackProxyCallsOnMultipleUpdates() local789 callbackCaptor.getValue().onConnectedClientsChanged(testClients); in softApCallbackProxyCallsOnMultipleUpdates()794 verify(mSoftApCallback).onConnectedClientsChanged(testClients); in softApCallbackProxyCallsOnMultipleUpdates()