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
95
private WifiP2pDevice
mThisDevice
;
124
mThisDevice
= (WifiP2pDevice) intent.getParcelableExtra(
126
if (DBG) Log.d(TAG, "Update device info: " +
mThisDevice
);
387
} else if (
mThisDevice
!= null && !TextUtils.isEmpty(
mThisDevice
.deviceName)) {
388
mDeviceNameText.setText(
mThisDevice
.deviceName);
389
mDeviceNameText.setSelection(0,
mThisDevice
.deviceName.length());
462
if (
mThisDevice
!= null) {
463
if (TextUtils.isEmpty(
mThisDevice
.deviceName)) {
464
mThisDevicePref.setTitle(
mThisDevice
.deviceAddress)
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
155
private WifiP2pDevice
mThisDevice
= new WifiP2pDevice();
206
mThisDevice
.primaryDeviceType = mContext.getResources().getString(
680
if (
mThisDevice
.deviceAddress.equals(device.deviceAddress)) break;
[
all
...]
Completed in 1571 milliseconds