Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java11909 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender
11938 mDisplayIntent = wearableBundle.getParcelable( in WearableExtender()
11978 if (mDisplayIntent != null) { in extend()
11979 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()
12037 that.mDisplayIntent = this.mDisplayIntent; in clone()
12136 mDisplayIntent = intent; in setDisplayIntent()
12148 return mDisplayIntent; in getDisplayIntent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7906 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;