HomeSort by relevance Sort by last modified time
    Searched defs:getDevice (Results 1 - 25 of 66) sorted by null

1 2 3

  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 38 public IDevice getDevice();
DeviceTestCase.java 48 public IDevice getDevice() {
69 assertNotNull(getDevice());
DeviceTestSuite.java 65 public IDevice getDevice() {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 37 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp 103 IDirect3DDevice9 *getDevice()
107 return display->getDevice();
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
Window.java 56 public IDevice getDevice() {
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 53 framebuffer_device_t const * getDevice() const { return fbDev; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 70 public Device getDevice() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityServiceTestRunner.java 70 AccessibilityTestRunner.disableAccessibilityAndServicesAndTouchExploration(getDevice());
76 String errorMessage = getDevice().installPackage(file, true);
81 String errorMessage = getDevice().uninstallPackage(packageName);
88 AccessibilityTestRunner.enableAccessibilityAndServicesAndTouchExploration(getDevice(),
VMHostTest.java 43 if (!installVmPrereqs(getDevice(), getBuildHelper())) {
46 getDevice().getSerialNumber()));
49 cleanupDeviceFiles(getDevice());
AccessibilityTestRunner.java 75 disableAccessibilityAndServicesAndTouchExploration(getDevice());
81 String errorMessage = getDevice().installPackage(file, true);
86 String errorMessage = getDevice().uninstallPackage(packageName);
96 enableAccessibilityAndServicesAndTouchExploration(getDevice(), enabledServicesValue);
GeeTest.java 136 public ITestDevice getDevice() {
JarHostTest.java 153 public ITestDevice getDevice() {
195 ((IDeviceTest)junitTest).setDevice(getDevice());
200 deviceTest.setDevice(getDevice().getIDevice());
  /frameworks/base/core/java/android/view/
InputEvent.java 56 * @see InputDevice#getDevice
65 public final InputDevice getDevice() {
66 return InputDevice.getDevice(getDeviceId());
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 183 const char* MemoryHeapBase::getDevice() const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 74 public IDevice getDevice() {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 66 public WifiP2pDevice getDevice() {
  /external/clang/include/clang/Basic/
FileManager.h 95 dev_t getDevice() const { return Device; }
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 500 IDirect3DDevice9 *Display::getDevice()
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 228 public MtpDevice getDevice(String deviceName) {
241 public MtpDevice getDevice(int id) {
274 MtpDevice device = getDevice(deviceName);
306 MtpDevice device = getDevice(deviceName);
321 MtpDevice device = getDevice(deviceName);
342 MtpDevice device = getDevice(deviceName);
378 MtpDevice device = getDevice(deviceName);
393 MtpDevice device = getDevice(deviceName);
411 MtpDevice device = getDevice(deviceName);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 250 public MtpDevice getDevice(String deviceName) {
263 public MtpDevice getDevice(int id) {
296 MtpDevice device = getDevice(deviceName);
328 MtpDevice device = getDevice(deviceName);
343 MtpDevice device = getDevice(deviceName);
364 MtpDevice device = getDevice(deviceName);
400 MtpDevice device = getDevice(deviceName);
415 MtpDevice device = getDevice(deviceName);
433 MtpDevice device = getDevice(deviceName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 109 public IDevice getDevice() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 71 mLaunchInfo.setDevice(info.getDevice());
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
PixelPerfectModel.java 223 public IDevice getDevice() {
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 124 getDevice().uninstallPackage(SHARED_UI_PKG);
125 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
127 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK),
131 installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_DIFF_CERT_APK),
138 getDevice().uninstallPackage(SHARED_UI_PKG);
139 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
151 getDevice().uninstallPackage(SIMPLE_APP_PKG);
153 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK),
157 installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_DIFF_CERT_APK),
164 getDevice().uninstallPackage(SIMPLE_APP_PKG)
    [all...]

Completed in 1098 milliseconds

1 2 3