Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationReceiver.java79 return PendingIntentFactory.getNonProtectedSystemOnlyBroadcastPendingIntent( in newNotificationDismissedIntent()
96 return PendingIntentFactory.getNonProtectedSystemOnlyBroadcastPendingIntent( in newNotificationActionClickedIntent()
/packages/modules/Permission/service/java/com/android/safetycenter/
DPendingIntentFactory.java220 public static PendingIntent getNonProtectedSystemOnlyBroadcastPendingIntent( in getNonProtectedSystemOnlyBroadcastPendingIntent() method in PendingIntentFactory