HomeSort by relevance Sort by last modified time
    Searched refs:mInitialCallState (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 79 private int mInitialCallState;
89 if (state != TelephonyManager.CALL_STATE_IDLE && state != mInitialCallState) {
106 mInitialCallState = mTelephonyManager.getCallState();
108 boolean inCall = mInitialCallState != TelephonyManager.CALL_STATE_IDLE;
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 41 private int mInitialCallState;
52 && state != mInitialCallState) {
92 mInitialCallState = mTelephonyManager.getCallState();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 102 private int mInitialCallState;
151 && state != mInitialCallState) {
293 mInitialCallState = mTelephonyManager.getCallState();

Completed in 255 milliseconds