HomeSort by relevance Sort by last modified time
    Searched refs:mThisDevice (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 108 private WifiP2pDevice mThisDevice;
144 mThisDevice = (WifiP2pDevice) intent.getParcelableExtra(
146 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
458 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) {
459 mDeviceNameText.setText(mThisDevice.deviceName);
460 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length());
573 if (mThisDevice != null) {
574 if (TextUtils.isEmpty(mThisDevice.deviceName)) {
575 mThisDevicePref.setTitle(mThisDevice.deviceAddress)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 187 private WifiP2pDevice mThisDevice = new WifiP2pDevice();
322 mThisDevice.primaryDeviceType = mContext.getResources().getString(
    [all...]
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java 161 private WifiP2pDevice mThisDevice;
794 !info.getOwner().deviceAddress.equals(mThisDevice.deviceAddress),
    [all...]

Completed in 786 milliseconds