Searched refs:DEFAULT_MAC_ADDRESS (Results 1 – 4 of 4) sorted by relevance
52 public static final String DEFAULT_MAC_ADDRESS = "02:00:00:00:00:00"; field in WifiInfo103 private String mMacAddress = DEFAULT_MAC_ADDRESS;459 return mMacAddress != null && !DEFAULT_MAC_ADDRESS.equals(mMacAddress); in hasRealMacAddress()
115 public static final String DEFAULT_MAC_ADDRESS = "02:00:00:00:00:00"; field in BluetoothAdapter
1265 return BluetoothAdapter.DEFAULT_MAC_ADDRESS; in getAddress()
3079 sentWifiInfo.setMacAddress(WifiInfo.DEFAULT_MAC_ADDRESS); in sendNetworkStateChangeBroadcast()3091 result.setMacAddress(WifiInfo.DEFAULT_MAC_ADDRESS); in getWiFiInfoForUid()