Home
last modified time | relevance | path

Searched refs:PHONE_NEW_RINGING_CONNECTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java123 private static final int PHONE_NEW_RINGING_CONNECTION = 2; field in CallNotifier
233 case PHONE_NEW_RINGING_CONNECTION: in handleMessage()
910 mCM.registerForNewRingingConnection(this, PHONE_NEW_RINGING_CONNECTION, null); in registerForNotifications()
DInCallScreen.java162 private static final int PHONE_NEW_RINGING_CONNECTION = 124; field in InCallScreen
412 case PHONE_NEW_RINGING_CONNECTION:
1104 mCM.registerForNewRingingConnection(mHandler, PHONE_NEW_RINGING_CONNECTION, null); in registerForPhoneStates()