Searched refs:mThisDevice (Results 1 – 2 of 2) sorted by relevance
103 private WifiP2pDevice mThisDevice; field in WifiP2pSettings137 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()
104 private WifiP2pDevice mThisDevice; field in WifiP2pSettings503 } 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()