[go: nahoru, domu]

Searched refs:PreciseCallState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.aidl20 parcelable PreciseCallState
H A DPreciseCallState.java28 * The following call information is included in returned PreciseCallState:
40 public class PreciseCallState implements Parcelable { class in inherits:Parcelable
74 public PreciseCallState(int ringingCall, int foregroundCall, int backgroundCall, method in class:PreciseCallState
88 public PreciseCallState() { method in class:PreciseCallState
92 * Construct a PreciseCallState object from the given parcel.
94 private PreciseCallState(Parcel in) { method in class:PreciseCallState
105 * @see PreciseCallState#PRECISE_CALL_STATE_NOT_VALID
106 * @see PreciseCallState#PRECISE_CALL_STATE_IDLE
107 * @see PreciseCallState#PRECISE_CALL_STATE_ACTIVE
108 * @see PreciseCallState#PRECISE_CALL_STATE_HOLDIN
[all...]
H A DPhoneStateListener.java30 import android.telephony.PreciseCallState;
317 PhoneStateListener.this.onPreciseCallStateChanged((PreciseCallState)msg.obj);
475 public void onPreciseCallStateChanged(PreciseCallState callState) {
604 public void onPreciseCallStateChanged(PreciseCallState callState) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java36 import android.telephony.PreciseCallState;
213 PreciseCallState.PRECISE_CALL_STATE_IDLE,
214 PreciseCallState.PRECISE_CALL_STATE_IDLE,
215 PreciseCallState.PRECISE_CALL_STATE_IDLE);
220 PreciseCallState.PRECISE_CALL_STATE_IDLE,
221 PreciseCallState.PRECISE_CALL_STATE_ACTIVE,
222 PreciseCallState.PRECISE_CALL_STATE_IDLE);
227 PreciseCallState.PRECISE_CALL_STATE_IDLE,
228 PreciseCallState.PRECISE_CALL_STATE_ACTIVE,
229 PreciseCallState
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneStateListener.aidl24 import android.telephony.PreciseCallState;
42 void onPreciseCallStateChanged(in PreciseCallState callState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java30 import android.telephony.PreciseCallState;
389 * Convert the {@link Call.State} enum into the PreciseCallState.PRECISE_CALL_STATE_* constants
395 return PreciseCallState.PRECISE_CALL_STATE_ACTIVE;
397 return PreciseCallState.PRECISE_CALL_STATE_HOLDING;
399 return PreciseCallState.PRECISE_CALL_STATE_DIALING;
401 return PreciseCallState.PRECISE_CALL_STATE_ALERTING;
403 return PreciseCallState.PRECISE_CALL_STATE_INCOMING;
405 return PreciseCallState.PRECISE_CALL_STATE_WAITING;
407 return PreciseCallState.PRECISE_CALL_STATE_DISCONNECTED;
409 return PreciseCallState
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java46 import android.telephony.PreciseCallState;
181 private int mRingingCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
183 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
185 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
187 private PreciseCallState mPreciseCallState = new PreciseCallState();
1197 mPreciseCallState = new PreciseCallState(ringingCallState, foregroundCallState,
1222 mPreciseCallState = new PreciseCallState(mRingingCallState, mForegroundCallState,
/frameworks/base/
H A Dcompiled-classes-phone3848 android.telephony.PreciseCallState
3849 android.telephony.PreciseCallState$1

Completed in 128 milliseconds