Searched refs:INTENT_EXTRA_NOTIFICATION_ID (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | NotificationHelperBase.java | 50 public static final String INTENT_EXTRA_NOTIFICATION_ID = "notification_id"; field in NotificationHelperBase
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 47 import static com.android.car.watchdog.WatchdogPerfHandler.INTENT_EXTRA_NOTIFICATION_ID; 521 TEST_USER_HANDLE).putExtra(INTENT_EXTRA_NOTIFICATION_ID, in testDisableAppBroadcast() 535 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, RESOURCE_OVERUSE_NOTIFICATION_BASE_ID); in testDisableAppBroadcastWithDisabledPackage() 548 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, RESOURCE_OVERUSE_NOTIFICATION_BASE_ID); in testLaunchAppSettingsBroadcast() 560 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, in testDismissUserNotificationBroadcast() 577 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, RESOURCE_OVERUSE_NOTIFICATION_BASE_ID)); in testUserNotificationActionBroadcastsWithNullPackageName() 595 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, RESOURCE_OVERUSE_NOTIFICATION_BASE_ID)); in testUserNotificationActionBroadcastsWithInvalidUserId()
|
D | WatchdogPerfHandlerUnitTest.java | 370 .putExtra(WatchdogPerfHandler.INTENT_EXTRA_NOTIFICATION_ID, notificationId); in testProcessUserNotificationIntentDisablePackage() 391 .putExtra(WatchdogPerfHandler.INTENT_EXTRA_NOTIFICATION_ID, notificationId); in testProcessUserNotificationIntentDisablePackageWithDisabledPackage() 426 .putExtra(WatchdogPerfHandler.INTENT_EXTRA_NOTIFICATION_ID, notificationId); in testProcessUserNotificationIntentDismissNotification() 461 .putExtra(WatchdogPerfHandler.INTENT_EXTRA_NOTIFICATION_ID, notificationId); in testProcessUserNotificationIntentLaunchAppSettings()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperTest.java | 26 import static com.android.car.admin.NotificationHelper.INTENT_EXTRA_NOTIFICATION_ID; 363 Intent.EXTRA_PACKAGE_NAME, Intent.EXTRA_USER, INTENT_EXTRA_NOTIFICATION_ID); in isIntentEqualTo() local
|
/packages/services/Car/service-builtin/src/com/android/car/admin/ |
D | NotificationHelper.java | 287 .putExtra(INTENT_EXTRA_NOTIFICATION_ID, notificationId) in getPendingIntent()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 172 static final String INTENT_EXTRA_NOTIFICATION_ID = "notification_id"; field in WatchdogPerfHandler 1083 int notificationId = intent.getIntExtra(INTENT_EXTRA_NOTIFICATION_ID, -1); in processUserNotificationIntent()
|