Home
last modified time | relevance | path

Searched refs:mDisplayIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3233 private PendingIntent mDisplayIntent; field in NotificationCompat.WearableExtender
3265 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()