Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 92) sorted by relevance

1234

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
DDeviceSelectionModel.java64 public boolean containsDevice(IDevice device) { in containsDevice()
70 public void addDevice(IDevice device, Window[] windows, ViewServerInfo info) { in addDevice()
78 public void removeDevice(IDevice device) { in removeDevice()
98 public void updateDevice(IDevice device, Window[] windows) { in updateDevice()
131 public void updateFocusedWindow(IDevice device, int focusedWindow) { in updateFocusedWindow()
144 public void deviceConnected(IDevice device); in deviceConnected()
146 public void deviceChanged(IDevice device); in deviceChanged()
148 public void deviceDisconnected(IDevice device); in deviceDisconnected()
150 public void focusChanged(IDevice device); in focusChanged()
152 public void selectionChanged(IDevice device, Window window); in selectionChanged()
[all …]
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DWindowUpdater.java38 public void windowsChanged(IDevice device); in windowsChanged()
40 public void focusChanged(IDevice device); in focusChanged()
52 public static void startListenForWindowChanges(IWindowChangeListener listener, IDevice device) { in startListenForWindowChanges()
72 public static void stopListenForWindowChanges(IWindowChangeListener listener, IDevice device) { in stopListenForWindowChanges()
91 private static IWindowChangeListener[] getWindowChangeListenersAsArray(IDevice device) { in getWindowChangeListenersAsArray()
106 public static void notifyWindowsChanged(IDevice device) { in notifyWindowsChanged()
115 public static void notifyFocusChanged(IDevice device) { in notifyFocusChanged()
125 private IDevice device; field in WindowUpdater.WindowChangeMonitor
127 public WindowChangeMonitor(IDevice device) { in WindowChangeMonitor()
DDeviceBridge.java139 public static void setupDeviceForward(IDevice device) { in setupDeviceForward()
159 public static void removeDeviceForward(IDevice device) { in removeDeviceForward()
178 public static int getDeviceLocalPort(IDevice device) { in getDeviceLocalPort()
191 public static boolean isViewServerRunning(IDevice device) { in isViewServerRunning()
217 public static boolean startViewServer(IDevice device) { in startViewServer()
221 public static boolean startViewServer(IDevice device, int port) { in startViewServer()
240 public static boolean stopViewServer(IDevice device) { in stopViewServer()
296 public static ViewServerInfo loadViewServerInfo(IDevice device) { in loadViewServerInfo()
339 public static ViewServerInfo getViewServerInfo(IDevice device) { in getViewServerInfo()
345 public static void removeViewServerInfo(IDevice device) { in removeViewServerInfo()
[all …]
DWindow.java33 public Window(IDevice device, String title, int hashCode) { in Window()
60 public static Window getFocusedWindow(IDevice device) { in getFocusedWindow()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
DInspectScreenshotAction.java66 public void deviceChanged(IDevice device) { in deviceChanged()
70 public void deviceConnected(IDevice device) { in deviceConnected()
74 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
78 public void focusChanged(IDevice device) { in focusChanged()
82 public void selectionChanged(final IDevice device, final Window window) { in selectionChanged()
DLoadViewHierarchyAction.java66 public void deviceChanged(IDevice device) { in deviceChanged()
70 public void deviceConnected(IDevice device) { in deviceConnected()
74 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
78 public void focusChanged(IDevice device) { in focusChanged()
82 public void selectionChanged(final IDevice device, final Window window) { in selectionChanged()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java64 public static boolean isViewServerRunning(IDevice device) { in isViewServerRunning()
89 public static boolean startViewServer(IDevice device) { in startViewServer()
93 public static boolean startViewServer(IDevice device, int port) { in startViewServer()
113 public static boolean stopViewServer(IDevice device) { in stopViewServer()
142 public static void setupDeviceForward(IDevice device) { in setupDeviceForward()
164 public static void removeDeviceForward(IDevice device) { in removeDeviceForward()
186 public static int getDeviceLocalPort(IDevice device) { in getDeviceLocalPort()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DVersionLoader.java32 public static int loadServerVersion(IDevice device) { in loadServerVersion()
36 public static int loadProtocolVersion(IDevice device) { in loadProtocolVersion()
40 private static int loadVersion(IDevice device, String command) { in loadVersion()
DViewManager.java30 public static void invalidate(IDevice device, Window window, String params) { in invalidate()
34 public static void requestLayout(IDevice device, Window window, String params) { in requestLayout()
38 public static void outputDisplayList(IDevice device, Window window, String params) { in outputDisplayList()
42 private static void sendCommand(String command, IDevice device, Window window, String params) { in sendCommand()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/
DHierarchyViewerDirector.java132 public void deviceConnected(final IDevice device) { in deviceConnected()
162 private void loadViewServerInfoAndWindows(final IDevice device) { in loadViewServerInfoAndWindows()
177 public void deviceDisconnected(final IDevice device) { in deviceDisconnected()
199 public void deviceChanged(IDevice device, int changeMask) { in deviceChanged()
205 public void windowsChanged(final IDevice device) { in windowsChanged()
220 public void focusChanged(final IDevice device) { in focusChanged()
230 final IDevice device = PixelPerfectModel.getModel().getDevice(); in refreshPixelPerfect() local
261 final IDevice device = PixelPerfectModel.getModel().getDevice(); in refreshPixelPerfectTree() local
276 public void loadPixelPerfectData(final IDevice device) { in loadPixelPerfectData()
291 private Image getScreenshotImage(IDevice device) { in getScreenshotImage()
[all …]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDeviceMonitor.java230 Device device = mDevices.get(0); in handleExpectioninMonitorLoop() local
313 Device device = new Device(this, param[0] /*serialnumber*/, in processIncomingDeviceData() local
348 Device device = mDevices.get(d); in updateDevices() local
427 private void removeDevice(Device device) { in removeDevice()
445 private void queryNewDeviceForInfo(Device device) { in queryNewDeviceForInfo()
485 private void queryNewDeviceForMountingPoint(final Device device, final String name) in queryNewDeviceForMountingPoint()
510 private boolean startMonitoringDevice(Device device) { in startMonitoringDevice()
603 Device device = client.getDeviceImpl(); in deviceClientMonitorLoop() local
641 Device device = (Device)attachment; in deviceClientMonitorLoop() local
677 private boolean sendDeviceMonitoringRequest(SocketChannel socket, Device device) in sendDeviceMonitoringRequest()
[all …]
DAdbHelper.java74 Device device, int devicePort) in open()
121 Device device, int pid) in createPassThroughConnection()
268 static RawImage getFrameBuffer(InetSocketAddress adbSockAddr, Device device) in getFrameBuffer()
360 String command, IDevice device, IShellOutputReceiver rcvr, int maxTimeToOutputResponse) in executeRemoteCommand()
443 public static void runEventLogService(InetSocketAddress adbSockAddr, Device device, in runEventLogService()
459 public static void runLogService(InetSocketAddress adbSockAddr, Device device, String logName, in runLogService()
520 public static void createForward(InetSocketAddress adbSockAddr, Device device, int localPort, in createForward()
556 public static void removeForward(InetSocketAddress adbSockAddr, Device device, int localPort, in removeForward()
724 static void setDevice(SocketChannel adbChan, IDevice device) in setDevice()
751 Device device) throws TimeoutException, AdbCommandRejectedException, IOException { in reboot()
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
DMonkeyRecorder.java48 public static void start(final MonkeyDevice device) { in start()
52 /* package */static void start(final IChimpDevice device) { in start()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatReceiverFactory.java52 private synchronized void removeReceiverFor(IDevice device) { in removeReceiverFor()
56 public synchronized LogCatReceiver newReceiver(IDevice device, IPreferenceStore prefs) { in newReceiver()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DApkInstallManager.java54 public ApkInstall(IProject project, String packageName, IDevice device) { in ApkInstall()
79 final IDevice device; field in ApkInstallManager.ApkInstall
121 public void registerInstallation(IProject project, String packageName, IDevice device) { in registerInstallation()
133 public boolean isApplicationInstalled(IProject project, String packageName, IDevice device) { in isApplicationInstalled()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitor.java100 public void monitorDevice(final IDevice device) { in monitorDevice()
122 private void checkMessages(List<LogCatMessage> receivedMessages, IDevice device) { in checkMessages()
153 private void focusLogCatView(final IDevice device, final String appName) { in focusLogCatView()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java710 private boolean checkBuildInfo(DelayedLaunchInfo launchInfo, IDevice device) { in checkBuildInfo()
809 private boolean simpleLaunch(DelayedLaunchInfo launchInfo, IDevice device) { in simpleLaunch()
838 private boolean syncApp(DelayedLaunchInfo launchInfo, IDevice device) { in syncApp()
871 private boolean doSyncApp(DelayedLaunchInfo launchInfo, IDevice device) { in doSyncApp()
886 launchInfo.getProject(), launchInfo.getPackageName(), device); in doSyncApp() local
992 final IDevice device) { in installPackage()
1025 private boolean checkInstallResult(String result, IDevice device, DelayedLaunchInfo launchInfo, in checkInstallResult()
1107 private String doUninstall(IDevice device, DelayedLaunchInfo launchInfo) in doUninstall()
1130 final IDevice device, boolean reinstall) throws InstallException { in doInstall()
1140 public void launchApp(final DelayedLaunchInfo info, IDevice device) { in launchApp()
[all …]
DIAndroidLaunchAction.java34 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device); in doLaunchAction()
DDeviceChooserDialog.java120 IDevice device = (IDevice)element; in getColumnImage() local
160 IDevice device = (IDevice)element; in getColumnText() local
497 public void deviceConnected(IDevice device) { in deviceConnected()
529 public void deviceDisconnected(IDevice device) { in deviceDisconnected()
542 public void deviceChanged(final IDevice device, int changeMask) { in deviceChanged()
634 private void handleSelection(IDevice device) { in handleSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigManagerDialog.java86 public DeviceSelection(DeviceType type, LayoutDevice device, in DeviceSelection()
94 final LayoutDevice device; field in ConfigManagerDialog.DeviceSelection
135 LayoutDevice device = (LayoutDevice)parentElement; in getChildren() local
157 LayoutDevice device = (LayoutDevice)element; in hasChildren() local
473 LayoutDevice device = null; in getSelection() local
525 private void select(LayoutDevice device, String configName) { in select()
/sdk/monkeyrunner/scripts/
Dmonkey_recorder.py19 device = mr.waitForConnection() variable
Dmonkey_playback.py39 def process_file(fp, device): argument
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DDeviceSelector.java251 public void deviceConnected(final IDevice device) { in deviceConnected()
260 public void deviceChanged(final IDevice device) { in deviceChanged()
273 public void deviceDisconnected(final IDevice device) { in deviceDisconnected()
281 public void focusChanged(final IDevice device) { in focusChanged()
294 public void selectionChanged(IDevice device, Window window) { in selectionChanged()
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
DAction.java44 void execute(IChimpDevice device) throws Exception; in execute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceManager.java155 public void removeUserDevice(LayoutDevice device) { in removeUserDevice()
170 public LayoutDevice replaceUserDevice(LayoutDevice device, String newName, in replaceUserDevice()
200 public void addUserConfiguration(LayoutDevice device, String configName, in addUserConfiguration()
217 public void replaceUserConfiguration(LayoutDevice device, String oldConfigName, in replaceUserConfiguration()
237 public void removeUserConfiguration(LayoutDevice device, String configName) { in removeUserConfiguration()

1234