HomeSort by relevance Sort by last modified time
    Searched refs:getDevice (Results 176 - 200 of 1129) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationTest.java 75 if (!getDevice().hasFeature(FEATURE_WATCH)) {
NetstatsIncidentTest.java 53 getDevice().uninstallPackage(DEVICE_SIDE_TEST_PACKAGE);
94 getDevice().executeShellCommand("ping -s 100 -c 10 -i 0 www.android.com");
97 getDevice().executeShellCommand("dumpsys netstats --poll");
143 getDevice().executeShellCommand("dumpsys netstats --poll");
187 getDevice().executeShellCommand("dumpsys netstats --poll");
394 final String commandOutput = getDevice().executeShellCommand("pm list features");
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 31 mDevice = getDevice();
  /cts/hostsidetests/security/src/android/cts/security/
FileSystemPermissionTest.java 26 mDevice = getDevice();
  /cts/hostsidetests/systemui/src/android/host/systemui/
TileServiceTest.java 153 getDevice().executeShellCommand(START_ACTIVITY_AND_COLLAPSE);
  /cts/hostsidetests/usage/src/android/app/usage/cts/
AppIdleHostTest.java 40 mDevice = getDevice();
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanResultTest.java 60 assertEquals(device, resultFromParcel.getDevice());
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
MainActivity.java 227 if (fragment.getDevice() == null
228 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
230 } else if (fragment.getDevice().status == WifiP2pDevice.AVAILABLE
231 || fragment.getDevice().status == WifiP2pDevice.INVITED) {
  /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/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.cpp 49 const VkDevice vkDevice = context.getDevice();
86 const VkDevice vkDevice = context.getDevice();
116 const VkDevice vkDevice = context.getDevice();
161 const VkDevice vkDevice = context.getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 69 vk::VkDevice getDevice (void) const { return *m_logicalDevice; }
  /external/swiftshader/src/OpenGL/libGL/
main.h 44 Device *getDevice();
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h 92 ACameraDevice* getDevice();
  /frameworks/native/libs/binder/include/binder/
MemoryHeapBase.h 69 const char* getDevice() const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 224 public Device getDevice() {
226 return super.getDevice();
228 Device device = mParent.getDevice();
351 Device device = getDevice();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 41 this.device = bs.getDevice();
Sector.java 76 public BlockDevice getDevice() {
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PreloadedClassesTest.java 103 new RemoteAndroidTestRunner(mPackage, JUNIT_RUNNER, getDevice().getIDevice());
108 getDevice().runInstrumentationTests(runner, listener);
230 return String.format(TOOL_CMD, mPreloadToolJarPath, getDevice().getSerialNumber(), command)
240 public ITestDevice getDevice() {
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
Camera2StressTest.java 106 IFileEntry screenshotDir = getDevice().getFileEntry(FAILURE_SCREENSHOT_DIR);
119 if (!getDevice().pullFile(remoteFile.getFullPath(), screenshot)) {
142 getDevice().pullFile(RESULT_FILE, outputFile);
145 + "file: %s", RESULT_FILE), getDevice().getSerialNumber());
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceTestSuite.java 45 public ITestDevice getDevice() {
CodeCoverageTestBase.java 100 public ITestDevice getDevice() {
192 new CoverageCollectingListener(getDevice(), listener)) {
214 if (!result.isRunFailure() && getDevice().doesFileExist(coverageFile)) {
306 getDevice().executeShellCommand("pm list instrumentation", parser);
344 getDevice().runInstrumentationTests(runner, listener);
351 return new RemoteAndroidTestRunner(packageName, runnerName, getDevice().getIDevice());
427 ret.setDevice(getDevice());
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceManagerFuncTest.java 33 mUsbDevice = getDevice();
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 189 + gatt.getDevice().getAddress() + " status " + status);
195 + gatt.getDevice().getAddress() + " status " + status);
205 + gatt.getDevice().getAddress() + " status " + status);
208 + gatt.getDevice().getAddress() + " status " + status);
368 BluetoothDevice device = result.getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 47 const VkDevice device = context.getDevice();
83 const VkDevice device = context.getDevice();
128 const VkDevice device = context.getDevice();
175 const VkDevice device = context.getDevice();
215 const VkDevice device = context.getDevice();
275 const VkDevice device = context.getDevice();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 321 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevices.getDevice(address));
354 BluetoothDevice device = mRemoteDevices.getDevice(address);
383 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
415 BluetoothDevice device = mRemoteDevices.getDevice(address);
419 device = mRemoteDevices.getDevice(address);
433 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);

Completed in 1444 milliseconds

1 2 3 4 5 6 78 91011>>