Searched defs:ARG_ACCOUNT_HANDLES (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DSelectPhoneAccountDialogFragment.java57 private static final String ARG_ACCOUNT_HANDLES = "account_handles"; field in class:SelectPhoneAccountDialogFragment
102 args.putParcelableArrayList(ARG_ACCOUNT_HANDLES, accountHandlesCopy);
155 mAccountHandles = getArguments().getParcelableArrayList(ARG_ACCOUNT_HANDLES);

Completed in 36 milliseconds