Searched refs:resetIntent (Results 1 – 2 of 2) sorted by relevance
146 final Intent resetIntent = new Intent(ACTION_LOCKDOWN_RESET); in LockdownVpnTracker() local147 resetIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in LockdownVpnTracker()148 mResetIntent = PendingIntent.getBroadcast(mContext, 0 /* requestCode */, resetIntent, in LockdownVpnTracker()
264 Intent resetIntent = new Intent(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in resetCarrierKeysForImsiEncryption() local265 SubscriptionManager.putPhoneIdAndSubIdExtra(resetIntent, mPhoneId); in resetCarrierKeysForImsiEncryption()266 context.sendBroadcastAsUser(resetIntent, UserHandle.ALL); in resetCarrierKeysForImsiEncryption()