Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java428 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() local
429 sipIntentFilter.addAction(SipManager.ACTION_SIP_SERVICE_UP); in onCreate()
430 sipIntentFilter.addAction(SipManager.ACTION_SIP_CALL_OPTION_CHANGED); in onCreate()
431 sipIntentFilter.addAction(SipManager.ACTION_SIP_REMOVE_PROFILE); in onCreate()
432 registerReceiver(mSipReceiver, sipIntentFilter); in onCreate()