Home
last modified time | relevance | path

Searched refs:mNotificationId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java45 private int mNotificationId = 0; field in LocalForegroundService
73 mNotificationId ++; in onStart()
74 Log.d(TAG, "Starting foreground using notification " + mNotificationId); in onStart()
77 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()
80 startForeground(mNotificationId, notification); in onStart()
DLocalForegroundServiceLocation.java44 private int mNotificationId = 10; field in LocalForegroundServiceLocation
67 mNotificationId ++; in onStart()
70 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()
73 startForeground(mNotificationId, notification, type); in onStart()