Searched refs:mContentIcon (Results 1 – 2 of 2) sorted by relevance
11912 private int mContentIcon; field in Notification.Builder.WearableExtender11948 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()
7901 Landroid/app/Notification$WearableExtender;->mContentIcon:I