Searched defs:getDevices (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java36 Collection<CachedBluetoothDevice> getDevices(); method in interface:BluetoothController
H A DBluetoothControllerImpl.java97 for (CachedBluetoothDevice device : getDevices()) {
199 public Collection<CachedBluetoothDevice> getDevices() { method in class:BluetoothControllerImpl
211 for (CachedBluetoothDevice device : getDevices()) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java70 public Collection<CachedBluetoothDevice> getDevices() { method in class:FakeBluetoothController
/frameworks/base/media/java/android/media/midi/
H A DMidiManager.java176 * Applications should call {@link #getDevices} before registering the callback
215 public MidiDeviceInfo[] getDevices() { method in class:MidiManager
217 return mService.getDevices();
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java119 synchronized MtpDeviceRecord[] getDevices() { method in class:MtpManager
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestMtpManager.java78 synchronized MtpDeviceRecord[] getDevices() { method in class:TestMtpManager
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java636 public MidiDeviceInfo[] getDevices() { method in class:MidiService
/frameworks/base/media/java/android/media/
H A DAudioManager.java1598 * @deprecated Use {@link AudioManager#getDevices(int)} instead to list available audio devices.
1631 * @deprecated Use {@link AudioManager#getDevices(int)} instead to list available audio devices.
4568 * The following are flags to allow users of {@link AudioManager#getDevices(int)} to filter
4572 * Specifies to the {@link AudioManager#getDevices(int)} method to include
4578 * Specifies to the {@link AudioManager#getDevices(int)} method to include
4584 * Specifies to the {@link AudioManager#getDevices(int)} method to include both
4615 public AudioDeviceInfo[] getDevices(int flags) { method in class:AudioManager
4681 * This is an internal function. The public API front is getDevices(int).

Completed in 178 milliseconds