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

1 2 3 4 5 6 7 8

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 134 getDevice().uninstallPackage(SHARED_UI_PKG);
135 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
137 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK),
141 installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_DIFF_CERT_APK),
148 getDevice().uninstallPackage(SHARED_UI_PKG);
149 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
161 getDevice().uninstallPackage(SIMPLE_APP_PKG);
163 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK),
167 installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_DIFF_CERT_APK),
174 getDevice().uninstallPackage(SIMPLE_APP_PKG)
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
UnknownFileSystemException.java 51 public BlockDevice getDevice() {
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestCase.java 48 public IDevice getDevice() {
69 assertNotNull(getDevice());
DeviceTest.java 38 public IDevice getDevice();
DeviceTestSuite.java 65 public IDevice getDevice() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java 71 Assert.assertNotNull("missing device", getDevice());
76 getDevice().getSerialNumber()));
78 String installCode = getDevice().installPackage(mCtsBuild.getTestApp(apkFileName),
81 apkFileName, getDevice().getSerialNumber(), installCode), installCode);
90 getDevice().getSerialNumber()));
91 getDevice().uninstallPackage(packageName);
DisplayTestRunner.java 37 SettingsToggler.setGlobalString(getDevice(), OVERLAY_DISPLAY_DEVICES_SETTING_NAME,
44 SettingsToggler.setGlobalString(getDevice(), OVERLAY_DISPLAY_DEVICES_SETTING_NAME,
UiAutomatorJarTest.java 68 Assert.assertNotNull("missing device", getDevice());
80 CLog.d("Installing %s on %s", mTestJarFileName, getDevice().getSerialNumber());
83 boolean result = getDevice().pushFile(mCtsBuild.getTestApp(mTestJarFileName),
93 CLog.d("Uninstalling %s on %s", mTestJarFileName, getDevice().getSerialNumber());
95 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
AccessibilityTestRunner.java 75 disableAccessibilityAndServices(getDevice());
81 String errorMessage = getDevice().installPackage(file, true);
86 String errorMessage = getDevice().uninstallPackage(packageName);
95 enableAccessibilityAndServices(getDevice(), enabledServicesValue);
VMHostTest.java 43 if (!installVmPrereqs(getDevice(), getBuildHelper())) {
46 getDevice().getSerialNumber()));
49 cleanupDeviceFiles(getDevice());
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 34 IDirect3DDevice9 *getDevice();
Buffer.cpp 63 mVertexBuffer = new StaticVertexBuffer(getDevice());
64 mIndexBuffer = new StaticIndexBuffer(getDevice());
81 // mVertexBuffer = new StaticVertexBuffer(getDevice());
82 // mIndexBuffer = new StaticIndexBuffer(getDevice());
Blit.cpp 156 IDirect3DDevice9 *device = getDevice();
190 IDirect3DDevice9 *device = getDevice();
265 IDirect3DDevice9 *device = getDevice();
298 IDirect3DDevice9 *device = getDevice();
378 getDevice()->SetPixelShaderConstantF(0, psConst0, 1);
391 IDirect3DDevice9 *device = getDevice();
433 IDirect3DDevice9 *device = getDevice();
450 IDirect3DDevice9 *device = getDevice();
476 IDirect3DDevice9 *device = getDevice();
487 IDirect3DDevice9 *device = getDevice();
    [all...]
main.cpp 103 IDirect3DDevice9 *getDevice()
107 return 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 70 public Device getDevice() {
  /frameworks/base/core/java/android/view/
InputEvent.java 56 * @see InputDevice#getDevice
65 public final InputDevice getDevice() {
66 return InputDevice.getDevice(getDeviceId());
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 44 float edgeGutter = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
61 float enough = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
NestedConfiguration.java 121 configuration.setDevice(values.getDevice(), true);
269 public Device getDevice() {
271 return super.getDevice();
273 return mParent.getDevice();
315 Device device = super.getDevice();
332 Device device = super.getDevice();
473 return ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 254 public MtpDevice getDevice(String deviceName) {
267 public MtpDevice getDevice(int id) {
300 MtpDevice device = getDevice(deviceName);
332 MtpDevice device = getDevice(deviceName);
347 MtpDevice device = getDevice(deviceName);
368 MtpDevice device = getDevice(deviceName);
404 MtpDevice device = getDevice(deviceName);
419 MtpDevice device = getDevice(deviceName);
437 MtpDevice device = getDevice(deviceName);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 37 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /packages/apps/Gallery2/src/com/android/photos/drawables/
MtpThumbnailDrawable.java 40 MtpDevice device = MtpDeviceIndex.getInstance().getDevice();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 79 BluetoothDevice getDevice(byte[] address) {
227 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address));
238 BluetoothDevice bdDevice = getDevice(address);
242 bdDevice = getDevice(address);
309 BluetoothDevice device = getDevice(address);
329 BluetoothDevice bdDevice = getDevice(address);
354 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address));
364 BluetoothDevice bdDevice = getDevice(address);
387 BluetoothDevice device = getDevice(address);
391 device = getDevice(address)
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FsInfoSector.java 63 new FsInfoSector(bs.getDevice(), offset(bs));
86 new FsInfoSector(bs.getDevice(), offset(bs));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 81 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true));
83 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), false));
102 Screen screen = configuration.getDevice().getDefaultHardware().getScreen();
128 assertEquals(devices.get(0), copy.getDevice());
139 assertEquals(devices.get(0), copy.getDevice());

Completed in 350 milliseconds

1 2 3 4 5 6 7 8