Home
last modified time | relevance | path

Searched refs:ensureNotificationChannel (Results 1 – 9 of 9) sorted by relevance

/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DFgsTestCommon.java35 public static String ensureNotificationChannel(Context context) { in ensureNotificationChannel() method in FgsTestCommon
46 new Notification.Builder(context, ensureNotificationChannel(context)) in createNotification()
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
DUtils.kt25 fun ensureNotificationChannel(context: Context) { in ensureNotificationChannel() method
DAppOpsForegroundControlForegroundService.kt58 ensureNotificationChannel(this) in onStartCommand()
DAppOpsForegroundControlLocationForegroundService.kt59 ensureNotificationChannel(this) in onStartCommand()
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
DUtils.kt25 fun ensureNotificationChannel(context: Context) { in ensureNotificationChannel() method
DAppOpsForegroundControlForegroundService.kt58 ensureNotificationChannel(this) in onStartCommand()
DAppOpsForegroundControlLocationForegroundService.kt59 ensureNotificationChannel(this) in onStartCommand()
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutHelper.java64 public static String ensureNotificationChannel() { in ensureNotificationChannel() method in FgsTimeoutHelper
74 new Notification.Builder(sContext, ensureNotificationChannel()) in createNotification()
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsHelper.java84 public static String ensureNotificationChannel() { in ensureNotificationChannel() method in ShortFgsHelper
94 new Notification.Builder(sContext, ensureNotificationChannel()) in createNotification()