Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java44 import static android.app.Notification.WearableExtender.KEY_BACKGROUND;
927 fakeTypes.putParcelable(KEY_BACKGROUND, new Bundle()); in testWearableExtender_invalidExtra_noCrash()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java11005 static final String KEY_BACKGROUND = "background"; field in Notification.Builder.WearableExtender
11071 mBackground = wearableBundle.getParcelable(KEY_BACKGROUND, Bitmap.class); in WearableExtender()
11110 wearableBundle.putParcelable(KEY_BACKGROUND, mBackground); in extend()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7884 Landroid/app/Notification$WearableExtender;->KEY_BACKGROUND:Ljava/lang/String;