OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThisDevice
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java
106
private WifiP2pDevice
mThisDevice
;
142
mThisDevice
= (WifiP2pDevice) intent.getParcelableExtra(
144
if (DBG) Log.d(TAG, "Update device info: " +
mThisDevice
);
438
} else if (
mThisDevice
!= null && !TextUtils.isEmpty(
mThisDevice
.deviceName)) {
439
mDeviceNameText.setText(
mThisDevice
.deviceName);
440
mDeviceNameText.setSelection(0,
mThisDevice
.deviceName.length());
537
if (
mThisDevice
!= null) {
538
if (TextUtils.isEmpty(
mThisDevice
.deviceName)) {
539
mThisDevicePref.setTitle(
mThisDevice
.deviceAddress)
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
181
private WifiP2pDevice
mThisDevice
= new WifiP2pDevice();
312
mThisDevice
.primaryDeviceType = mContext.getResources().getString(
[
all
...]
Completed in 189 milliseconds