Searched defs:getSelectAccountDialog (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/util/ | ||
H A D | AccountSelectionUtil.java | 75 public static Dialog getSelectAccountDialog(Context context, int resId) { method in class:AccountSelectionUtil 76 return getSelectAccountDialog(context, resId, null, null); 79 public static Dialog getSelectAccountDialog(Context context, int resId, method in class:AccountSelectionUtil 81 return getSelectAccountDialog(context, resId, onClickListener, null); 88 public static Dialog getSelectAccountDialog(Context context, int resId, method in class:AccountSelectionUtil |
Completed in 82 milliseconds