Home
last modified time | relevance | path

Searched refs:EXTRA_DECLINE_INTENT (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java26 import static android.app.Notification.EXTRA_DECLINE_INTENT;
897 fakeTypes.putParcelable(EXTRA_DECLINE_INTENT, new Bundle()); in testRestoreFromExtras_Call_invalidExtra_noCrash()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1494 public static final String EXTRA_DECLINE_INTENT = "android.declineIntent"; field in Notification
9905 extras.putParcelable(EXTRA_DECLINE_INTENT, mDeclineIntent); in addExtras()
9941 mDeclineIntent = extras.getParcelable(EXTRA_DECLINE_INTENT, PendingIntent.class); in restoreFromExtras()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6253 field public static final String EXTRA_DECLINE_INTENT = "android.declineIntent";