Searched refs:mThisDevice (Results 1 – 2 of 2) sorted by relevance
108 private WifiP2pDevice mThisDevice; field in WifiP2pSettings511 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) { in onCreateDialog()512 mDeviceNameText.setText(mThisDevice.deviceName); in onCreateDialog()513 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length()); in onCreateDialog()609 mThisDevice = wifiP2pDevice; in onDeviceInfoAvailable()610 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice); in onDeviceInfoAvailable()611 mThisDevicePreferenceController.updateDeviceName(mThisDevice); in onDeviceInfoAvailable()
367 private final WifiP2pDevice mThisDevice = new WifiP2pDevice(); field in WifiP2pServiceImpl742 mThisDevice.deviceAddress = deviceAddress; in handleBootCompleted()746 mThisDevice.deviceName = deviceName; in handleBootCompleted()1886 mThisDevice.wfdInfo = null; in clearP2pInternalDataIfNecessary()2045 && !TextUtils.isEmpty(mThisDevice.deviceAddress)) { in needsActiveP2p()2207 mThisDevice.wfdInfo = d; in processMessageImpl()2504 maybeEraseOwnDeviceAddress(mThisDevice, message.sendingUid)); in processMessageImpl()3294 if (mThisDevice.deviceAddress.equals(device.deviceAddress)) break; in processMessageImpl()3825 netId = mGroups.getNetworkId(mThisDevice.deviceAddress); in processMessageImpl()3873 mGroup.getOwner().deviceAddress = mThisDevice.deviceAddress; in processMessageImpl()[all …]