Home
last modified time | relevance | path

Searched defs:notificationIntent (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java70 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local
/packages/services/Car/car_product/car_ui_portrait/rro/CarUIPortraitCommon/src/com/android/car/caruiportrait/common/service/
DCarUiPortraitService.java191 Intent notificationIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java113 Intent notificationIntent = new Intent(mContext, DeviceAsWebcamPreview.class); in startForegroundWithNotification() local
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java440 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, in sendNotification() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DUtils.java1471 Intent notificationIntent = new Intent(Settings.ACTION_ALL_APPS_NOTIFICATION_SETTINGS); in navigateToNotificationSettings() local
1484 Intent notificationIntent = new Intent(Settings.ACTION_APP_NOTIFICATION_SETTINGS); in navigateToAppNotificationSettings() local
/packages/apps/TV/src/com/android/tv/
DMainActivity.java877 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local