Searched refs:mNotificationId (Results 1 – 2 of 2) sorted by relevance
45 private int mNotificationId = 0; field in LocalForegroundService73 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()
44 private int mNotificationId = 10; field in LocalForegroundServiceLocation67 mNotificationId ++; in onStart()70 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()73 startForeground(mNotificationId, notification, type); in onStart()