Searched refs:resetIntent (Results 1 – 2 of 2) sorted by relevance
200 Intent resetIntent = new Intent(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in resetCarrierKeysForImsiEncryption() local201 SubscriptionManager.putPhoneIdAndSubIdExtra(resetIntent, mPhoneId); in resetCarrierKeysForImsiEncryption()202 context.sendBroadcastAsUser(resetIntent, UserHandle.ALL); in resetCarrierKeysForImsiEncryption()
102 final Intent resetIntent = new Intent(ACTION_LOCKDOWN_RESET); in LockdownVpnTracker() local103 resetIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in LockdownVpnTracker()104 mResetIntent = PendingIntent.getBroadcast(mContext, 0, resetIntent, 0); in LockdownVpnTracker()