Home
last modified time | relevance | path

Searched refs:CallState (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java102 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.CallState;
1621 call.state = CallState.CALL_IDLE; in convertConnectionToRilCall()
1624 call.state = CallState.CALL_ACTIVE; in convertConnectionToRilCall()
1627 call.state = CallState.CALL_HOLDING; in convertConnectionToRilCall()
1630 call.state = CallState.CALL_DIALING; in convertConnectionToRilCall()
1633 call.state = CallState.CALL_ALERTING; in convertConnectionToRilCall()
1636 call.state = CallState.CALL_INCOMING; in convertConnectionToRilCall()
1639 call.state = CallState.CALL_WAITING; in convertConnectionToRilCall()
1642 call.state = CallState.CALL_DISCONNECTED; in convertConnectionToRilCall()
1645 call.state = CallState.CALL_DISCONNECTING; in convertConnectionToRilCall()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DCall.java159 public @interface CallState {}; annotation in Call
702 private final @CallState int mState;
900 public final @CallState int getState() { in getState()
1155 @CallState int state, in Details()
1345 public void onStateChanged(Call call, @CallState int state) {} in onStateChanged()
2218 public @CallState int getState() { in getState()
DTelecomManager.java42 import android.telephony.Annotation.CallState;
1799 public @CallState int getCallState() { in getCallState()
DParcelableCall.java402 public @Call.CallState int getState() { in getState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataEnabledSettings.java31 import android.telephony.Annotation.CallState;
174 public void onCallStateChanged(@CallState int state, String phoneNumber) {
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java30 import android.telephony.Annotation.CallState;
309 public void notifyCallStateChanged(int slotIndex, int subId, @CallState int state, in notifyCallStateChanged()
326 public void notifyCallStateChangedForAllSubscriptions(@CallState int state, in notifyCallStateChangedForAllSubscriptions()
DPhoneStateListener.java29 import android.telephony.Annotation.CallState;
743 public void onCallStateChanged(@CallState int state, String phoneNumber) { in onCallStateChanged()
DTelephonyCallback.java762 void onCallStateChanged(@Annotation.CallState int state); in onCallStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java71 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.CallState;
402 assertEquals(CallState.CALL_ACTIVE, log.callSessions[0].events[1].callState); in testWriteImsCallState()
691 assertEquals(CallState.CALL_DIALING, calls[0].state); in testWriteRilDialHangup()
697 assertEquals(CallState.CALL_DISCONNECTED, calls[0].state); in testWriteRilDialHangup()
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto24 * Call states, primarily used in CallState.java,
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java78 public @interface CallState { annotation in Annotation
DTelephonyManager.java80 import android.telephony.Annotation.CallState;
5703 public @CallState int getCallState() { in getCallState()
5724 public @CallState int getCallStateForSubscription() { in getCallStateForSubscription()
5745 public @CallState int getCallState(int subId) { in getCallState()
5782 public @CallState int getCallStateForSlot(int slotIndex) { in getCallStateForSlot()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2076 enum CallState { enum
2165 optional CallState state = 2;
2375 optional CallState call_state = 9;
/frameworks/base/boot/
Dpreloaded-classes10149 com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState
Dboot-image-profile.txt34790 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$CallState;
/frameworks/base/config/
Dpreloaded-classes10170 com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState
Dboot-image-profile.txt44454 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$CallState;