Searched refs:policyFilter (Results 1 – 1 of 1) sorted by relevance
498 …IntentFilter policyFilter = new IntentFilter(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STAT… in NfcService() local499 mContext.registerReceiverAsUser(mPolicyReceiver, UserHandle.ALL, policyFilter, null, null); in NfcService()