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