Searched refs:mContentIcon (Results 1 – 2 of 2) sorted by relevance
3037 private int mContentIcon; field in NotificationCompat.WearableExtender3075 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()3117 if (mContentIcon != 0) { in extend()3118 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()3158 that.mContentIcon = this.mContentIcon; in clone()3345 mContentIcon = icon; in setContentIcon()3353 return mContentIcon; in getContentIcon()
5858 private int mContentIcon; field in Notification.WearableExtender5892 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()5931 if (mContentIcon != 0) { in extend()5932 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()5969 that.mContentIcon = this.mContentIcon; in clone()6155 mContentIcon = icon; in setContentIcon()6163 return mContentIcon; in getContentIcon()