Home
last modified time | relevance | path

Searched defs:mNotificationId (Results 1 – 6 of 6) sorted by relevance

/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java56 private int mNotificationId = 0; field in LocalForegroundServiceBase
130 Log.d(getTag(), "Starting foreground using notification " + mNotificationId); in startForeground() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTestLowPriorityService.java45 private int mNotificationId = 1; field in MediaCodecResourceTestLowPriorityService
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java39 private int mNotificationId = 10; field in LocalForegroundServiceLocation
DLocalForegroundService.java58 private int mNotificationId = 0; field in LocalForegroundService
96 Log.d(getTag(), "Starting foreground using notification " + mNotificationId); in onStartCommand() local
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java46 public int mNotificationId = 1357; field in TestNotificationAssistant
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessage.java116 private int mNotificationId = 1; field in ShortFgsMessage
746 private int mNotificationId; field in ShortFgsMessage.Builder