Searched refs:smallIconId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 39 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/ |
D | CertificateMonitor.java | 177 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/ |
D | AccountAuthenticatorCache.java | 69 final int smallIconId = sa.getResourceId( in parseServiceAttributes() local 79 smallIconId, prefId, customTokens); in parseServiceAttributes()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2788 field public final int smallIconId;
|
/frameworks/base/core/api/ |
D | current.txt | 3891 field public final int smallIconId;
|