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 99 private WifiP2pDevice mThisDevice;
132 mThisDevice = (WifiP2pDevice) intent.getParcelableExtra(
134 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
468 } else if (mThisDevice != null && !TextUtils.isEmpty(mThisDevice.deviceName)) {
469 mDeviceNameText.setText(mThisDevice.deviceName);
470 mDeviceNameText.setSelection(0, mThisDevice.deviceName.length());
580 if (mThisDevice != null) {
581 if (TextUtils.isEmpty(mThisDevice.deviceName)) {
582 mThisDevicePref.setTitle(mThisDevice.deviceAddress)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 161 private WifiP2pDevice mThisDevice;
794 !info.getOwner().deviceAddress.equals(mThisDevice.deviceAddress),
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 191 private WifiP2pDevice mThisDevice = new WifiP2pDevice();
365 mThisDevice.primaryDeviceType = mContext.getResources().getString(
    [all...]

Completed in 4566 milliseconds