Home
last modified time | relevance | path

Searched refs:UserType (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/
DContactsUtils.java60 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType()
82 public @interface UserType {} annotation in ContactsUtils
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java22 import com.android.contacts.common.ContactsUtils.UserType;
61 public @UserType long userType;
DContactInfoHelper.java34 import com.android.contacts.common.ContactsUtils.UserType;
101 Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) { in lookUpDisplayNameAlternative()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DCarDevicePolicyServiceTest.java76 private void invalidCreateUserTypeTest(@CarDevicePolicyManager.UserType int type) in invalidCreateUserTypeTest()
105 @CarDevicePolicyManager.UserType int carDpmUserType, @NonNull String userType) { in createUserOkTest()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java27 import com.android.contacts.common.ContactsUtils.UserType;
112 public @UserType long contactUserType;
/packages/apps/Contacts/src/com/android/contacts/
DContactsUtils.java109 public @interface UserType {} annotation in ContactsUtils
255 public static @UserType long determineUserType(Long directoryId, Long contactId) { in determineUserType()
/packages/services/Car/car-lib/src/android/car/admin/
DCarDevicePolicyManager.java103 public @interface UserType { annotation in CarDevicePolicyManager
184 public CreateUserResult createUser(@Nullable String name, @UserType int type) { in createUser()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java33 import com.android.contacts.common.ContactsUtils.UserType;
105 public @UserType long userType;
DStatusBarNotifier.java66 import com.android.contacts.common.ContactsUtils.UserType;
675 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString()
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java76 @CarDevicePolicyManager.UserType int type, AndroidFuture<UserCreationResult> receiver) { in createUser()