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/ |
D | NotificationHelperBase.java | 37 public static final String CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS = field in NotificationHelperBase
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 36 …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()
|
D | WatchdogPerfHandler.java | 55 …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/ |
D | NotificationHelperTest.java | 24 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/ |
D | CarWatchdogServiceUnitTest.java | 40 …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()
|
D | WatchdogPerfHandlerUnitTest.java | 43 …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/ |
D | NotificationHelper.java | 252 CAR_WATCHDOG_ACTION_LAUNCH_APP_SETTINGS, user, packageName, notificationId); in showResourceOveruseNotificationsAsUser()
|