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.java237 private final int mResourceOveruseNotificationBaseId; field in WatchdogPerfHandler
341 mResourceOveruseNotificationBaseId = in WatchdogPerfHandler()
426 mResourceOveruseNotificationBaseId); in dumpProto()
1156 mResourceOveruseNotificationBaseId + mResourceOveruseNotificationMaxOffset - 1; in processUserNotificationIntent()
1157 if (notificationId < mResourceOveruseNotificationBaseId in processUserNotificationIntent()
1160 notificationId, mResourceOveruseNotificationBaseId, maxNotificationId); in processUserNotificationIntent()
1974 int notificationId = mResourceOveruseNotificationBaseId in notifyUserOnOveruse()