Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9071 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender
9100 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT); in WearableExtender()
9139 if (mDisplayIntent != null) { in extend()
9140 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()
9187 that.mDisplayIntent = this.mDisplayIntent; in clone()
9286 mDisplayIntent = intent; in setDisplayIntent()
9298 return mDisplayIntent; in getDisplayIntent()