Searched refs:KEY_DISPLAY_INTENT (Results 1 – 3 of 3) sorted by relevance
50 import static android.app.Notification.WearableExtender.KEY_DISPLAY_INTENT;1016 fakeTypes.putParcelable(KEY_DISPLAY_INTENT, new Bundle()); in testWearableExtender_invalidExtra_noCrash()
11879 static final String KEY_DISPLAY_INTENT = "displayIntent"; field in Notification.Builder.WearableExtender11939 KEY_DISPLAY_INTENT, PendingIntent.class); in WearableExtender()11979 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()
7892 Landroid/app/Notification$WearableExtender;->KEY_DISPLAY_INTENT:Ljava/lang/String;