Home
last modified time | relevance | path

Searched refs:AccountPromptUtils (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DAccountPromptUtils.java40 public class AccountPromptUtils { class
42 private static final String TAG = AccountPromptUtils.class.getSimpleName();
116 AccountPromptUtils.neverShowAccountPromptAgain(activity); in getAccountManagerCallback()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java79 import com.android.contacts.util.AccountPromptUtils;
852 AccountPromptUtils.shouldShowAccountPrompt(this)) { in updateViewConfiguration()
853 AccountPromptUtils.neverShowAccountPromptAgain(this); in updateViewConfiguration()
854 AccountPromptUtils.launchAccountPrompt(this); in updateViewConfiguration()