Home
last modified time | relevance | path

Searched refs:smallIconId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java39 final public int smallIconId; field in AuthenticatorDescription
55 int smallIconId, int prefId, boolean customTokens) { in AuthenticatorDescription() argument
62 this.smallIconId = smallIconId; in AuthenticatorDescription()
68 int smallIconId, int prefId) { in AuthenticatorDescription() argument
69 this(type, packageName, labelId, iconId, smallIconId, prefId, false); in AuthenticatorDescription()
88 this.smallIconId = 0; in AuthenticatorDescription()
99 this.smallIconId = source.readInt(); in AuthenticatorDescription()
132 dest.writeInt(smallIconId); in writeToParcel()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java177 final int smallIconId; in buildNotification() local
185 smallIconId = R.drawable.stat_sys_certificate_info; in buildNotification()
190 smallIconId = R.drawable.stat_sys_certificate_info; in buildNotification()
193 smallIconId = android.R.drawable.stat_sys_warning; in buildNotification()
218 .setSmallIcon(smallIconId) in buildNotification()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java69 final int smallIconId = sa.getResourceId( in parseServiceAttributes() local
79 smallIconId, prefId, customTokens); in parseServiceAttributes()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2788 field public final int smallIconId;
/frameworks/base/core/api/
Dcurrent.txt3891 field public final int smallIconId;