Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1209 maybeEraseOwnDeviceAddress(mGroup, message.sendingUid)); in processMessage()
1223 maybeEraseOwnDeviceAddress(mGroups, message.sendingUid), in processMessage()
1372 maybeEraseOwnDeviceAddress(mThisDevice, message.sendingUid)); in processMessage()
3666 private WifiP2pDevice maybeEraseOwnDeviceAddress(WifiP2pDevice device, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
3690 private WifiP2pGroup maybeEraseOwnDeviceAddress(WifiP2pGroup group, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
3714 private WifiP2pGroupList maybeEraseOwnDeviceAddress(WifiP2pGroupList groupList, int uid) { in maybeEraseOwnDeviceAddress() method in WifiP2pServiceImpl.P2pStateMachine
3720 result.add(maybeEraseOwnDeviceAddress(group, uid)); in maybeEraseOwnDeviceAddress()