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.java364 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() local
365 sipIntentFilter.addAction(SipManager.ACTION_SIP_SERVICE_UP); in onCreate()
366 sipIntentFilter.addAction(SipManager.ACTION_SIP_CALL_OPTION_CHANGED); in onCreate()
367 sipIntentFilter.addAction(SipManager.ACTION_SIP_REMOVE_PHONE); in onCreate()
368 registerReceiver(mSipReceiver, sipIntentFilter); in onCreate()