Home
last modified time | relevance | path

Searched refs:ATTR_ACCOUNT_TYPE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DStoreUtils.java53 private static final String ATTR_ACCOUNT_TYPE = "account-type"; field in StoreUtils
61 bundle.getString(ATTR_ACCOUNT_TYPE)); in persistableBundleToAccount()
70 bundle.putString(ATTR_ACCOUNT_TYPE, account.type); in accountToPersistableBundle()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DExternalAccountType.java85 private static final String ATTR_ACCOUNT_TYPE = "accountType"; field in ExternalAccountType
346 } else if (ATTR_ACCOUNT_TYPE.equals(attr)) { in inflate()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DExternalAccountType.java79 private static final String ATTR_ACCOUNT_TYPE = "accountType"; field in ExternalAccountType
386 } else if (ATTR_ACCOUNT_TYPE.equals(attr)) { in inflate()