Searched refs:filterConsent (Results 1 – 2 of 2) sorted by relevance
227 final IntentFilter filterConsent = new IntentFilter(); in registerRemoteBugreportReceivers() local228 filterConsent.addAction(ACTION_BUGREPORT_SHARING_DECLINED); in registerRemoteBugreportReceivers()229 filterConsent.addAction(ACTION_BUGREPORT_SHARING_ACCEPTED); in registerRemoteBugreportReceivers()230 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent); in registerRemoteBugreportReceivers()322 final IntentFilter filterConsent = new IntentFilter(); in checkForPendingBugreportAfterBoot() local323 filterConsent.addAction(ACTION_BUGREPORT_SHARING_DECLINED); in checkForPendingBugreportAfterBoot()324 filterConsent.addAction(ACTION_BUGREPORT_SHARING_ACCEPTED); in checkForPendingBugreportAfterBoot()325 mContext.registerReceiver(mRemoteBugreportConsentReceiver, filterConsent); in checkForPendingBugreportAfterBoot()
1049 IntentFilter filterConsent = new IntentFilter(); in wipeEuiccData() local1050 filterConsent.addAction(ACTION_EUICC_FACTORY_RESET); in wipeEuiccData()1055 .registerReceiver(euiccWipeFinishReceiver, filterConsent, null, euiccHandler); in wipeEuiccData()