Searched refs:UserType (Results 1 – 9 of 9) sorted by relevance
32 import com.android.launcher3.model.nano.LauncherDumpProto.UserType;166 … node.userType = (info.user.equals(Process.myUserHandle()))? UserType.DEFAULT : UserType.WORK; in writeToDumpTarget()
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()
47 optional UserType user_type = 12;67 enum UserType { enum
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()
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()