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 98 private WifiP2pDevice mThisDevice;
131 mThisDevice = (WifiP2pDevice) intent.getParcelableExtra(
133 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
454 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) {
455 mDeviceNameText.setText(mThisDevice.deviceName);
456 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length());
561 if (mThisDevice != null) {
562 if (TextUtils.isEmpty(mThisDevice.deviceName)) {
563 mThisDevicePref.setTitle(mThisDevice.deviceAddress)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 189 private WifiP2pDevice mThisDevice = new WifiP2pDevice();
369 mThisDevice.primaryDeviceType = mContext.getResources().getString(
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 161 private WifiP2pDevice mThisDevice;
794 !info.getOwner().deviceAddress.equals(mThisDevice.deviceAddress),
    [all...]

Completed in 145 milliseconds