Searched defs:createIconDrawable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DPhoneAccountCompat.java36 public static Drawable createIconDrawable( method in class:PhoneAccountCompat
/packages/apps/Contacts/src/com/android/contacts/compat/
H A DPhoneAccountCompat.java61 public static Drawable createIconDrawable(@Nullable PhoneAccount phoneAccount, method in class:PhoneAccountCompat
91 return (Drawable) PhoneAccount.class.getMethod("createIconDrawable", Context.class)
97 + "android.telecom.PhoneAccount#createIconDrawable", t);

Completed in 85 milliseconds