Searched refs:mDisplayIntent (Results 1 – 2 of 2) sorted by relevance
11033 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender11062 mDisplayIntent = wearableBundle.getParcelable( in WearableExtender()11102 if (mDisplayIntent != null) { in extend()11103 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()11150 that.mDisplayIntent = this.mDisplayIntent; in clone()11249 mDisplayIntent = intent; in setDisplayIntent()11261 return mDisplayIntent; in getDisplayIntent()
7906 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;