Home
last modified time | relevance | path

Searched refs:mAccountType (Results 1 – 24 of 24) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java31 private final String mAccountType; field in AccountWithDataSet
36 mAccountType = emptyToNull(accountType); in AccountWithDataSet()
57 return mAccountType; in getAccountType()
65 return (mAccountName == null) && (mAccountType == null); in isLocalAccount()
73 && Objects.equal(mAccountType, other.getAccountType()) in equals()
82 result = 31 * result + (mAccountType != null ? mAccountType.hashCode() : 0); in hashCode()
89 return "AccountWithDataSet {name=" + mAccountName + ", type=" + mAccountType + ", dataSet=" in toString()
DMetadataEntryParser.java95 final String mAccountType; field in MetadataEntryParser.RawContactInfo
103 this.mAccountType = accountType; in RawContactInfo()
DContactsProvider2.java4965 final String accountType = rawContactInfo.mAccountType; in searchRawContactIdForRawContactInfo()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java41 private TextView mAccountType; field in ContactListFilterView
86 if (mAccountType == null) { in bindView()
88 mAccountType = (TextView) findViewById(R.id.accountType); in bindView()
95 mAccountType.setText(R.string.contactsList); in bindView()
132 mAccountType.setText(accountType.getDisplayLabel(getContext())); in bindView()
147 mAccountType.setText(textResource); in bindView()
152 if (!TextUtils.isEmpty(mAccountType.getText())) { in generateContentDescription()
153 sb.append(mAccountType.getText()); in generateContentDescription()
DGroupMemberPickerFragment.java168 private String mAccountType; field in GroupMemberPickerFragment
197 mAccountType = getArguments().getString(ARG_ACCOUNT_TYPE); in onCreate()
202 mAccountType = savedState.getString(KEY_ACCOUNT_TYPE); in onCreate()
213 outState.putString(KEY_ACCOUNT_TYPE, mAccountType); in onSaveInstanceState()
237 mAccountType, mAccountDataSet); in onLoadFinished()
249 mAccountType, mAccountName, mAccountDataSet)); in createListAdapter()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneNumber.java42 private final String mAccountType; field in PhoneNumber
111 mAccountType = TextUtils.emptyIfNull(accountType); in PhoneNumber()
120 && mAccountType.equals(((PhoneNumber) obj).mAccountType); in equals()
125 return Objects.hash(mI18nPhoneNumber, mAccountName, mAccountType); in hashCode()
183 return mAccountType; in getAccountType()
229 return getNumber() + " " + mAccountName + " " + mAccountType; in toString()
245 dest.writeString(mAccountType); in writeToParcel()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountDetailDashboardFragment.java59 String mAccountType; field in AccountDetailDashboardFragment
82 mAccountType = args.getString(KEY_ACCOUNT_TYPE); in onCreate()
153 if (mAccountType == null) { in displayTile()
160 final boolean display = mAccountType.equals(metadata.getString(METADATA_IA_ACCOUNT)); in displayTile()
181 mAccountType, getPreferenceScreen()); in updateUi()
183 accountTypePreferenceLoader.updatePreferenceIntents(prefs, mAccountType, mAccount); in updateUi()
DProviderPreference.java32 private String mAccountType; field in ProviderPreference
38 mAccountType = accountType; in ProviderPreference()
46 return mAccountType; in getAccountType()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountDetailDashboardFragment.java59 String mAccountType; field in AccountDetailDashboardFragment
82 mAccountType = args.getString(KEY_ACCOUNT_TYPE); in onCreate()
156 if (mAccountType == null) { in displayTile()
163 final boolean display = mAccountType.equals(metadata.getString(METADATA_IA_ACCOUNT)); in displayTile()
184 mAccountType, getPreferenceScreen()); in updateUi()
186 accountTypePreferenceLoader.updatePreferenceIntents(prefs, mAccountType, mAccount); in updateUi()
DProviderPreference.java32 private String mAccountType; field in ProviderPreference
38 mAccountType = accountType; in ProviderPreference()
46 return mAccountType; in getAccountType()
/packages/apps/Dialer/java/com/android/contacts/common/
DGroupMetaData.java25 private String mAccountType; field in GroupMetaData
41 this.mAccountType = accountType; in GroupMetaData()
54 return mAccountType; in getAccountType()
/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java155 private String mAccountType; field in GroupMembershipView
260 mAccountType = mState.getAccountType(); in setState()
270 if (mGroupMetaData == null || mGroupMetaData.isClosed() || mAccountType == null in updateView()
285 if (accountName.equals(mAccountName) && accountType.equals(mAccountType) in updateView()
358 if (accountName.equals(mAccountName) && accountType.equals(mAccountType) in onClick()
482 new AccountWithDataSet(mAccountName, mAccountType, mDataSet), null); in createNewGroup()
DKindSectionData.java35 private final AccountType mAccountType; field in KindSectionData
41 mAccountType = accountType; in KindSectionData()
47 return mAccountType; in getAccountType()
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberEntity.java38 private String mAccountType; field in FavoriteNumberEntity
82 mAccountType = accountType; in setAccountType()
86 return mAccountType; in getAccountType()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupListItem.java24 private final String mAccountType; field in GroupListItem
37 mAccountType = accountType; in GroupListItem()
52 return mAccountType; in getAccountType()
DUpdateGroupMembersAsyncTask.java45 private final String mAccountType; field in UpdateGroupMembersAsyncTask
55 mAccountType = accountType; in UpdateGroupMembersAsyncTask()
91 builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, mAccountType); in getRawContactIds()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaBrowser.java94 mPrefs.mAccountType.registerChangeListener( in onCreate()
107 updatePlaybackState(mPrefs.mAccountType.getValue()); in onCreate()
191 if (TmaAccountType.NONE.equals(mPrefs.mAccountType.getValue())) { in getMediaItemsWithDelay()
DTmaPlayer.java271 TmaAccountType.PAID.equals(mPrefs.mAccountType.getValue())) { in onProcessMediaEvent()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/prefs/
DTmaPrefs.java40 public final PrefEntry<TmaAccountType> mAccountType; field in TmaPrefs
125 mAccountType = new EnumPrefEntry<>(TmaPrefKey.ACCOUNT_TYPE_KEY, in TmaPrefs()
DTmaPrefsFragment.java42 screen.addPreference(createEnumPref(context, "Account Type", prefs.mAccountType, in onCreatePreferences()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java974 private final String mAccountType; field in ContactLoader.AccountKey
979 mAccountType = accountType; in AccountKey()
985 return Objects.hash(mAccountName, mAccountType, mDataSet); in hashCode()
995 && Objects.equals(mAccountType, other.mAccountType) in equals()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java740 private final String mAccountType; field in ContactLoader.AccountKey
745 mAccountType = accountType; in AccountKey()
751 return Objects.hash(mAccountName, mAccountType, mDataSet); in hashCode()
761 && Objects.equals(mAccountType, other.mAccountType) in equals()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java254 assertEquals(contact1.mAccountType, contact2.mAccountType); in assertRawContactInfoEquals()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountDetailDashboardFragmentTest.java90 mFragment.mAccountType = "com.abc"; in setUp()