Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java11912 private int mContentIcon; field in Notification.Builder.WearableExtender
11948 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()
11999 if (mContentIcon != 0) { in extend()
12000 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()
12040 that.mContentIcon = this.mContentIcon; in clone()
12256 mContentIcon = icon; in setContentIcon()
12265 return mContentIcon; in getContentIcon()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7901 Landroid/app/Notification$WearableExtender;->mContentIcon:I