Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java242 private WatchdogPerfHandler mWatchdogPerfHandler; field in WatchdogPerfHandlerUnitTest
328 mWatchdogPerfHandler = new WatchdogPerfHandler(mMockContext, in setUp()
356 mWatchdogPerfHandler.addResourceOveruseListener(/* resourceOveruseFlag= */ 0, in testAddResourceOveruseListenerThrowsWithInvalidFlag()
372 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackage()
393 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackageWithDisabledPackage()
410 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackageWithMissingNotificationId()
428 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDismissNotification()
445 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDismissNotificationWithMissingNotificationId()
463 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentLaunchAppSettings()
489 mWatchdogPerfHandler.setKillablePackageAsUser("third_party_package", userHandle, in testWriteToDatabaseForSaveUserPackageSettings()
[all …]
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java133 private final WatchdogPerfHandler mWatchdogPerfHandler; field in CarWatchdogService
152 mWatchdogPerfHandler.processUserNotificationIntent(intent);
162 mWatchdogPerfHandler.onGarageModeChange(garageMode);
201 mWatchdogPerfHandler.deleteUser(userId);
205 mWatchdogPerfHandler.processPackageChangedIntent(intent);
235 mWatchdogPerfHandler.writeMetadataFile();
240 mWatchdogPerfHandler.writeToDatabase();
273 mWatchdogPerfHandler.onDisplayStateChanged(isDisplayEnabled);
314 mWatchdogPerfHandler = in CarWatchdogService()
320 mWatchdogPerfHandler.onDaemonConnectionChange(isConnected); in CarWatchdogService()
[all …]