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

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientStateMachine.java 213 if (!device.equals(getDevice())) {
375 currentDevice = getDevice();
401 public BluetoothDevice getDevice() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 211 assert mConfiguration.getDevice() != null
860 gc.setForeground(gc.getDevice().getSystemColor(SWT.COLOR_LIST_SELECTION));
868 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_WIDGET_BORDER));
893 gc.setForeground(gc.getDevice().getSystemColor(SWT.COLOR_BLACK))
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
AndroidJUnitTest.java 221 if (getDevice() == null) {
330 ITestDevice device = getDevice();
349 ITestDevice device = getDevice();
  /cts/hostsidetests/aadb/src/android/aadb/cts/
TestDeviceFuncTest.java 53 mTestDevice = getDevice();
338 InputStreamSource source = getDevice().getScreenshot();
362 getDevice().executeShellCommand(String.format("log testGetLogcat_size log dump %d", i));
369 InputStreamSource source = getDevice().getLogcat(100 * 1024);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
LauncherAppsProfileTest.java 127 getDevice().uninstallPackage(SIMPLE_APP_PKG);
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
ProcessStatsDumpsysTest.java 377 getDevice().uninstallPackage(DEVICE_SIDE_TEST_PACKAGE);
378 getDevice().uninstallPackage(DEVICE_SIDE_HELPER_PACKAGE);
396 getDevice().uninstallPackage(DEVICE_SIDE_TEST_PACKAGE);
397 getDevice().uninstallPackage(DEVICE_SIDE_HELPER_PACKAGE);
  /cts/hostsidetests/incident/src/com/android/server/cts/
PackageIncidentTest.java 32 getDevice().uninstallPackage(DEVICE_SIDE_TEST_PACKAGE);
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DeviceJUnit4Parameterized.java 88 public ITestDevice getDevice() {
  /cts/hostsidetests/security/src/android/cts/security/
ProcessMustUseSeccompTest.java 37 mDevice = getDevice();
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerAmProfileTests.java 47 mDevice = getDevice();
DisplaySizeTest.java 46 mDevice = getDevice();
  /cts/hostsidetests/ui/src/android/ui/cts/
InstallTimeTest.java 65 mDevice = getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFillBufferTests.cpp 111 const VkDevice vkDevice = context.getDevice();
139 const VkDevice vkDevice = m_context.getDevice();
215 const VkDevice vkDevice = m_context.getDevice();
304 const VkDevice vkDevice = m_context.getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 142 m_indexBuffer = Buffer::createAndAlloc( m_vk, m_context.getDevice(),
152 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(),
243 m_indexBuffer = Buffer::createAndAlloc( m_vk, m_context.getDevice(),
252 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(),
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 438 const VkDevice device = m_context.getDevice();
503 const VkDevice device = m_context.getDevice();
517 const VkDevice device = m_context.getDevice();
570 const VkDevice device = m_context.getDevice();
606 const VkDevice device = m_context.getDevice();
643 const VkDevice device = m_context.getDevice();
721 const VkDevice device = m_context.getDevice();
742 const VkDevice device = m_context.getDevice();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 71 vk::VkDevice getDevice (void) const;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java 88 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID);
  /frameworks/av/camera/ndk/
NdkCameraCaptureSession.cpp 58 *device = session->getDevice();
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 152 ACameraCaptureSession::getDevice() {
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 677 if (svc.getDevice().equals(device) &&
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 80 public abstract CameraDevice getDevice();
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceManager.java 73 if (cachedDevice.getDevice().equals(device)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpPagerAdapter.java 105 v.getImageView().setMtpDeviceAndObjectInfo(mModel.getDevice(), i, mGeneration);
  /packages/apps/Settings/tests/app/src/com/android/settings/bluetooth/
BluetoothDeviceDetailsRotationTest.java 71 public CachedBluetoothDevice getDevice(String deviceAddress) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
ForgetDeviceDialogFragmentTest.java 69 doReturn(mCachedDevice).when(mFragment).getDevice(any());

Completed in 465 milliseconds

<<11121314151617181920>>