Searched refs:sipIntentFilter (Results 1 – 1 of 1) sorted by relevance
364 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() local365 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()