Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java10633 private int mContentIcon; field in Notification.Builder.WearableExtender
10668 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()
10708 if (mContentIcon != 0) { in extend()
10709 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()
10749 that.mContentIcon = this.mContentIcon; in clone()
10954 mContentIcon = icon; in setContentIcon()
10963 return mContentIcon; in getContentIcon()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7901 Landroid/app/Notification$WearableExtender;->mContentIcon:I