Searched refs:sipIntentFilter (Results 1 – 1 of 1) sorted by relevance
369 IntentFilter sipIntentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate() local370 sipIntentFilter.addAction(SipManager.ACTION_SIP_SERVICE_UP); in onCreate()371 sipIntentFilter.addAction(SipManager.ACTION_SIP_CALL_OPTION_CHANGED); in onCreate()372 sipIntentFilter.addAction(SipManager.ACTION_SIP_REMOVE_PHONE); in onCreate()373 registerReceiver(mSipReceiver, sipIntentFilter); in onCreate()