Searched refs:filterConsent (Results 1 – 2 of 2) sorted by relevance
238 final IntentFilter filterConsent = new IntentFilter(); in registerRemoteBugreportReceivers() local239 filterConsent.addAction(ACTION_BUGREPORT_SHARING_DECLINED); in registerRemoteBugreportReceivers()240 filterConsent.addAction(ACTION_BUGREPORT_SHARING_ACCEPTED); in registerRemoteBugreportReceivers()241 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent); in registerRemoteBugreportReceivers()333 final IntentFilter filterConsent = new IntentFilter(); in checkForPendingBugreportAfterBoot() local334 filterConsent.addAction(ACTION_BUGREPORT_SHARING_DECLINED); in checkForPendingBugreportAfterBoot()335 filterConsent.addAction(ACTION_BUGREPORT_SHARING_ACCEPTED); in checkForPendingBugreportAfterBoot()336 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent); in checkForPendingBugreportAfterBoot()
1031 IntentFilter filterConsent = new IntentFilter(); in wipeEuiccData() local1032 filterConsent.addAction(ACTION_EUICC_FACTORY_RESET); in wipeEuiccData()1037 .registerReceiver(euiccWipeFinishReceiver, filterConsent, null, euiccHandler); in wipeEuiccData()