Searched refs:DEFAULT_MAC_ADDRESS (Results 1 – 4 of 4) sorted by relevance
51 public static final String DEFAULT_MAC_ADDRESS = "02:00:00:00:00:00"; field in WifiInfo102 private String mMacAddress = DEFAULT_MAC_ADDRESS;434 return mMacAddress != null && !DEFAULT_MAC_ADDRESS.equals(mMacAddress); in hasRealMacAddress()
110 public static final String DEFAULT_MAC_ADDRESS = "02:00:00:00:00:00"; field in BluetoothAdapter
1025 return BluetoothAdapter.DEFAULT_MAC_ADDRESS; in getAddress()
3343 sentWifiInfo.setMacAddress(WifiInfo.DEFAULT_MAC_ADDRESS); in sendNetworkStateChangeBroadcast()3355 result.setMacAddress(WifiInfo.DEFAULT_MAC_ADDRESS); in getWiFiInfoForUid()