HomeSort by relevance Sort by last modified time
    Searched full:mexplorer (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 55 private DeviceExplorer mExplorer;
72 mExplorer = new DeviceExplorer();
75 mExplorer.setCustomImages(
86 mExplorer.pushIntoSelection();
96 mExplorer.pullSelection();
106 mExplorer.deleteSelection();
114 mExplorer.setActions(pushAction, pullAction, deleteAction);
131 mExplorer.createPanel(parent);
138 mExplorer.setFocus();
154 mExplorer.switchDevice(selectedDevice)
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 244 private DeviceExplorer mExplorer = null;
    [all...]

Completed in 239 milliseconds