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

1 2 3 4

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
UnknownFileSystemException.java 51 public BlockDevice getDevice() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
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(),
VMHostTest.java 43 if (!installVmPrereqs(getDevice(), getBuildHelper())) {
46 getDevice().getSerialNumber()));
49 cleanupDeviceFiles(getDevice());
AccessibilityTestRunner.java 75 disableAccessibilityAndServices(getDevice());
81 String errorMessage = getDevice().installPackage(file, true);
86 String errorMessage = getDevice().uninstallPackage(packageName);
95 enableAccessibilityAndServices(getDevice(), enabledServicesValue);
GeeTest.java 136 public ITestDevice getDevice() {
WrappedGTest.java 67 public ITestDevice getDevice() {
JarHostTest.java 153 public ITestDevice getDevice() {
195 ((IDeviceTest)junitTest).setDevice(getDevice());
200 deviceTest.setDevice(getDevice().getIDevice());
  /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/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 37 DeviceInfoCollector.collectDeviceInfo(getDevice(), new File(
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 54 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() {
  /external/chromium_org/base/android/java/src/org/chromium/base/
BuildInfo.java 34 public static String getDevice() {
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 120 /*package*/ 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 183 const char* MemoryHeapBase::getDevice() const {
  /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 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());
  /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() {
  /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);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 149 final BluetoothDevice device = mLeDeviceListAdapter.getDevice(position);
199 public BluetoothDevice getDevice(int position) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 66 public WifiP2pDevice getDevice() {

Completed in 762 milliseconds

1 2 3 4