Searched refs:smallIconId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 36 final public int smallIconId; field in AuthenticatorDescription 52 int smallIconId, int prefId, boolean customTokens) { in AuthenticatorDescription() argument 59 this.smallIconId = smallIconId; in AuthenticatorDescription() 65 int smallIconId, int prefId) { in AuthenticatorDescription() argument 66 this(type, packageName, labelId, iconId, smallIconId, prefId, false); in AuthenticatorDescription() 84 this.smallIconId = 0; in AuthenticatorDescription() 94 this.smallIconId = source.readInt(); in AuthenticatorDescription() 127 dest.writeInt(smallIconId); in writeToParcel()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountAuthenticatorCache.java | 67 final int smallIconId = sa.getResourceId( in parseServiceAttributes() local 77 smallIconId, prefId, customTokens); in parseServiceAttributes()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 2725 int smallIconId; in manageNotification() local 2731 smallIconId = R.drawable.stat_sys_certificate_info; in manageNotification() 2736 smallIconId = R.drawable.stat_sys_certificate_info; in manageNotification() 2739 smallIconId = android.R.drawable.stat_sys_warning; in manageNotification() 2761 .setSmallIcon(smallIconId) in manageNotification()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2788 field public final int smallIconId;
|
/frameworks/base/api/ |
D | test-current.txt | 2940 field public final int smallIconId;
|
D | current.txt | 2940 field public final int smallIconId;
|
D | system-current.txt | 3065 field public final int smallIconId;
|