HomeSort by relevance Sort by last modified time
    Searched defs:mCallState (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 48 private int mCallState = HeadsetHalConstants.CALL_STATE_IDLE;
156 return mCallState;
160 mCallState = callState;
367 int mCallState;
374 mCallState = callState;
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 98 private int mCallState = Call.State.INVALID;
365 (mCallState != state) || (mSavedLargeIcon != largeIcon) ||
376 mCallState = state;
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 132 private int[] mCallState;
288 mCallState = new int[numPhones];
305 mCallState[i] = TelephonyManager.CALL_STATE_IDLE;
544 r.callback.onCallStateChanged(mCallState[phoneId],
672 mCallState[phoneId] = state;
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 578 int mCallState;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 203 private int mCallState;
    [all...]

Completed in 206 milliseconds