Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java11033 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender
11062 mDisplayIntent = wearableBundle.getParcelable( in WearableExtender()
11102 if (mDisplayIntent != null) { in extend()
11103 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()
11150 that.mDisplayIntent = this.mDisplayIntent; in clone()
11249 mDisplayIntent = intent; in setDisplayIntent()
11261 return mDisplayIntent; in getDisplayIntent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7906 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;