Searched refs:KEY_BACKGROUND (Results 1 – 3 of 3) sorted by relevance
49 import static android.app.Notification.WearableExtender.KEY_BACKGROUND;1017 fakeTypes.putParcelable(KEY_BACKGROUND, new Bundle()); in testWearableExtender_invalidExtra_noCrash()
11881 static final String KEY_BACKGROUND = "background"; field in Notification.Builder.WearableExtender11947 mBackground = wearableBundle.getParcelable(KEY_BACKGROUND, Bitmap.class); in WearableExtender()11995 wearableBundle.putParcelable(KEY_BACKGROUND, mBackground); in extend()
7884 Landroid/app/Notification$WearableExtender;->KEY_BACKGROUND:Ljava/lang/String;