Searched refs:allUserFilter (Results 1 – 1 of 1) sorted by relevance
2376 final IntentFilter allUserFilter = new IntentFilter(); in start() local2377 allUserFilter.addAction(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED); in start()2378 allUserFilter.addAction(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED); in start()2379 allUserFilter.addAction(ACTION_USER_UNLOCKED); in start()2380 allUserFilter.addAction(ACTION_USER_STOPPED); in start()2381 allUserFilter.addAction(ACTION_USER_REMOVED); in start()2382 allUserFilter.addAction(NfcAdapter.ACTION_REQUIRE_UNLOCK_FOR_NFC); in start()2383 mBroadcastDispatcher.registerReceiverWithHandler(mBroadcastAllReceiver, allUserFilter, in start()