Searched refs:onActivatedStateChanged (Results 1 – 5 of 5) sorted by relevance
25 void onActivatedStateChanged(boolean activated); in onActivatedStateChanged() method
8038 void onActivatedStateChanged(boolean activated); in onActivatedStateChanged() method8087 public void onActivatedStateChanged(boolean activated) { in onActivatedStateChanged() method in WifiManager.OnWifiLowLatencyLockProxy8089 mExecutor.execute(() -> mListener.onActivatedStateChanged(activated)); in onActivatedStateChanged()
1935 inOrder.verify(testListener).onActivatedStateChanged(false); in testWifiLowLatencyLockListener()1953 inOrder.verify(testListener).onActivatedStateChanged(true); in testWifiLowLatencyLockListener()1965 inOrder.verify(testListener, never()).onActivatedStateChanged(anyBoolean()); in testWifiLowLatencyLockListener()1974 inOrder.verify(testListener, never()).onActivatedStateChanged(anyBoolean()); in testWifiLowLatencyLockListener()1982 inOrder.verify(testListener, never()).onActivatedStateChanged(anyBoolean()); in testWifiLowLatencyLockListener()1989 inOrder.verify(testListener, never()).onActivatedStateChanged(anyBoolean()); in testWifiLowLatencyLockListener()1995 inOrder.verify(testListener).onActivatedStateChanged(false); in testWifiLowLatencyLockListener()2006 inOrder.verify(testListener, never()).onActivatedStateChanged(anyBoolean()); in testWifiLowLatencyLockListener()2024 inOrder.verify(testListener).onActivatedStateChanged(false); in testWifiLowLatencyLockListenerWithNoChipSupport()2040 inOrder.verify(testListener).onActivatedStateChanged(true); in testWifiLowLatencyLockListenerWithNoChipSupport()
933 listener.onActivatedStateChanged(mIsLowLatencyActivated); in addWifiLowLatencyLockListener()960 mWifiLowLatencyLockListeners.getBroadcastItem(i).onActivatedStateChanged( in notifyLowLatencyActivated()
1053 …aggedApi("com.android.wifi.flags.android_v_wifi_api") public void onActivatedStateChanged(boolean);