Searched refs:filterConsent (Results 1 – 1 of 1) sorted by relevance
464 IntentFilter filterConsent = new IntentFilter();465 filterConsent.addAction(DevicePolicyManager.ACTION_BUGREPORT_SHARING_DECLINED);466 filterConsent.addAction(DevicePolicyManager.ACTION_BUGREPORT_SHARING_ACCEPTED);467 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent);5398 IntentFilter filterConsent = new IntentFilter(); in registerRemoteBugreportReceivers() local5399 filterConsent.addAction(DevicePolicyManager.ACTION_BUGREPORT_SHARING_DECLINED); in registerRemoteBugreportReceivers()5400 filterConsent.addAction(DevicePolicyManager.ACTION_BUGREPORT_SHARING_ACCEPTED); in registerRemoteBugreportReceivers()5401 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent); in registerRemoteBugreportReceivers()