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

  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java 34 private static final String ARG_ACCOUNT_NAME = "accountName";
51 args.putString(ARG_ACCOUNT_NAME, accountName);
84 String accountName = arguments.getString(ARG_ACCOUNT_NAME);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
RemoveAccountDialog.java 80 private static final String ARG_ACCOUNT_NAME = "accountName";
89 b.putString(ARG_ACCOUNT_NAME, accountName);
96 mAccountName = getArguments().getString(ARG_ACCOUNT_NAME);

Completed in 233 milliseconds