Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPendingIntent.java609 return buildServicePendingIntent(context, requestCode, intent, flags, in getService()
639 return buildServicePendingIntent(context, requestCode, intent, flags, in getForegroundService()
643 private static PendingIntent buildServicePendingIntent(Context context, int requestCode, in buildServicePendingIntent() method in PendingIntent