Searched refs:ALL_ZERO_MAC (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareClientState.java | 69 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareClientState 70 private byte[] mLastDiscoveryInterfaceMac = ALL_ZERO_MAC; 240 mCallback.onIdentityChanged(hasPermission ? mac : ALL_ZERO_MAC); in onInterfaceAddressChange() 277 hasPermission ? currentDiscoveryInterfaceMac : ALL_ZERO_MAC); in onClusterChange()
|
D | WifiAwareStateManager.java | 239 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareStateManager 240 private byte[] mCurrentDiscoveryInterfaceMac = ALL_ZERO_MAC; 3334 mCurrentDiscoveryInterfaceMac = ALL_ZERO_MAC; in onAwareDownLocal()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 137 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareStateManagerTest 633 inOrder.verify(mockCallback2).onIdentityChanged(ALL_ZERO_MAC); in testAwareEventsDelivery() 639 inOrder.verify(mockCallback2).onIdentityChanged(ALL_ZERO_MAC); in testAwareEventsDelivery()
|