Home
last modified time | relevance | path

Searched refs:CALL_CLASSIFICATION_BACKGROUND (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCallState.java67 public static final int CALL_CLASSIFICATION_BACKGROUND = 2; field in CallState
73 public static final int CALL_CLASSIFICATION_MAX = CALL_CLASSIFICATION_BACKGROUND + 1;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java225 imsCallIds[CallState.CALL_CLASSIFICATION_BACKGROUND] = in notifyPreciseCallStateToNotifier()
231 imsCallServiceTypes[CallState.CALL_CLASSIFICATION_BACKGROUND] = in notifyPreciseCallStateToNotifier()
236 imsCallTypes[CallState.CALL_CLASSIFICATION_BACKGROUND] = in notifyPreciseCallStateToNotifier()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2373 int backgroundCallState = callStates[CallState.CALL_CLASSIFICATION_BACKGROUND]; in notifyPreciseCallState()
2429 callStates[CallState.CALL_CLASSIFICATION_BACKGROUND]) in notifyPreciseCallState()
2433 CallState.CALL_CLASSIFICATION_BACKGROUND); in notifyPreciseCallState()
2437 CallState.CALL_CLASSIFICATION_BACKGROUND]) in notifyPreciseCallState()
2439 CallState.CALL_CLASSIFICATION_BACKGROUND]) in notifyPreciseCallState()
2441 CallState.CALL_CLASSIFICATION_BACKGROUND]); in notifyPreciseCallState()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1594 case CallState.CALL_CLASSIFICATION_BACKGROUND: in onCallStatesChanged()
DTelephonyCallback.java1511 case CallState.CALL_CLASSIFICATION_BACKGROUND: in onCallStatesChanged()