Searched defs:userType (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfo.java61 public @UserType long userType; field in class:ContactInfo
129 if (userType != other.userType) {
173 + ", userType="
174 + userType
H A DContactInfoHelper.java108 Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) {
110 if (lookupKey == null || userType == ContactsUtils.USER_TYPE_WORK) {
372 info.userType =
107 lookUpDisplayNameAlternative( Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) argument
/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java123 public @UserType long userType; field in class:CallerInfo
172 userType = ContactsUtils.USER_TYPE_CURRENT;
206 info.userType = ContactsUtils.USER_TYPE_CURRENT;
303 // Determine userType by directoryId and contactId
316 info.userType = ContactsUtils.determineUserType(directoryId, contactId);
320 context, info.lookupKeyOrNull, info.userType, directoryId);
562 .append("\nuserType: " + userType)
H A DContactInfoCache.java265 cce.userType = info.userType;
707 public long userType = ContactsUtils.USER_TYPE_CURRENT; field in class:ContactInfoCache.ContactCacheEntry
745 + ", userType="
746 + userType
H A DStatusBarNotifier.java306 final String content = getContentString(call, contactInfo.userType);
589 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) {
676 private String getContentString(DialerCall call, @UserType long userType) { argument
727 if (userType == ContactsUtils.USER_TYPE_WORK || isWorkCall) {
/packages/apps/Settings/src/com/android/settings/users/
H A DUserSettings.java373 private void onAddUserClicked(int userType) { argument
376 switch (userType) {
498 final int userType = dialogId == DIALOG_ADD_USER
506 addUserNow(userType);
669 private void addUserNow(final int userType) { argument
672 mAddingUserName = userType == USER_TYPE_USER ? getString(R.string.user_new_user_name)
679 if (userType == USER_TYPE_USER) {
689 if (userType == USER_TYPE_USER) {

Completed in 251 milliseconds