Searched refs:createNotification (Results 1 – 11 of 11) sorted by relevance
19 import static android.app.cts.shortfgstesthelper.ShortFgsHelper.createNotification;62 incoming.getNotificationId(), createNotification(), incoming.getFgsType()); in onStartCommand()
21 import static android.app.cts.shortfgstesthelper.ShortFgsHelper.createNotification;132 createNotification(), m.getFgsType()); in onReceive()
92 public static Notification createNotification() { in createNotification() method in ShortFgsHelper
19 import static android.app.cts.fgstimeouttesthelper.FgsTimeoutHelper.createNotification;62 incoming.getNotificationId(), createNotification(), incoming.getFgsType()); in onStartCommand()
21 import static android.app.cts.fgstimeouttesthelper.FgsTimeoutHelper.createNotification;124 createNotification(), m.getFgsType()); in onReceive()
72 public static Notification createNotification() { in createNotification() method in FgsTimeoutHelper
93 createNotification(); in query_notificationIsPosted_findsNotification()106 private void createNotification() { in createNotification() method in NotificationsTest
44 public static Notification createNotification(Context context) { in createNotification() method in FgsTestCommon
93 startForeground(1, FgsTestCommon.createNotification(this)); in onStartJob()
56 NotificationGenerator.createNotification(mActivity); in onEventsMediaItemTransition()
38 public static void createNotification(Context context) throws Exception { in createNotification() method in NotificationGenerator