HomeSort by relevance Sort by last modified time
    Searched full:getdevice (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 120 getDevice().uninstallPackage(SHARED_UI_PKG);
121 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
123 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK),
127 installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_DIFF_CERT_APK),
134 getDevice().uninstallPackage(SHARED_UI_PKG);
135 getDevice().uninstallPackage(SHARED_UI_DIFF_CERT_PKG);
147 getDevice().uninstallPackage(SIMPLE_APP_PKG);
149 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK),
153 installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_DIFF_CERT_APK),
160 getDevice().uninstallPackage(SIMPLE_APP_PKG)
    [all...]
  /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);
AccessibilityServiceTestRunner.java 70 AccessibilityTestRunner.disableAccessibilityAndServicesAndTouchExploration(getDevice());
76 String errorMessage = getDevice().installPackage(file, true);
81 String errorMessage = getDevice().uninstallPackage(packageName);
88 AccessibilityTestRunner.enableAccessibilityAndServicesAndTouchExploration(getDevice(),
AccessibilityTestRunner.java 75 disableAccessibilityAndServicesAndTouchExploration(getDevice());
81 String errorMessage = getDevice().installPackage(file, true);
86 String errorMessage = getDevice().uninstallPackage(packageName);
96 enableAccessibilityAndServicesAndTouchExploration(getDevice(), enabledServicesValue);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Buffer.cpp 63 mVertexBuffer = new StaticVertexBuffer(getDevice());
64 mIndexBuffer = new StaticIndexBuffer(getDevice());
81 // mVertexBuffer = new StaticVertexBuffer(getDevice());
82 // mIndexBuffer = new StaticIndexBuffer(getDevice());
main.h 34 IDirect3DDevice9 *getDevice();
main.cpp 103 IDirect3DDevice9 *getDevice()
107 return display->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...]
  /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() {
  /external/skia/src/gpu/
SkGpuCanvas.cpp 37 SkDevice* device = this->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());
DeviceListPreferenceFragment.java 142 mSelectedDevice = device.getDevice();
162 if (mFilter.matches(cachedDevice.getDevice())) {
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java 28 mDevice = getDevice();
  /external/skia/src/animator/
SkSnapshot.cpp 60 maker.fCanvas->getDevice()->accessBitmap(false),
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 436 connection = new DeviceConnection(window.getDevice());
463 ViewServerInfo serverInfo = getViewServerInfo(window.getDevice());
470 + window.getDevice());
482 connection = new DeviceConnection(window.getDevice());
487 protocol = sViewServerInfo.get(window.getDevice()).protocolVersion;
500 + " on device " + window.getDevice());
538 connection = new DeviceConnection(window.getDevice());
544 + window.getTitle() + " on device " + window.getDevice());
558 connection = new DeviceConnection(window.getDevice());
577 + window.getDevice());
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DeviceSelector.java 84 return ((Window) element).getDevice();
142 int focusedWindow = mModel.getFocusedWindow(((Window) element).getDevice());
284 && ((Window) selection.getFirstElement()).getDevice() == device) {
309 && ((Window) selection.getFirstElement()).getDevice() == device) {
337 mModel.setSelection(((Window) selection).getDevice(), (Window) selection);
  /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);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
RasterRenderer.cpp 95 const SkBitmap& bitmap = canvas->getDevice()->accessBitmap(false);
101 const SkBitmap& bitmap = canvas->getDevice()->accessBitmap(false);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 37 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /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/samplecode/
SampleDrawBitmap.cpp 57 SkRefPtr<SkDevice> primaryDevice(canvas->getDevice());
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 60 virtual IDirect3DDevice9 *getDevice();

Completed in 916 milliseconds

1 2 3 4 5 6