OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeviceList
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java
45
private List<MtpDevice>
mDeviceList
;
61
return
mDeviceList
.size();
65
return
mDeviceList
.get(position);
83
MtpDevice device =
mDeviceList
.get(position);
101
mDeviceList
= mClient.getDeviceList();
119
intent.putExtra("device",
mDeviceList
.get(position).getDeviceName());
129
mDeviceList
= mClient.getDeviceList();
135
mDeviceList
= mClient.getDeviceList();
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java
83
private DevicePanel
mDeviceList
;
126
doSelectionChanged(
mDeviceList
.getSelectedClient());
192
doSelectionChanged(
mDeviceList
.getSelectedClient());
284
mDeviceList
= new DevicePanel(USE_SELECTED_DEBUG_PORT);
285
mDeviceList
.createPanel(parent);
286
mDeviceList
.addSelectionListener(this);
289
mDeviceList
.addSelectionListener(plugin);
297
dlg.open(
mDeviceList
.getSelectedDevice());
332
mDeviceList
.killSelectedClient();
343
mDeviceList
.forceGcOnSelectedClient()
[
all
...]
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
DeviceSelectionModel.java
37
private final ArrayList<IDevice>
mDeviceList
= new ArrayList<IDevice>();
73
mDeviceList
.add(device);
81
mDeviceList
.remove(device);
82
if (!
mDeviceList
.contains(device)) {
227
return
mDeviceList
.toArray(new IDevice[
mDeviceList
.size()]);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java
164
private List<LayoutDevice>
mDeviceList
;
295
for (LayoutDevice d :
mDeviceList
) {
[
all
...]
Completed in 204 milliseconds