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 | 203 Intent notificationIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local 204 notificationIntent.putExtra(INTENT_EXTRA_NOTIFICATION_VISIBILITY_CHANGE, in handleMessage() 206 CarUiPortraitService.this.sendBroadcast(notificationIntent); in handleMessage()
|
/packages/services/DeviceAsWebcam/interface/src/com/android/deviceaswebcam/ |
D | DeviceAsWebcamFgService.java | 131 Intent notificationIntent = getPreviewActivityIntent(mContext); in startForegroundWithNotification() local 134 mContext, 0, notificationIntent, PendingIntent.FLAG_MUTABLE); in startForegroundWithNotification()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/ |
D | Utils.java | 1565 Intent notificationIntent = new Intent(Settings.ACTION_ALL_APPS_NOTIFICATION_SETTINGS); in navigateToNotificationSettings() local 1566 context.startActivity(notificationIntent); in navigateToNotificationSettings() 1578 Intent notificationIntent = new Intent(Settings.ACTION_APP_NOTIFICATION_SETTINGS); in navigateToAppNotificationSettings() local 1579 notificationIntent.putExtra(Settings.EXTRA_APP_PACKAGE, packageName); in navigateToAppNotificationSettings() 1580 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()
|