Searched refs:isConnectedMacRandomizationEnabled (Results 1 – 3 of 3) sorted by relevance
261 when(mClientModeImpl.isConnectedMacRandomizationEnabled()).thenReturn(false); in clientModeStartedStopsWhenInterfaceDown()277 when(mClientModeImpl.isConnectedMacRandomizationEnabled()).thenReturn(true); in clientModeStartedWithConnectedMacRandDoesNotStopWhenInterfaceDown()
262 if (mClientModeImpl.isConnectedMacRandomizationEnabled()) { in onUpChanged()
3444 public boolean isConnectedMacRandomizationEnabled() { in isConnectedMacRandomizationEnabled() method in ClientModeImpl