Searched refs:notificationIntent (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TV/src/com/android/tv/receiver/ |
D | BootCompletedReceiver.java | 70 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local 71 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onReceive() 72 context.startService(notificationIntent); in onReceive()
|
/packages/services/Car/car_product/car_ui_portrait/rro/CarUIPortraitCommon/src/com/android/car/caruiportrait/common/service/ |
D | CarUiPortraitService.java | 191 Intent notificationIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local 192 notificationIntent.putExtra(INTENT_EXTRA_NOTIFICATION_VISIBILITY_CHANGE, in handleMessage() 194 CarUiPortraitService.this.sendBroadcast(notificationIntent); in handleMessage()
|
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/ |
D | DeviceAsWebcamFgService.java | 113 Intent notificationIntent = new Intent(mContext, DeviceAsWebcamPreview.class); in startForegroundWithNotification() local 114 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, notificationIntent, in startForegroundWithNotification()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/ |
D | Utils.java | 1471 Intent notificationIntent = new Intent(Settings.ACTION_ALL_APPS_NOTIFICATION_SETTINGS); in navigateToNotificationSettings() local 1472 context.startActivity(notificationIntent); in navigateToNotificationSettings() 1484 Intent notificationIntent = new Intent(Settings.ACTION_APP_NOTIFICATION_SETTINGS); in navigateToAppNotificationSettings() local 1485 notificationIntent.putExtra(Settings.EXTRA_APP_PACKAGE, packageName); in navigateToAppNotificationSettings() 1486 context.startActivityAsUser(notificationIntent, user); in navigateToAppNotificationSettings()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 440 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, in sendNotification() local 451 .setContentIntent(notificationIntent) in sendNotification()
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 877 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local 878 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onStart() 879 startService(notificationIntent); in onStart()
|