Searched refs:UserType (Results 1 – 10 of 10) sorted by relevance
60 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType()82 public @interface UserType {} annotation in ContactsUtils
22 import com.android.contacts.common.ContactsUtils.UserType;61 public @UserType long userType;
34 import com.android.contacts.common.ContactsUtils.UserType;101 Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) { in lookUpDisplayNameAlternative()
76 private void invalidCreateUserTypeTest(@CarDevicePolicyManager.UserType int type) in invalidCreateUserTypeTest()105 @CarDevicePolicyManager.UserType int carDpmUserType, @NonNull String userType) { in createUserOkTest()
27 import com.android.contacts.common.ContactsUtils.UserType;112 public @UserType long contactUserType;
109 public @interface UserType {} annotation in ContactsUtils255 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType()
103 public @interface UserType { annotation in CarDevicePolicyManager184 public CreateUserResult createUser(@Nullable String name, @UserType int type) { in createUser()
33 import com.android.contacts.common.ContactsUtils.UserType;105 public @UserType long userType;
66 import com.android.contacts.common.ContactsUtils.UserType;675 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString()
76 @CarDevicePolicyManager.UserType int type, AndroidFuture<UserCreationResult> receiver) { in createUser()