/aosp12/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | HeapDumpActivity.java | 105 Intent deleteIntent = new Intent(ACTION_DELETE_HEAP_DUMP); in onCreate() 106 deleteIntent.setClass(getApplicationContext(), HeapDumpReceiver.class); in onCreate() 107 deleteIntent.putExtra(KEY_URI, mDumpUri.toString()); in onCreate() 108 sendBroadcast(deleteIntent); in onCreate() 127 Intent deleteIntent = new Intent(ACTION_DELETE_HEAP_DUMP); in onStop() local 128 deleteIntent.setClass(getApplicationContext(), HeapDumpReceiver.class); in onStop() 129 deleteIntent.putExtra(KEY_URI, mDumpUri.toString()); in onStop() 130 sendBroadcast(deleteIntent); in onStop()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPermissionRequest.java | 128 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive() local 129 deleteIntent.setPackage("com.android.bluetooth"); in onReceive() 130 deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onReceive() 131 deleteIntent.putExtra(BluetoothDevice.EXTRA_CONNECTION_ACCESS_RESULT, in onReceive() 133 deleteIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType); in onReceive() 182 .setDeleteIntent(PendingIntent.getBroadcast(context, 0, deleteIntent, in onReceive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | PbapStateMachine.java | 387 Intent deleteIntent = new Intent(); in createPbapNotification() local 388 deleteIntent.setClass(mService, BluetoothPbapService.class); in createPbapNotification() 389 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification() 413 PendingIntent.getBroadcast(mService, 0, deleteIntent, in createPbapNotification()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | MyNotificationListenerService.java | 52 if (notification.deleteIntent != null) { in onNotificationPosted() 53 sender.send("delete", notification.deleteIntent); in onNotificationPosted()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipNotificationTests.kt | 79 notification.deleteIntent?.send() 169 private val StatusBarNotification.deleteIntent: PendingIntent?
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | LocationAccessCheck.java | 577 Intent deleteIntent = new Intent(mContext, NotificationDeleteHandler.class); in createNotificationForLocationUser() local 578 deleteIntent.putExtra(EXTRA_PACKAGE_NAME, pkgName); in createNotificationForLocationUser() 579 deleteIntent.putExtra(EXTRA_SESSION_ID, sessionId); in createNotificationForLocationUser() 580 deleteIntent.putExtra(EXTRA_UID, pkg.applicationInfo.uid); in createNotificationForLocationUser() 581 deleteIntent.putExtra(EXTRA_USER, user); in createNotificationForLocationUser() 582 deleteIntent.setFlags(FLAG_RECEIVER_FOREGROUND); in createNotificationForLocationUser() 606 .setDeleteIntent(getBroadcast(mContext, 0, deleteIntent, in createNotificationForLocationUser()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastAlertService.java | 802 Intent deleteIntent = new Intent(intent); in addToNotificationBar() local 803 deleteIntent.putExtra(CellBroadcastAlertService.DISMISS_DIALOG, true); in addToNotificationBar() 805 deleteIntent, PendingIntent.FLAG_ONE_SHOT in addToNotificationBar() 906 Intent deleteIntent = new Intent(context, CellBroadcastInternalReceiver.class); in createMarkAsReadIntent() local 907 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent() 908 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime); in createMarkAsReadIntent() 909 return deleteIntent; in createMarkAsReadIntent()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationDiff.java | 220 || !Objects.equals(oldNotification.deleteIntent, newNotification.deleteIntent) in sameNotificationContent()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 295 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() argument 296 return createBubble(makeBubbleMetadata(deleteIntent), USER_HANDLE); in createBubble() 513 private BubbleMetadata makeBubbleMetadata(PendingIntent deleteIntent) { in makeBubbleMetadata() argument 520 .setDeleteIntent(deleteIntent) in makeBubbleMetadata()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | UserNotificationHelper.java | 114 PendingIntent deleteIntent = getCarServicePendingIntent(mContext, in constructNotification() local 142 .setDeleteIntent(deleteIntent) in constructNotification()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppNotification.java | 450 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local 469 PendingIntent.getBroadcast(mContext, 0, deleteIntent, in updateCompletedNotification() 520 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local 538 PendingIntent.getBroadcast(mContext, 0, deleteIntent, in updateCompletedNotification()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
H A D | NotificationController.java | 192 PendingIntent deleteIntent = PendingIntent.getBroadcast(context, 0, in showNotification() local 226 .setDeleteIntent(deleteIntent) in showNotification()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | VisualVoicemailNotifier.java | 78 PendingIntent deleteIntent = in showNotifications() local 89 .setDeleteIntent(deleteIntent) in showNotifications()
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ |
H A D | BuiltInPrintService.java | 325 PendingIntent deleteIntent = PendingIntent.getService(this, CERTIFICATE_REQUEST_ID, in notifyCertificateChange() local 349 .setDeleteIntent(deleteIntent) in notifyCertificateChange()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | UserNotificationHelperUnitTest.java | 138 PendingIntent deleteIntent = in constructNotification() local 171 .setDeleteIntent(deleteIntent) in constructNotification()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 837 PendingIntent deleteIntent = bubble.getDeleteIntent(); in maybeSendDeleteIntent() 838 if (deleteIntent == null) return; in maybeSendDeleteIntent() 840 deleteIntent.send(); in maybeSendDeleteIntent()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationStation.java | 561 if (n.deleteIntent != null) { in generateExtraText() 566 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 372 public PendingIntent deleteIntent; field in Notification 2534 deleteIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl() 2647 that.deleteIntent = this.deleteIntent; in cloneInto() 2994 if (deleteIntent != null) { in writeToParcelImpl() 2996 deleteIntent.writeToParcel(parcel, 0); in writeToParcelImpl() 4390 mN.deleteIntent = intent; in setDeleteIntent() 9929 private BubbleMetadata(PendingIntent expandIntent, PendingIntent deleteIntent, in BubbleMetadata() argument 9935 mDeleteIntent = deleteIntent; in BubbleMetadata() 10474 public BubbleMetadata.Builder setDeleteIntent(@Nullable PendingIntent deleteIntent) { in setDeleteIntent() argument 10475 mDeleteIntent = deleteIntent; in setDeleteIntent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 542 pw.println(prefix + "deleteIntent=" + notification.deleteIntent); in dumpNotification()
|
H A D | NotificationManagerService.java | 8389 final PendingIntent deleteIntent = r.getNotification().deleteIntent; 8390 if (deleteIntent != null) { 8394 .clearPendingIntentAllowBgActivityStarts(deleteIntent.getTarget(), 8396 deleteIntent.send();
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5765 field public android.app.PendingIntent deleteIntent;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 4632 field public android.app.PendingIntent deleteIntent;
|