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

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/device/
AndroidDebugBridgeWrapper.java 40 public IDevice[] getDevices() {
42 throw new IllegalStateException("getDevices called before init");
44 return mAdbBridge.getDevices();
IAndroidDebugBridge.java 31 * Wrapper for {@link AndroidDebugBridge#getDevices()}.
33 IDevice[] getDevices();
FastbootHelper.java 83 public Set<String> getDevices() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeBluetoothController.java 68 public Collection<CachedBluetoothDevice> getDevices() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 35 Collection<CachedBluetoothDevice> getDevices();
BluetoothControllerImpl.java 187 public Collection<CachedBluetoothDevice> getDevices() {
202 for (CachedBluetoothDevice device : getDevices()) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java 129 final Collection<CachedBluetoothDevice> devices = getDevices();
150 private Collection<CachedBluetoothDevice> getDevices() {
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 66 public List<ITestDevice> getDevices();
InvocationContext.java 98 public List<ITestDevice> getDevices() {
232 for (ITestDevice device : getDevices()) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralActivity.java 146 scanPeripheralList(mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL));
157 scanPeripheralList(mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL));
  /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/profiler/
AggregatingProfiler.java 75 for (ITestDevice device : context.getDevices()) {
85 for (ITestDevice device : getDevices()) {
96 for (ITestDevice device : getDevices()) {
157 protected Collection<ITestDevice> getDevices() {
158 return mContext.getDevices();
  /external/deqp/android/scripts/
common.py 169 def getDevices (adb):
  /frameworks/base/media/java/android/media/midi/
MidiManager.java 173 * Applications should call {@link #getDevices} before registering the callback
212 public MidiDeviceInfo[] getDevices() {
214 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() {
  /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 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.3/
builder-test-api-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.4/
builder-test-api-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.0/
builder-test-api-0.14.0.jar 

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011>>