HomeSort by relevance Sort by last modified time
    Searched defs:getAudioState (Results 1 - 23 of 23) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/audiomode/
AudioModeProvider.java 64 public CallAudioState getAudioState() {
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 59 public int getAudioState(BluetoothDevice device) {
60 return mBluetoothHeadset.getAudioState(device);
InCallController.java     [all...]
CallsManager.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HeadsetProfile.java 176 public int getAudioState(BluetoothDevice device) {
178 return mService.getAudioState(device);
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 386 public final AudioState getAudioState() {
387 return mPhone == null ? null : mPhone.getAudioState();
    [all...]
Phone.java 295 * the {@link #getAudioState()}.
305 * be change to the {@link #getAudioState()}.
359 public final AudioState getAudioState() {
Conference.java 233 public final AudioState getAudioState() {
317 * Notifies the {@link Conference} that the {@link #getAudioState()} property has a new value.
663 onAudioStateChanged(getAudioState());
Connection.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 722 public int getAudioState(BluetoothDevice device) {
723 if (VDBG) log("getAudioState");
727 return service.getAudioState(device);
    [all...]
BluetoothHeadsetClient.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 295 public int getAudioState(BluetoothDevice device) {
300 return service.getAudioState(device);
586 int getAudioState(BluetoothDevice device) {
593 return sm.getAudioState(device);
    [all...]
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 530 public int getAudioState(BluetoothDevice device) {
535 return service.getAudioState(device);
    [all...]
HeadsetStateMachine.java 219 ProfileService.println(sb, " mAudioState: " + getAudioState());
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 310 milliseconds