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 53 mRegistry.notifyCallState(convertCallState(sender.getState()), incomingNumber);
190 public static int convertCallState(PhoneConstants.State state) {
205 public static PhoneConstants.State convertCallState(int state) {
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 268 convertCallState(Call.State.IDLE, Call.State.DIALING),
272 convertCallState(Call.State.IDLE, Call.State.ALERTING),
289 convertCallState(Call.State.IDLE, mForegroundCallState),
318 convertCallState(mRingingCallState, mForegroundCallState),
347 convertCallState(mRingingCallState, mForegroundCallState),
521 int state = convertCallState(connection.getState());
    [all...]

Completed in 55 milliseconds