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

/frameworks/base/core/java/android/app/
H A DNotification.java1139 private Icon mSmallIcon; field in class:Notification
1882 mSmallIcon = Icon.CREATOR.createFromParcel(parcel);
1883 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) {
1884 icon = mSmallIcon.getResId();
1988 that.mSmallIcon = this.mSmallIcon;
2218 if (mSmallIcon == null && icon != 0) {
2220 mSmallIcon = Icon.createWithResource("", icon);
2222 if (mSmallIcon != null) {
2224 mSmallIcon
[all...]

Completed in 32 milliseconds