Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9094 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender
9123 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7909 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;