Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java258 if (notificationIDs == null) { in handleForegroundServiceNotificationUpdated()
264 if (notificationIDs != null) { in handleForegroundServiceNotificationUpdated()
295 if (notificationIDs == null || notificationIDs.size() == 0) { in hasForegroundServiceNotificationsLocked()
299 if (notificationIDs.valueAt(i)) { in hasForegroundServiceNotificationsLocked()
310 if (notificationIDs == null in handleNotificationPosted()
314 if (notificationIDs.valueAt(indexOfKey)) { in handleNotificationPosted()
321 if (notificationIDs.valueAt(i)) { in handleNotificationPosted()
326 notificationIDs.setValueAt(indexOfKey, true); in handleNotificationPosted()
340 if (notificationIDs == null in handleNotificationRemoved()
344 if (!notificationIDs.valueAt(indexOfKey)) { in handleNotificationRemoved()
[all …]