Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DDumpTargetWrapper.java32 import com.android.launcher3.model.nano.LauncherDumpProto.UserType;
166 … node.userType = (info.user.equals(Process.myUserHandle()))? UserType.DEFAULT : UserType.WORK; in writeToDumpTarget()
/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/apps/Launcher3/protos/
Dlauncher_dump.proto47 optional UserType user_type = 12;
67 enum UserType { enum
/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/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()