Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java54 public static final int FLAG_SERVICE_SENDER = 1 << 2; field in PendingIntentRecord
233 if ((flags & FLAG_SERVICE_SENDER) != 0) { in setAllowBgActivityStarts()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java93 import static com.android.server.am.PendingIntentRecord.FLAG_SERVICE_SENDER;
4906 | FLAG_SERVICE_SENDER));