Home
last modified time | relevance | path

Searched refs:ALL_ZERO_MAC (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java69 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()
DWifiAwareStateManager.java239 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/
DWifiAwareStateManagerTest.java137 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()