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 54 private DeviceExplorer mExplorer;
69 mExplorer = new DeviceExplorer();
72 mExplorer.setImages(PlatformUI.getWorkbench()
85 mExplorer.pushIntoSelection();
96 mExplorer.pullSelection();
107 mExplorer.deleteSelection();
116 mExplorer.setActions(pushAction, pullAction, deleteAction);
133 mExplorer.createPanel(parent);
140 mExplorer.setFocus();
156 mExplorer.switchDevice(selectedDevice)
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 248 private DeviceExplorer mExplorer = null;
    [all...]

Completed in 58 milliseconds