Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/p2p/
DWifiP2pSettings.java103 private WifiP2pDevice mThisDevice; field in WifiP2pSettings
137 mThisDevice = (WifiP2pDevice) intent.getParcelableExtra(
139 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
140 mThisDevicePreferenceController.updateDeviceName(mThisDevice);
347 mThisDevice = wifiP2pDevice; in onResume()
506 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) { in onCreateDialog()
507 mDeviceNameText.setText(mThisDevice.deviceName); in onCreateDialog()
508 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length()); in onCreateDialog()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java104 private WifiP2pDevice mThisDevice; field in WifiP2pSettings
503 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) { in onCreateDialog()
504 mDeviceNameText.setText(mThisDevice.deviceName); in onCreateDialog()
505 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length()); in onCreateDialog()
601 mThisDevice = wifiP2pDevice; in onDeviceInfoAvailable()
602 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice); in onDeviceInfoAvailable()
603 mThisDevicePreferenceController.updateDeviceName(mThisDevice); in onDeviceInfoAvailable()