/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WakeupNotificationFactory.java | 73 .setDeleteIntent(getPrivateBroadcast(ACTION_DISMISS_NOTIFICATION)) in createOnboardingNotification()
|
D | ConnectToNetworkNotificationBuilder.java | 170 .setDeleteIntent(getPrivateBroadcast(ACTION_USER_DISMISSED_NOTIFICATION, extraData)) in createNotificationBuilder()
|
D | WifiNetworkSuggestionsManager.java | 815 .setDeleteIntent(getPrivateBroadcast(NOTIFICATION_USER_DISMISSED_INTENT_ACTION, in sendUserApprovalNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 277 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_WARNING)) in showWarningNotification() 313 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification() 386 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning() 436 .setDeleteIntent( in showThermalShutdownWarning()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipNotification.java | 156 .setDeleteIntent(createPendingIntent(context, ACTION_CLOSE))); in PipNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 220 .setDeleteIntent(buildSnoozeIntent(fsUuid)) in updateMissingPrivateVolumes() 374 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted() 394 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationTestHelper.java | 327 .setDeleteIntent(deleteIntent) in makeBubbleMetadata()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationBuilderTest.java | 300 b.setDeleteIntent(makeDeleteIntent(id)); in buildNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 865 .setDeleteIntent(mDeleteIntent) in createBubbleEntry()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1047 .setDeleteIntent(newCancelIntent(mContext, info)); in sendBugreportNotification()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3963 public Builder setDeleteIntent(PendingIntent intent) { in setDeleteIntent() method in Notification.Builder 8846 public BubbleMetadata.Builder setDeleteIntent(@Nullable PendingIntent deleteIntent) { in setDeleteIntent() method in Notification.Builder.BubbleMetadata.Builder 10327 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent() method in Notification.Builder.TvExtender
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1353 builder.setDeleteIntent(PendingIntent.getBroadcast( in enqueueNotification() 1439 builder.setDeleteIntent(PendingIntent.getBroadcast( in enqueueNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1852 .setDeleteIntent(PendingIntent.getBroadcastAsUser(mContext, 0, in handleMessage()
|
/frameworks/base/api/ |
D | system-current.txt | 536 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);
|
D | current.txt | 5509 …method @NonNull public android.app.Notification.BubbleMetadata.Builder setDeleteIntent(@Nullable a… 5553 …method @NonNull public android.app.Notification.Builder setDeleteIntent(android.app.PendingIntent);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1814 HSPLandroid/app/Notification$Builder;->setDeleteIntent(Landroid/app/PendingIntent;)Landroid/app/Not…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4732 method public android.app.Notification.Builder setDeleteIntent(android.app.PendingIntent);
|