Searched refs:callBackIntent (Results 1 – 2 of 2) sorted by relevance
241 final Intent callBackIntent = new Intent(NOTIFICATION_UNLOCKED_BY_WORK_CHALLENGE_ACTION); in startWorkChallengeIfNecessary() local242 callBackIntent.putExtra(Intent.EXTRA_INTENT, intendSender); in startWorkChallengeIfNecessary()243 callBackIntent.putExtra(Intent.EXTRA_INDEX, notificationKey); in startWorkChallengeIfNecessary()244 callBackIntent.setPackage(mContext.getPackageName()); in startWorkChallengeIfNecessary()249 callBackIntent, in startWorkChallengeIfNecessary()
2016 final Intent callBackIntent = new Intent( in showConfirmCredentialToDisableQuietMode() local2019 callBackIntent.putExtra(Intent.EXTRA_INTENT, target); in showConfirmCredentialToDisableQuietMode()2021 callBackIntent.putExtra(EXTRA_USER_ID, userId); in showConfirmCredentialToDisableQuietMode()2022 callBackIntent.setPackage(mContext.getPackageName()); in showConfirmCredentialToDisableQuietMode()2023 callBackIntent.putExtra(Intent.EXTRA_PACKAGE_NAME, callingPackage); in showConfirmCredentialToDisableQuietMode()2024 callBackIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in showConfirmCredentialToDisableQuietMode()2028 callBackIntent, in showConfirmCredentialToDisableQuietMode()