Searched refs:mContentIcon (Results 1 – 2 of 2) sorted by relevance
2343 private int mContentIcon; field in NotificationCompat.WearableExtender2379 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()2419 if (mContentIcon != 0) { in extend()2420 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()2454 that.mContentIcon = this.mContentIcon; in clone()2639 mContentIcon = icon; in setContentIcon()2647 return mContentIcon; in getContentIcon()
4703 private int mContentIcon; field in Notification.WearableExtender4736 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON); in WearableExtender()4774 if (mContentIcon != 0) { in extend()4775 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon); in extend()4809 that.mContentIcon = this.mContentIcon; in clone()4994 mContentIcon = icon; in setContentIcon()5002 return mContentIcon; in getContentIcon()