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

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/device/
IAndroidDebugBridge.java 31 * Wrapper for {@link AndroidDebugBridge#getDevices()}.
33 IDevice[] getDevices();
FastbootHelper.java 83 public Set<String> getDevices() {
AndroidDebugBridgeWrapper.java 54 public IDevice[] getDevices() {
56 throw new IllegalStateException("getDevices called before init");
58 return mAdbBridge.getDevices();
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
IMetricCollector.java 57 public List<ITestDevice> getDevices();
BaseDeviceMetricCollector.java 84 public final List<ITestDevice> getDevices() {
85 return mContext.getDevices();
  /external/deqp/scripts/android/
install_apk.py 51 def getDevices (adbPath):
152 devices = getDevices(adbPath)
226 devices = getDevices(args.adbPath)
239 devices = getDevices(args.adbPath)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 36 Collection<CachedBluetoothDevice> getDevices();
BluetoothControllerImpl.java 97 for (CachedBluetoothDevice device : getDevices()) {
199 public Collection<CachedBluetoothDevice> getDevices() {
211 for (CachedBluetoothDevice device : getDevices()) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeBluetoothController.java 70 public Collection<CachedBluetoothDevice> getDevices() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 77 public Collection<IDevice> getDevices() {
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 72 public List<ITestDevice> getDevices();
InvocationContext.java 124 public List<ITestDevice> getDevices() {
285 for (ITestDevice device : getDevices()) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralActivity.java 161 scanPeripheralList(mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL));
172 scanPeripheralList(mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL));
  /frameworks/base/media/java/android/media/midi/
MidiManager.java 176 * Applications should call {@link #getDevices} before registering the callback
215 public MidiDeviceInfo[] getDevices() {
217 return mService.getDevices();
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 119 synchronized MtpDeviceRecord[] getDevices() {
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestMtpManager.java 78 synchronized MtpDeviceRecord[] getDevices() {
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h 246 Return<void> Stream::getDevices(getDevices_cb _hidl_cb) {
StreamIn.impl.h 269 Return<void> StreamIn::getDevices(getDevices_cb _hidl_cb) {
270 return mStreamCommon->getDevices(_hidl_cb);
StreamOut.impl.h 273 Return<void> StreamOut::getDevices(getDevices_cb _hidl_cb) {
274 return mStreamCommon->getDevices(_hidl_cb);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 60 public static IDevice[] getDevices() {
61 return bridge.getDevices();
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.10.0/
builder-test-api-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.11.2/
builder-test-api-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.1/
builder-test-api-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.2/
builder-test-api-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.0/
builder-test-api-0.13.0.jar 

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>