Searched refs:mDisplayIntent (Results 1 – 1 of 1) sorted by relevance
3233 private PendingIntent mDisplayIntent; field in NotificationCompat.WearableExtender3265 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT); in WearableExtender()3306 if (mDisplayIntent != null) { in extend()3307 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()3354 that.mDisplayIntent = this.mDisplayIntent; in clone()3451 mDisplayIntent = intent; in setDisplayIntent()3460 return mDisplayIntent; in getDisplayIntent()