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.java56 public static final int FLAG_SERVICE_SENDER = 1 << 2; field in PendingIntentRecord
242 if ((flags & FLAG_SERVICE_SENDER) != 0) { in setAllowBgActivityStarts()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java101 import static com.android.server.am.PendingIntentRecord.FLAG_SERVICE_SENDER;
5780 | FLAG_SERVICE_SENDER));