Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java234 private final int mResourceOveruseNotificationBaseId; field in WatchdogPerfHandler
338 mResourceOveruseNotificationBaseId = in WatchdogPerfHandler()
421 mResourceOveruseNotificationBaseId); in dumpProto()
1122 mResourceOveruseNotificationBaseId + mResourceOveruseNotificationMaxOffset - 1; in processUserNotificationIntent()
1123 if (notificationId < mResourceOveruseNotificationBaseId in processUserNotificationIntent()
1126 notificationId, mResourceOveruseNotificationBaseId, maxNotificationId); in processUserNotificationIntent()
1890 int notificationId = mResourceOveruseNotificationBaseId in notifyUserOnOveruse()