Searched refs:AccountsUtil (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_BASIC_MODE_FRAGMENT;20 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_DEFAULT;21 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_RESTRICTED;22 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_SLICE_FRAGMENT;23 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_SYSTEM_INTENT;44 @AccountsUtil.AccountsFragmentType int frag = AccountsUtil.getAccountsFragmentToLaunch( in getActivityToStart()
19 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_BASIC_MODE_FRAGMENT;20 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_DEFAULT;
38 public class AccountsUtil { class62 if (AccountsUtil.isAdminRestricted(context)) { in getAccountsFragmentToLaunch()
19 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_DEFAULT;
170 if (!AccountsUtil.isAdminRestricted(getContext())) { in updateAccounts()
19 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_BASIC_MODE_FRAGMENT;20 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_DEFAULT;21 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_FRAGMENT_RESTRICTED;22 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_SLICE_FRAGMENT;23 import static com.android.tv.settings.accounts.AccountsUtil.ACCOUNTS_SYSTEM_INTENT;66 import com.android.tv.settings.accounts.AccountsUtil;490 switch(AccountsUtil.getAccountsFragmentToLaunch(getContext())) { in updateAccountPref()674 && !AccountsUtil.isAdminRestricted(getContext())) in onPreferenceTreeClick()
807 HSPLcom/android/tv/settings/accounts/AccountsUtil;->getAccountsFragmentToLaunch(Landroid/content/Co…1447 Lcom/android/tv/settings/accounts/AccountsUtil;4392 SPLcom/android/tv/settings/accounts/AccountsUtil;->isAdminRestricted(Landroid/content/Context;)Z