Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java486 PendingIntent contentIntent = in updateCfi() local
496 builder.setContentIntent(userHandle.isOwner() ? contentIntent : null); in updateCfi()
521 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in showDataDisconnectedRoaming() local
538 builder.setContentIntent(userHandle.isOwner() ? contentIntent : null); in showDataDisconnectedRoaming()
577 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in showNetworkSelection() local
586 builder.setContentIntent(userHandle.isOwner() ? contentIntent : null); in showNetworkSelection()
DEmergencyCallbackModeService.java191 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
193 builder.setContentIntent(contentIntent); in showNotification()
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java170 sbn.getNotification().contentIntent != null) {
172 sbn.getNotification().contentIntent.send();
186 if (sbn.getNotification().contentIntent != null) {
188 sbn.getNotification().contentIntent.send();
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java185 final Intent contentIntent; in updateNotification() local
188 contentIntent = new Intent(mContext, DialtactsActivity.class); in updateNotification()
189 contentIntent.putExtra(DialtactsActivity.EXTRA_SHOW_TAB, ListsFragment.TAB_INDEX_VOICEMAIL); in updateNotification()
191 mContext, 0, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)); in updateNotification()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java362 notification.contentIntent = pendingIntent; in showCollapsedNotification()
432 PendingIntent contentIntent = PendingIntent.getActivity(context, timerObj.mTimerId, in showTimesUpNotification() local
451 .setContentIntent(contentIntent) in showTimesUpNotification()
/packages/apps/Browser/src/com/android/browser/
DWebStorageSizeManager.java407 PendingIntent contentIntent = in scheduleOutOfSpaceNotification() local
410 notification.setLatestEventInfo(mContext, title, text, contentIntent); in scheduleOutOfSpaceNotification()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java215 Intent contentIntent = AlarmInstance.createIntent(context, AlarmActivity.class, in showAlarmNotification() local
218 instance.hashCode(), contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)); in showAlarmNotification()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java331 PendingIntent contentIntent = PendingIntent.getActivity( in updateNotification() local
334 notBuilder.setContentIntent(contentIntent); in updateNotification()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java1216 status.contentIntent = PendingIntent.getActivity(this, 0, in updateNotification()