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

1 2 3 4 5 6 7 8 9

  /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,
AccessibilityServiceTestRunner.java 74 AccessibilityTestRunner.disableAccessibilityAndServices(getDevice());
80 String errorMessage = getDevice().installPackage(file, true);
85 String errorMessage = getDevice().uninstallPackage(packageName);
92 AccessibilityTestRunner.enableAccessibilityAndServices(getDevice(),
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/chromium_org/skia/ext/
analysis_canvas.cc 312 return (static_cast<AnalysisDevice*>(getDevice()))->GetColorIfSolid(color);
316 return (static_cast<AnalysisDevice*>(getDevice()))->HasText();
334 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotSolid(true);
338 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotTransparent(true);
352 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotSolid(true);
356 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotTransparent(true);
376 (bounds && !bounds->contains(SkRect::MakeWH(getDevice()->width(),
377 getDevice()->height())))) {
380 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotSolid(true);
393 (static_cast<AnalysisDevice*>(getDevice()))->SetForceNotTransparent(true)
    [all...]
  /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/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...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget9.cpp 60 result = mRenderer->getDevice()->CreateDepthStencilSurface(width, height, requestedFormat,
66 result = mRenderer->getDevice()->CreateRenderTarget(width, height, requestedFormat,
Blit.cpp 81 IDirect3DDevice9 *device = mRenderer->getDevice();
123 IDirect3DDevice9 *device = mRenderer->getDevice();
189 IDirect3DDevice9 *device = mRenderer->getDevice();
293 IDirect3DDevice9 *device = mRenderer->getDevice();
327 IDirect3DDevice9 *device = mRenderer->getDevice();
407 mRenderer->getDevice()->SetPixelShaderConstantF(0, psConst0, 1);
419 IDirect3DDevice9 *device = mRenderer->getDevice();
461 IDirect3DDevice9 *device = mRenderer->getDevice();
478 IDirect3DDevice9 *device = mRenderer->getDevice();
508 IDirect3DDevice9 *device = mRenderer->getDevice();
    [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());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 146 outState.putParcelable(EXTRA_DEVICE, mCachedDevice.getDevice());
207 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()));
254 BluetoothDevice device = mCachedDevice.getDevice();
283 String profileName = context.getString(profile.getNameResource(device.getDevice()));
293 profile.setPreferred(device.getDevice(), false);
335 BluetoothDevice device = mCachedDevice.getDevice();

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 9