Home
last modified time | relevance | path

Searched refs:EXTRA_DECLINE_COLOR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java1567 public static final String EXTRA_DECLINE_COLOR = "android.declineColor"; field in Notification
10852 extras.putInt(EXTRA_DECLINE_COLOR, mDeclineButtonColor); in addExtras()
10883 mDeclineButtonColor = extras.containsKey(EXTRA_DECLINE_COLOR) in restoreFromExtras()
10884 ? extras.getInt(EXTRA_DECLINE_COLOR) : null; 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.txt6447 field public static final String EXTRA_DECLINE_COLOR = "android.declineColor";