Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java28 import static android.app.Notification.EXTRA_DECLINE_INTENT;
987 fakeTypes.putParcelable(EXTRA_DECLINE_INTENT, new Bundle()); in testRestoreFromExtras_Call_invalidExtra_noCrash()
/frameworks/base/core/java/android/app/
DNotification.java1548 public static final String EXTRA_DECLINE_INTENT = "android.declineIntent"; field in Notification
10843 extras.putParcelable(EXTRA_DECLINE_INTENT, mDeclineIntent); in addExtras()
10879 mDeclineIntent = extras.getParcelable(EXTRA_DECLINE_INTENT, PendingIntent.class); in restoreFromExtras()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6448 field public static final String EXTRA_DECLINE_INTENT = "android.declineIntent";