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

1 2 3 4 5 6 7 8 91011

  /external/skia/src/image/
SkSurface_Gpu.h 31 SkGpuDevice* getDevice() { return fDevice; }
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
UnknownFileSystemException.java 51 public BlockDevice getDevice() {
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTest.java 38 public IDevice getDevice();
DeviceTestCase.java 48 public IDevice getDevice() {
69 assertNotNull(getDevice());
DeviceTestSuite.java 65 public IDevice getDevice() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java 44 if (!installVmPrereqs(getDevice(), getBuildHelper())) {
47 getDevice().getSerialNumber()));
50 cleanupDeviceFiles(getDevice());
GeeTest.java 186 public ITestDevice getDevice() {
WrappedGTest.java 78 public ITestDevice getDevice() {
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 58 framebuffer_device_t const * getDevice() const { return fbDev; }
  /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/bluetooth/le/
ScanResult.java 100 public BluetoothDevice getDevice() {
  /frameworks/base/core/java/android/view/
InputEvent.java 56 * @see InputDevice#getDevice
65 public final InputDevice getDevice() {
66 return InputDevice.getDevice(getDeviceId());
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 169 const char* MemoryHeapBase::getDevice() const {
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
CameraCaptureSessionProxy.java 81 public CameraDeviceProxy getDevice();
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DocumentsTest.java 58 getDevice().uninstallPackage(PROVIDER_PKG);
59 getDevice().uninstallPackage(CLIENT_PKG);
61 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(PROVIDER_APK), false));
62 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(CLIENT_APK), false));
69 getDevice().uninstallPackage(PROVIDER_PKG);
70 getDevice().uninstallPackage(CLIENT_PKG);
95 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName);
PermissionsHostTest.java 57 getDevice().uninstallPackage(PKG);
64 getDevice().uninstallPackage(PKG);
69 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
79 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
88 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
93 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
100 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
105 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
110 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
115 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK_COMPAT), false, false))
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 58 assertNotNull(getDevice().getSerialNumber());
63 DeviceInfoCollector.collectDeviceInfo(getDevice(), UnitTests.ABI.getName(), new File(
75 DeviceInfoCollector.collectExtendedDeviceInfo(getDevice(), UnitTests.ABI.getName(),
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 123 /*package*/ BluetoothDevice getDevice() {
BluetoothHeadsetClientCall.java 123 public BluetoothDevice getDevice() {
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 79 public abstract CameraDevice getDevice();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 68 CollectTraceAction.setupForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT);
95 CollectTraceAction.disablePortForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 83 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true));
85 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), false));
104 Screen screen = configuration.getDevice().getDefaultHardware().getScreen();
130 assertEquals(devices.get(0), copy.getDevice());
141 assertEquals(devices.get(0), copy.getDevice());
  /system/vold/
Disk.h 61 dev_t getDevice() { return mDevice; }
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 63 this.device = fat.getDevice();
77 public BlockDevice getDevice() {
205 final BlockDevice dev = getDevice();
Sector.java 76 public BlockDevice getDevice() {

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011