Searched defs:mSmallIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java1255 private Icon mSmallIcon; field in class:Notification
2123 mSmallIcon = Icon.CREATOR.createFromParcel(parcel);
2124 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) {
2125 icon = mSmallIcon.getResId();
2230 that.mSmallIcon = this.mSmallIcon;
2499 if (mSmallIcon == null && icon != 0) {
2501 mSmallIcon = Icon.createWithResource("", icon);
2503 if (mSmallIcon != null) {
2505 mSmallIcon
[all...]

Completed in 50 milliseconds