Home
last modified time | relevance | path

Searched defs:createPendingIntent (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptController.java148 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in WindowMagnificationPromptController
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipNotificationController.java210 private static PendingIntent createPendingIntent(Context context, String action) { in createPendingIntent() method in TvPipNotificationController
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java429 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in DynamicSystemInstallationService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java454 private PendingIntent createPendingIntent(Context context, String intentAction) { in createPendingIntent() method in SystemActions.SystemActionsBroadcastReceiver
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java169 protected static PendingIntent createPendingIntent(Context context, int userId, String action, in createPendingIntent() method in PolicyWarningUIController
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java465 private PendingIntent createPendingIntent(String pkg, String key, int userId) { in createPendingIntent() method in SnoozeHelper