Searched defs:notificationIntent (Results 1 – 6 of 6) sorted by relevance
70 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive() local
191 Intent notificationIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local
113 Intent notificationIntent = new Intent(mContext, DeviceAsWebcamPreview.class); in startForegroundWithNotification() local
440 final PendingIntent notificationIntent = PendingIntent.getActivity(this, 0, intent, in sendNotification() local
1471 Intent notificationIntent = new Intent(Settings.ACTION_ALL_APPS_NOTIFICATION_SETTINGS); in navigateToNotificationSettings() local1484 Intent notificationIntent = new Intent(Settings.ACTION_APP_NOTIFICATION_SETTINGS); in navigateToAppNotificationSettings() local
877 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() local