Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java37 public static final String CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS = field in NotificationHelperBase
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java36 …ort static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS;
150 case CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS:
828 filter.addAction(CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS); in subscribeBroadcastReceiver()
DWatchdogPerfHandler.java55 …ort static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS;
1099 case CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS: in processUserNotificationIntent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DNotificationHelperTest.java24 import static com.android.car.admin.NotificationHelper.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS;
257 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, userHandle, packageName, in constructNotification()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java40 …ort static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS;
545 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS) in testLaunchAppSettingsBroadcast()
571 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, in testUserNotificationActionBroadcastsWithNullPackageName()
588 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, in testUserNotificationActionBroadcastsWithInvalidUserId()
607 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, in testUserNotificationActionBroadcastsWithMissingNotificationId()
1200 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, in captureBroadcastReceiver()
DWatchdogPerfHandlerUnitTest.java43 …ort static com.android.car.internal.NotificationHelperBase.CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS;
458 Intent intent = new Intent(CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS) in testProcessUserNotificationIntentLaunchAppSettings()
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java252 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, user, packageName, notificationId); in showResourceOveruseNotificationsAsUser()