HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATE_IDLE (Results 1 - 25 of 53) sorted by null

1 2 3

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 66 final static int CALL_STATE_IDLE = 6;
HeadsetPhoneState.java 48 private int mCallState = HeadsetHalConstants.CALL_STATE_IDLE;
HeadsetStateMachine.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 33 private int mCurrentState = TelephonyManager.CALL_STATE_IDLE;
86 int callState = TelephonyManager.CALL_STATE_IDLE;
BluetoothPhoneServiceImpl.java 67 private static final int CALL_STATE_IDLE = 6;
81 private int mBluetoothCallState = CALL_STATE_IDLE;
574 if (state == CALL_STATE_IDLE) {
    [all...]
  /packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DemoPhoneRenderer.java 51 if (TelephonyManager.CALL_STATE_IDLE == state) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 79 private static final int CALL_STATE_IDLE = 6;
289 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE),
293 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
570 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
699 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE), eq(""),
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsFragment.java 64 (state == TelephonyManager.CALL_STATE_IDLE));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 176 if (state != TelephonyManager.CALL_STATE_IDLE
406 != TelephonyManager.CALL_STATE_IDLE) {
  /packages/apps/Settings/src/com/android/settings/
WifiCallingSettings.java 94 switchBar.setEnabled((state == TelephonyManager.CALL_STATE_IDLE)
100 && (state == TelephonyManager.CALL_STATE_IDLE));
  /frameworks/base/core/java/com/android/internal/policy/
PhoneFallbackEventHandler.java 97 if (getTelephonyManager().getCallState() != TelephonyManager.CALL_STATE_IDLE) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 112 if (state != TelephonyManager.CALL_STATE_IDLE && state != mInitialCallState) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 138 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 125 case TelephonyManager.CALL_STATE_IDLE:
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 327 mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 316 return TelephonyManager.CALL_STATE_IDLE;
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 199 if (state == TelephonyManager.CALL_STATE_IDLE) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AsyncRingtonePlayer.java 163 return tm.getCallState() != TelephonyManager.CALL_STATE_IDLE;
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 357 if (TelephonyManager.CALL_STATE_IDLE != mCallState[i]) {
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 194 mEnableVideoCalling.setEnabled(state == TelephonyManager.CALL_STATE_IDLE);
MobileNetworkSettings.java 148 boolean enabled = (state == TelephonyManager.CALL_STATE_IDLE) &&
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerHelper.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 378 * {@link #CALL_STATE_IDLE}.
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 315 mCallState[i] = TelephonyManager.CALL_STATE_IDLE;
    [all...]

Completed in 4414 milliseconds

1 2 3