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