HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ACCOUNT_LABEL (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountDetailDashboardFragment.java 46 public static final String KEY_ACCOUNT_LABEL = "account_label";
71 if (args.containsKey(KEY_ACCOUNT_LABEL)) {
72 mAccountLabel = args.getString(KEY_ACCOUNT_LABEL);
AccountPreferenceController.java 523 fragmentArguments.putString(AccountDetailDashboardFragment.KEY_ACCOUNT_LABEL,

Completed in 875 milliseconds