Searched refs:ALL_ZERO_MAC (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareClientState.java | 67 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareClientState 68 private byte[] mLastDiscoveryInterfaceMac = ALL_ZERO_MAC; 228 mCallback.onIdentityChanged(hasPermission ? mac : ALL_ZERO_MAC); in onInterfaceAddressChange() 264 hasPermission ? currentDiscoveryInterfaceMac : ALL_ZERO_MAC); in onClusterChange()
|
D | WifiAwareStateManager.java | 229 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareStateManager 230 private byte[] mCurrentDiscoveryInterfaceMac = ALL_ZERO_MAC; 3072 mCurrentDiscoveryInterfaceMac = ALL_ZERO_MAC; in onAwareDownLocal()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 133 private static final byte[] ALL_ZERO_MAC = new byte[] {0, 0, 0, 0, 0, 0}; field in WifiAwareStateManagerTest 613 inOrder.verify(mockCallback2).onIdentityChanged(ALL_ZERO_MAC); in testAwareEventsDelivery() 619 inOrder.verify(mockCallback2).onIdentityChanged(ALL_ZERO_MAC); in testAwareEventsDelivery()
|