Searched refs:mNotificationId (Results 1 – 2 of 2) sorted by relevance
39 private int mNotificationId = 10; field in LocalForegroundServiceLocation60 mNotificationId ++; in onStartCommand()63 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()67 startForeground(mNotificationId, notification); in onStartCommand()
56 private int mNotificationId = 0; field in LocalForegroundService90 mNotificationId ++; in onStartCommand()92 Log.d(getTag(), "Starting foreground using notification " + mNotificationId); in onStartCommand() local95 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()102 startForeground(mNotificationId, builder.build()); in onStartCommand()