Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java148 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in WindowMagnificationPromptController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java392 private static PendingIntent createPendingIntent(Context context, String action) { in createPendingIntent() method in TvPipNotificationController
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java479 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in DynamicSystemInstallationService
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java176 protected static PendingIntent createPendingIntent(Context context, int userId, String action, in createPendingIntent() method in PolicyWarningUIController
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java592 private PendingIntent createPendingIntent(Context context, String intentAction) { in createPendingIntent() method in SystemActions.SystemActionsBroadcastReceiver
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java407 private PendingIntent createPendingIntent(String key) { in createPendingIntent() method in SnoozeHelper
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java1580 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in NotificationTest