Searched refs:mSmallIcon (Results 1 – 1 of 1) sorted by relevance
1283 private Icon mSmallIcon; field in Notification2216 mSmallIcon = Icon.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2217 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) { in readFromParcelImpl()2218 icon = mSmallIcon.getResId(); in readFromParcelImpl()2332 that.mSmallIcon = this.mSmallIcon; in cloneInto()2606 if (mSmallIcon == null && icon != 0) { in writeToParcelImpl()2608 mSmallIcon = Icon.createWithResource("", icon); in writeToParcelImpl()2610 if (mSmallIcon != null) { in writeToParcelImpl()2612 mSmallIcon.writeToParcel(parcel, 0); in writeToParcelImpl()3220 return mSmallIcon; in getSmallIcon()[all …]