Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/p2p/
DWifiP2pSettings.java343 mWifiP2pManager.requestDeviceInfo(mChannel, wifiP2pDevice -> { in onResume()
345 Log.d(TAG, "Get device info: " + wifiP2pDevice); in onResume()
347 mThisDevice = wifiP2pDevice; in onResume()
348 mThisDevicePreferenceController.updateDeviceName(wifiP2pDevice); in onResume()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java600 public void onDeviceInfoAvailable(WifiP2pDevice wifiP2pDevice) { in onDeviceInfoAvailable() argument
601 mThisDevice = wifiP2pDevice; in onDeviceInfoAvailable()