Searched refs:sipIntentFilter (Results 1 – 1 of 1) sorted by relevance
430 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() local431 sipIntentFilter.addAction(SipManager.ACTION_SIP_SERVICE_UP); in onCreate()432 sipIntentFilter.addAction(SipManager.ACTION_SIP_CALL_OPTION_CHANGED); in onCreate()433 sipIntentFilter.addAction(SipManager.ACTION_SIP_REMOVE_PROFILE); in onCreate()434 registerReceiver(mSipReceiver, sipIntentFilter); in onCreate()