Searched refs:mDisplayIntent (Results 1 – 2 of 2) sorted by relevance
9094 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender9123 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT); in WearableExtender()9162 if (mDisplayIntent != null) { in extend()9163 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()9210 that.mDisplayIntent = this.mDisplayIntent; in clone()9309 mDisplayIntent = intent; in setDisplayIntent()9321 return mDisplayIntent; in getDisplayIntent()
7909 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;