Searched refs:resetIntent (Results 1 – 2 of 2) sorted by relevance
201 Intent resetIntent = new Intent(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in resetCarrierKeysForImsiEncryption() local202 resetIntent.putExtra(PhoneConstants.PHONE_KEY, mPhoneId); in resetCarrierKeysForImsiEncryption()203 context.sendBroadcastAsUser(resetIntent, UserHandle.ALL); in resetCarrierKeysForImsiEncryption()
100 final Intent resetIntent = new Intent(ACTION_LOCKDOWN_RESET); in LockdownVpnTracker() local101 resetIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in LockdownVpnTracker()102 mResetIntent = PendingIntent.getBroadcast(mContext, 0, resetIntent, 0); in LockdownVpnTracker()