Searched refs:CallState (Results 1 – 17 of 17) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 102 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/ |
D | Call.java | 159 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()
|
D | TelecomManager.java | 42 import android.telephony.Annotation.CallState; 1799 public @CallState int getCallState() { in getCallState()
|
D | ParcelableCall.java | 402 public @Call.CallState int getState() { in getState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataEnabledSettings.java | 31 import android.telephony.Annotation.CallState; 174 public void onCallStateChanged(@CallState int state, String phoneNumber) {
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 30 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()
|
D | PhoneStateListener.java | 29 import android.telephony.Annotation.CallState; 743 public void onCallStateChanged(@CallState int state, String phoneNumber) { in onCallStateChanged()
|
D | TelephonyCallback.java | 762 void onCallStateChanged(@Annotation.CallState int state); in onCallStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 71 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/ |
D | enums.proto | 24 * Call states, primarily used in CallState.java,
|
/frameworks/base/telephony/java/android/telephony/ |
D | Annotation.java | 78 public @interface CallState { annotation in Annotation
|
D | TelephonyManager.java | 80 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/ |
D | telephony.proto | 2076 enum CallState { enum 2165 optional CallState state = 2; 2375 optional CallState call_state = 9;
|
/frameworks/base/boot/ |
D | preloaded-classes | 10149 com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState
|
D | boot-image-profile.txt | 34790 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$CallState;
|
/frameworks/base/config/ |
D | preloaded-classes | 10170 com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState
|
D | boot-image-profile.txt | 44454 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$CallState;
|