Searched refs:mAccountType (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DProviderPreference.java32 private String mAccountType; field in class:ProviderPreference
37 mAccountType = accountType;
44 return mAccountType;
H A DManageAccountsSettings.java76 private String mAccountType; field in class:ManageAccountsSettings
86 mAccountType = args.getString(KEY_ACCOUNT_TYPE);
200 if (syncAdapters[j].accountType.equals(mAccountType)
311 if (mAccountType != null && !account.type.equals(mAccountType)) continue;
336 if (mAccountType != null && mFirstAccount != null) {
348 PreferenceScreen prefs = addPreferencesForType(mAccountType, getPreferenceScreen());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java31 private final String mAccountType; field in class:AccountWithDataSet
36 mAccountType = emptyToNull(accountType);
57 return mAccountType;
65 return (mAccountName == null) && (mAccountType == null);
73 && Objects.equal(mAccountType, other.getAccountType())
82 result = 31 * result + (mAccountType != null ? mAccountType.hashCode() : 0);
89 return "AccountWithDataSet {name=" + mAccountName + ", type=" + mAccountType + ", dataSet="
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java24 private final String mAccountType; field in class:GroupListItem
34 mAccountType = accountType;
47 return mAccountType;
H A DSuggestedMemberListAdapter.java79 private String mAccountType; field in class:SuggestedMemberListAdapter
95 mAccountType = accountType;
191 args = new String[] {mAccountName, mAccountType, searchQuery, searchQuery};
195 mAccountName, mAccountType, mDataSet, searchQuery, searchQuery
H A DGroupEditorFragment.java186 private String mAccountType; field in class:GroupEditorFragment
247 mAccountType = account.type;
275 outState.putString(KEY_ACCOUNT_TYPE, mAccountType);
293 mAccountType = state.getString(KEY_ACCOUNT_TYPE);
327 mAccountType = accounts.get(0).type;
342 mAccountType = account.type;
356 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet);
364 if (mAccountType == null) {
430 mAutoCompleteAdapter.setAccountType(mAccountType);
481 mAccountType
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DStreamItemEntryBuilder.java29 private String mAccountType; field in class:StreamItemEntryBuilder
49 mAccountType = value;
65 mAccountType, mAccountName, mDataSet, mResPackage, mIconRes, mLabelRes);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DGroupMetaData.java24 private String mAccountType; field in class:GroupMetaData
34 this.mAccountType = accountType;
47 return mAccountType;
/packages/apps/Browser/src/com/android/browser/
H A DBookmarksLoader.java51 String mAccountType; field in class:BookmarksLoader
57 mAccountType = accountType;
63 super.setUri(addAccount(uri, mAccountType, mAccountName));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java40 private TextView mAccountType; field in class:ContactListFilterView
80 if (mAccountType == null) {
82 mAccountType = (TextView) findViewById(R.id.accountType);
89 mAccountType.setText(R.string.contactsList);
126 mAccountType.setText(accountType.getDisplayLabel(getContext()));
140 mAccountType.setText(textResource);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemEntry.java45 private final String mAccountType; field in class:StreamItemEntry
76 mAccountType = accountType;
92 mAccountType = getString(cursor, StreamItems.ACCOUNT_TYPE);
127 return mAccountType;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java133 private String mAccountType; field in class:GroupMembershipView
202 mAccountType = mState.getAccountType();
211 if (mGroupMetaData == null || mGroupMetaData.isClosed() || mAccountType == null
227 if (accountName.equals(mAccountName) && accountType.equals(mAccountType)
296 if (accountName.equals(mAccountName) && accountType.equals(mAccountType)
415 mAccountType,
H A DRawContactReadOnlyEditorView.java68 private String mAccountType; field in class:RawContactReadOnlyEditorView
128 mAccountType = state.getAccountType();
289 new AccountWithDataSet(mAccountName, mAccountType, mDataSet),
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DGlobalDismissManager.java103 public final String mAccountType; field in class:GlobalDismissManager.LocalDismissId
116 mAccountType = accountType;
142 if (!mAccountType.equals(that.mAccountType)) {
151 int result = mAccountType.hashCode();
298 Uri uri = asSync(Events.CONTENT_URI, dismissId.mAccountType,
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java441 String mAccountType; field in class:SelectSyncedCalendarsMultiAccountAdapter.RefreshCalendars
446 mAccountType = accountType;
454 mView.postDelayed(new RefreshCalendars(mToken, mAccount, mAccountType),
458 mAccountType + "#" + mAccount,
461 new String[] { mAccount, mAccountType } /*selectionArgs*/,

Completed in 210 milliseconds