Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2251 maybeEraseOwnDeviceAddress(mGroup, message.sendingUid)); in processMessageImpl()
2283 maybeEraseOwnDeviceAddress(mGroups, message.sendingUid), in processMessageImpl()
2504 maybeEraseOwnDeviceAddress(mThisDevice, message.sendingUid)); in processMessageImpl()
6405 private WifiP2pDevice maybeEraseOwnDeviceAddress(WifiP2pDevice device, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
6431 private WifiP2pGroup maybeEraseOwnDeviceAddress(WifiP2pGroup group, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
6457 private WifiP2pGroupList maybeEraseOwnDeviceAddress(WifiP2pGroupList groupList, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
6463 result.add(maybeEraseOwnDeviceAddress(group, uid)); in maybeEraseOwnDeviceAddress()