Home
last modified time | relevance | path

Searched refs:onClickPendingIntent (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java226 final PendingIntent onClickPendingIntent = PendingIntent.getBroadcastAsUser(mContext, in showNotification() local
235 .setContentIntent(onClickPendingIntent) in showNotification()