Searched refs:smallIconId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java36 final public int smallIconId; field in class:AuthenticatorDescription
49 int smallIconId, int prefId) {
56 this.smallIconId = smallIconId;
75 this.smallIconId = 0;
84 this.smallIconId = source.readInt();
116 dest.writeInt(smallIconId);
48 AuthenticatorDescription(String type, String packageName, int labelId, int iconId, int smallIconId, int prefId) argument
H A DAccountAuthenticatorCache.java62 final int smallIconId = sa.getResourceId(
70 smallIconId, prefId);

Completed in 43 milliseconds