Searched refs:AudioDeviceInventory (Results 1 – 4 of 4) sorted by relevance
62 @Spy private AudioDeviceInventory mSpyDevInventory;74 mSpyDevInventory = spy(new AudioDeviceInventory(mSpyAudioSystem)); in setUp()
110 private final AudioDeviceInventory mDeviceInventory;175 mDeviceInventory = new AudioDeviceInventory(this); in AudioDeviceBroker()185 @NonNull AudioDeviceInventory mockDeviceInventory, in AudioDeviceBroker()1410 AudioDeviceInventory.WiredDeviceConnectionState connectionState, int delay) { in postSetWiredDeviceConnectionState()1743 (AudioDeviceInventory.WiredDeviceConnectionState) msg.obj); in handleMessage()
83 public class AudioDeviceInventory { class316 /*package*/ AudioDeviceInventory(@NonNull AudioDeviceBroker broker) { in AudioDeviceInventory() method in AudioDeviceInventory322 /*package*/ AudioDeviceInventory(@NonNull AudioSystemAdapter audioSystem) { in AudioDeviceInventory() method in AudioDeviceInventory326 private AudioDeviceInventory(@Nullable AudioDeviceBroker broker, in AudioDeviceInventory() method in AudioDeviceInventory749 AudioDeviceInventory.WiredDeviceConnectionState wdcs) { in onSetWiredDeviceConnectionState()
25 import com.android.server.audio.AudioDeviceInventory.WiredDeviceConnectionState;