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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 55 mRegistry.notifyCallState(convertCallState(sender.getState()), incomingNumber);
186 public static int convertCallState(PhoneConstants.State state) {
201 public static PhoneConstants.State convertCallState(int state) {
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 291 convertCallState(Call.State.IDLE, Call.State.DIALING),
295 convertCallState(Call.State.IDLE, Call.State.ALERTING),
312 convertCallState(Call.State.IDLE, mForegroundCallState),
341 convertCallState(mRingingCallState, mForegroundCallState),
368 convertCallState(mRingingCallState, mForegroundCallState),
542 int state = convertCallState(connection.getState());
    [all...]

Completed in 137 milliseconds