Searched refs:getIconResId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DStatusHints.java70 public int getIconResId() { method in class:StatusHints
142 otherHints.getIconResId() == getIconResId() &&
H A DPhoneAccount.java195 mIconResId = phoneAccount.getIconResId();
542 public int getIconResId() { method in class:PhoneAccount
549 * If this property is {@code null}, the resource {@link #getIconResId()} will be loaded from
573 * resource specified by {@link #getIconResId()} should be used.
595 * interface. Uses the properties {@link #getIconResId()}, {@link #getIconPackageName()}, and
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java311 public int getIconResId() { method in class:InputMethodSubtype
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3417 out.attribute(null, ATTR_ICON, String.valueOf(subtype.getIconResId()));

Completed in 4002 milliseconds