Home | History | Annotate | Download | only in ddms

Lines Matching refs:mExplorer

264     private DeviceExplorer mExplorer = null;
1490 if (mExplorer == null) {
1541 mExplorer = new DeviceExplorer();
1542 mExplorer.setActions(pushAction, pullAction, deleteAction, createNewFolderAction);
1547 mExplorer.pullSelection();
1555 mExplorer.pushIntoSelection();
1563 mExplorer.deleteSelection();
1571 mExplorer.createNewFolderInSelection();
1579 mExplorer.createPanel(parent);
1580 mExplorer.switchDevice(mCurrentDevice);
1588 mExplorer = null;
1735 if (mExplorer != null) {
1736 mExplorer.switchDevice(mCurrentDevice);