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

1 2 3 4 5

  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 106 getDevice().uninstallPackage(SHARED_UI_PKG);
107 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
109 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK),
113 installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_DIFF_CERT_APK),
120 getDevice().uninstallPackage(SHARED_UI_PKG);
121 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
133 getDevice().uninstallPackage(SIMPLE_APP_PKG);
135 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK),
139 installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_DIFF_CERT_APK),
146 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() {
  /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);
VMHostTest.java 43 if (!installVmPrereqs(getDevice(), getBuildHelper())) {
46 getDevice().getSerialNumber()));
49 cleanupDeviceFiles(getDevice());
  /frameworks/base/core/java/android/view/
InputEvent.java 41 * @see InputDevice#getDevice
50 public final InputDevice getDevice() {
51 return InputDevice.getDevice(getDeviceId());
  /external/skia/src/gpu/
SkGpuCanvas.cpp 47 SkDevice* device = this->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();
Fence.cpp 47 if (FAILED(getDevice()->CreateQuery(D3DQUERYTYPE_EVENT, &mQuery)))
  /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() {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 253 public MtpDevice getDevice(String deviceName) {
266 public MtpDevice getDevice(int id) {
299 MtpDevice device = getDevice(deviceName);
331 MtpDevice device = getDevice(deviceName);
346 MtpDevice device = getDevice(deviceName);
367 MtpDevice device = getDevice(deviceName);
403 MtpDevice device = getDevice(deviceName);
418 MtpDevice device = getDevice(deviceName);
436 MtpDevice device = getDevice(deviceName);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 37 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 435 connection = new DeviceConnection(window.getDevice());
462 ViewServerInfo serverInfo = getViewServerInfo(window.getDevice());
469 + window.getDevice());
481 connection = new DeviceConnection(window.getDevice());
486 protocol = sViewServerInfo.get(window.getDevice()).protocolVersion;
499 + " on device " + window.getDevice());
537 connection = new DeviceConnection(window.getDevice());
543 + window.getTitle() + " on device " + window.getDevice());
557 connection = new DeviceConnection(window.getDevice());
576 + window.getDevice());
    [all...]
Window.java 56 public IDevice 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();
277 String profileName = context.getString(profile.getNameResource(device.getDevice()));
287 profile.setPreferred(device.getDevice(), false);
329 BluetoothDevice device = mCachedDevice.getDevice();
362 return prof.isPreferred(mCachedDevice.getDevice());
  /cts/tests/appsecurity-tests/src/com/android/cts/monkey/
AbstractMonkeyTest.java 28 mDevice = getDevice();
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 241 if (fragment.getDevice() == null
242 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
244 } else if (fragment.getDevice().status == WifiP2pDevice.AVAILABLE
245 || fragment.getDevice().status == WifiP2pDevice.INVITED) {
  /external/skia/src/animator/
SkSnapshot.cpp 68 maker.fCanvas->getDevice()->accessBitmap(false),
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 85 SkDevice* device = canvas->getDevice();
122 const SkBitmap& src = android_gc2canvas(gc)->getDevice()->accessBitmap(false);
184 const SkBitmap& dst = android_gc2canvas(gc)->getDevice()->accessBitmap(true);
239 const SkBitmap& dst = android_gc2canvas(context())->getDevice()->accessBitmap(true);
  /frameworks/base/include/binder/
MemoryHeapBase.h 66 const char* getDevice() const;

Completed in 622 milliseconds

1 2 3 4 5