Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java154 notification.flags |= Notification.FLAG_USER_INITIATED_JOB; in enqueueNotification()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobNotificationCoordinatorTest.java528 assertNotEquals(notification.flags & Notification.FLAG_USER_INITIATED_JOB, 0); in testUserInitiatedJob_hasNotificationFlag()
545 assertEquals(notification.flags & Notification.FLAG_USER_INITIATED_JOB, 0); in testNonUserInitiatedJob_doesNotHaveNotificationFlag()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt28 import android.app.Notification.FLAG_USER_INITIATED_JOB in <lambda>()
1250 n.flags = n.flags or FLAG_USER_INITIATED_JOB in <lambda>()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java41 import static android.app.Notification.FLAG_USER_INITIATED_JOB;
1321 .setFlag(FLAG_USER_INITIATED_JOB, true) in createAndPostCallStyleNotification()
5961 notif.getSbn().getNotification().flags = Notification.FLAG_USER_INITIATED_JOB; in testTimeout_NoCancelUserInitJobNotification()
7420 .setFlag(FLAG_USER_INITIATED_JOB, true) in testVisualDifference_userInitiatedJob()
13320 .setFlag(FLAG_USER_INITIATED_JOB, true)
13621 sbn.getNotification().flags |= FLAG_USER_INITIATED_JOB;
13638 sbn.getNotification().flags |= FLAG_USER_INITIATED_JOB;
13654 sbn.getNotification().flags |= FLAG_USER_INITIATED_JOB;
13675 sbn.getNotification().flags |= FLAG_USER_INITIATED_JOB;
13689 sbn.getNotification().flags = Notification.FLAG_ONGOING_EVENT | FLAG_USER_INITIATED_JOB;
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java47 import static android.app.Notification.FLAG_USER_INITIATED_JOB;
1280 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_BUBBLE,
1419 uiJob = r != null && (r.getNotification().flags & FLAG_USER_INITIATED_JOB) != 0;
1802 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB
1807 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB,
1900 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB
1908 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB,
3775 (FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_AUTOGROUP_SUMMARY);
3795 pkg, null, 0, FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB
3809 pkg, null, 0, FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB,
[all …]
DNotificationUsageStats.java446 if ((n.flags & Notification.FLAG_USER_INITIATED_JOB) != 0) { in countApiUse()
/frameworks/base/core/java/android/app/
DNotification.java753 public static final int FLAG_USER_INITIATED_JOB = 0x00008000; field in Notification
787 FLAG_USER_INITIATED_JOB
3976 if ((flags & FLAG_USER_INITIATED_JOB) != 0) { in flagsToString()
3978 flags &= ~FLAG_USER_INITIATED_JOB; in flagsToString()
7576 return (flags & Notification.FLAG_USER_INITIATED_JOB) != 0; in isUserInitiatedJob()
/frameworks/base/core/api/
Dtest-current.txt368 field public static final int FLAG_USER_INITIATED_JOB = 32768; // 0x8000