Searched refs:smallIconId (Results 1 – 6 of 6) 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/devicepolicy/java/com/android/server/devicepolicy/ |
D | CertificateMonitor.java | 180 final int smallIconId; in buildNotification() local 188 smallIconId = R.drawable.stat_sys_certificate_info; in buildNotification() 194 smallIconId = R.drawable.stat_sys_certificate_info; in buildNotification() 197 smallIconId = android.R.drawable.stat_sys_warning; in buildNotification() 218 .setSmallIcon(smallIconId) in buildNotification()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountAuthenticatorCache.java | 68 final int smallIconId = sa.getResourceId( in parseServiceAttributes() local 78 smallIconId, prefId, customTokens); in parseServiceAttributes()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2788 field public final int smallIconId;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 318 Landroid/accounts/AuthenticatorDescription;->smallIconId:I
|
/frameworks/base/api/ |
D | current.txt | 3109 field public final int smallIconId;
|