Home
last modified time | relevance | path

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

/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DServiceBase.java19 import static android.app.cts.shortfgstesthelper.ShortFgsHelper.createNotification;
62 incoming.getNotificationId(), createNotification(), incoming.getFgsType()); in onStartCommand()
DShortFgsMessageReceiver.java21 import static android.app.cts.shortfgstesthelper.ShortFgsHelper.createNotification;
132 createNotification(), m.getFgsType()); in onReceive()
DShortFgsHelper.java92 public static Notification createNotification() { in createNotification() method in ShortFgsHelper
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DServiceBase.java19 import static android.app.cts.fgstimeouttesthelper.FgsTimeoutHelper.createNotification;
62 incoming.getNotificationId(), createNotification(), incoming.getFgsType()); in onStartCommand()
DFgsTimeoutMessageReceiver.java21 import static android.app.cts.fgstimeouttesthelper.FgsTimeoutHelper.createNotification;
124 createNotification(), m.getFgsType()); in onReceive()
DFgsTimeoutHelper.java72 public static Notification createNotification() { in createNotification() method in FgsTimeoutHelper
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java93 createNotification(); in query_notificationIsPosted_findsNotification()
106 private void createNotification() { in createNotification() method in NotificationsTest
/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DFgsTestCommon.java44 public static Notification createNotification(Context context) { in createNotification() method in FgsTestCommon
DFgsNewLogicTest.java93 startForeground(1, FgsTestCommon.createNotification(this)); in onStartJob()
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DMessageNotificationTestPlayerListener.java56 NotificationGenerator.createNotification(mActivity); in onEventsMediaItemTransition()
DNotificationGenerator.java38 public static void createNotification(Context context) throws Exception { in createNotification() method in NotificationGenerator