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

1 2 3

  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 90 getDevice().uninstallPackage(SHARED_UI_PKG);
91 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
93 String installResult = getDevice().installPackage(getTestAppFilePath(SHARED_UI_APK),
96 installResult = getDevice().installPackage(getTestAppFilePath(SHARED_UI_DIFF_CERT_APK),
103 getDevice().uninstallPackage(SHARED_UI_PKG);
104 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
116 getDevice().uninstallPackage(SIMPLE_APP_PKG);
118 String installResult = getDevice().installPackage(getTestAppFilePath(SIMPLE_APP_APK),
121 installResult = getDevice().installPackage(getTestAppFilePath(SIMPLE_APP_DIFF_CERT_APK),
128 getDevice().uninstallPackage(SIMPLE_APP_PKG)
    [all...]
  /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() {
  /frameworks/base/core/java/android/view/
InputEvent.java 46 * @see InputDevice#getDevice
57 public final InputDevice getDevice() {
58 return InputDevice.getDevice(mDeviceId);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
PlanTest.java 66 public ITestDevice getDevice() {
111 if (getDevice() == null) {
132 collectDeviceInfo(getDevice(), mTestCaseDir, listeners);
135 ((IDeviceTest)test).setDevice(getDevice());
JarHostTest.java 109 public ITestDevice getDevice() {
173 ((IDeviceTest)junitTest).setDevice(getDevice());
178 deviceTest.setDevice(getDevice().getIDevice());
  /frameworks/base/core/jni/
com_android_internal_graphics_NativeUtils.cpp 49 const SkBitmap& bitmap = c->getDevice()->accessBitmap(true);
android_view_ViewRoot.cpp 42 const SkBitmap& bm = canvas->getDevice()->accessBitmap(false);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 132 if (mPendingDevice == null || mPendingDevice.equals(deviceProfileMgr.getDevice())) {
133 mPendingDevice = deviceProfileMgr.getDevice();
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 42 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /external/skia/src/animator/
SkSnapshot.cpp 68 maker.fCanvas->getDevice()->accessBitmap(false),
  /frameworks/base/include/binder/
MemoryHeapBase.h 65 const char* getDevice() const;
  /frameworks/base/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/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 64 public IDevice getDevice() {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 78 final IDevice device = client.getDevice();
81 final SyncService sync = client.getDevice().getSyncService();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 109 public IDevice getDevice() {
AndroidLaunchController.java 105 * <p>Once an emulator has connected, {@link DelayedLaunchInfo#getDevice()} is set and the
651 simpleLaunch(launchInfo, launchInfo.getDevice());
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 76 SkDevice* device = canvas->getDevice();
96 const SkBitmap& src = android_gc2canvas(gc)->getDevice()->accessBitmap(false);
159 const SkBitmap& dst = android_gc2canvas(gc)->getDevice()->accessBitmap(true);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
ConnectSpecificProfilesActivity.java 105 outState.putParcelable(EXTRA_DEVICE, mCachedDevice.getDevice());
184 profileManager.setPreferred(mCachedDevice.getDevice(), checked);
253 BluetoothDevice device = mCachedDevice.getDevice();
BluetoothSettings.java 232 mSelectedDevice = device.getDevice();
298 ParcelUuid[] uuids = cachedDevice.getDevice().getUuids();
299 BluetoothClass bluetoothClass = cachedDevice.getDevice().getBluetoothClass();
  /cts/tools/host/src/com/android/cts/
TestHost.java 461 ts.getDevice().installDeviceSetupApp();
462 sessionLog.setDeviceInfo(ts.getDevice().getDeviceInfo());
466 ts.getDevice().disableKeyguard();
500 sDeviceManager.resetTestDevice(ts.getDevice());
503 ts.getDevice().uninstallDeviceSetupApp();
HostUnitTestRunner.java 65 deviceTest.setDevice(mTest.mDevice.getDevice());
  /frameworks/base/core/tests/hosttests/src/android/net/
DownloadManagerHostTests.java 73 mPMUtils = new PackageManagerHostTestUtils(getDevice());
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 182 const char* MemoryHeapBase::getDevice() const {

Completed in 213 milliseconds

1 2 3