Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionService.java27 protected static PendingIntent makeStartActionPendingIntent(final Context context, in makeStartActionPendingIntent() method in ActionService
29 return ActionServiceImpl.makeStartActionPendingIntent(context, action, requestCode, in makeStartActionPendingIntent()
H A DRedownloadMmsAction.java57 return ActionService.makeStartActionPendingIntent(context, in getPendingIntentForRedownloadMms()
H A DActionServiceImpl.java194 public static PendingIntent makeStartActionPendingIntent(final Context context, in makeStartActionPendingIntent() method in ActionServiceImpl