Home
last modified time | relevance | path

Searched defs:userType (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java355 final int userType = getUserTypeForWipe(); in updateErrorMessage() local
394 protected abstract String getLastTryOverrideErrorMessageId(int userType); in getLastTryOverrideErrorMessageId()
395 protected abstract int getLastTryDefaultErrorMessage(int userType); in getLastTryDefaultErrorMessage()
397 private String getWipeMessage(int userType) { in getWipeMessage()
DConfirmLockPattern.java678 protected String getLastTryOverrideErrorMessageId(int userType) { in getLastTryOverrideErrorMessageId()
687 protected int getLastTryDefaultErrorMessage(int userType) { in getLastTryDefaultErrorMessage()
DConfirmLockPassword.java333 protected String getLastTryOverrideErrorMessageId(int userType) { in getLastTryOverrideErrorMessageId()
343 protected int getLastTryDefaultErrorMessage(int userType) { in getLastTryDefaultErrorMessage()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java187 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
197 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
206 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
225 String userType, @UserInfoFlag int flags) { in isNewUserRequest()
614 NewUserRequestMatcher(String name, String userType, int flags) { in NewUserRequestMatcher()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java61 public @UserType long userType; field in ContactInfo
DContactInfoHelper.java101 Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) { in lookUpDisplayNameAlternative()
/packages/services/Car/car-lib/src/com/android/car/internal/
DICarServiceHelper.aidl54 UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) = 4; in createUserEvenWhenDisallowed()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAbstractICarServiceHelperStub.java66 public UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) { in createUserEvenWhenDisallowed()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1266 UserHandle createUserEvenWhenDisallowed(@Nullable String name, @NonNull String userType, in createUserEvenWhenDisallowed()
1292 String userType = userCreationRequest.isGuest() ? UserManager.USER_TYPE_FULL_GUEST in createUser() local
1308 public void createUser(@Nullable String name, @NonNull String userType, int flags, in createUser()
1314 EventLogHelper.writeCarUserServiceCreateUserReq(UserHelperLite.safeName(name), userType, in createUser() local
1370 private void handleCreateUser(@Nullable String name, @NonNull String userType, in handleCreateUser()
1454 userType, flags); in handleCreateUser() local
1532 private NewUserRequest getCreateUserRequest(String name, String userType, int flags) { in getCreateUserRequest()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DUserManagerCompat.java55 public UserInfoCompat createProfileForUser(String name, @NonNull String userType, in createProfileForUser()
/packages/services/Car/service/src/com/android/car/
DCarServiceHelperWrapper.java166 public UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) { in createUserEvenWhenDisallowed()
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java158 String userType = UserManager.USER_TYPE_FULL_SECONDARY; in createUser() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java337 int userType = info.getUserType(); in getIconInfoTypeFromItemInfo() local
/packages/apps/Settings/src/com/android/settings/
DUtils.java407 @NonNull UserManager userManager, @ProfileType int userType) { in getProfileOfType()
427 @NonNull UserManager userManager, @ProfileType int userType) { in doesProfileOfTypeExists()
438 private static String getUmUserType(@ProfileType int userType) throws IllegalArgumentException { in getUmUserType()
494 @ProfileType int userType) throws IllegalStateException { in getCurrentUserIdOfType()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java105 public @UserType long userType; field in CallerInfo
DContactInfoCache.java716 public long userType = ContactsUtils.USER_TYPE_CURRENT; field in ContactInfoCache.ContactCacheEntry
DStatusBarNotifier.java679 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java191 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq()
203 @Nullable String safeName, @Nullable String userType, int flags) { in writeCarUserServiceCreateUserUserCreated()
441 @Nullable String userType, int flags) { in writeCarUserManagerCreateUserReq()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java294 protected boolean isUserTypeEnabled(String userType) { in isUserTypeEnabled()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java525 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon() local
DContactEntryListAdapter.java624 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon() local
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java825 @NonNull String userType, @UserInfoFlag int flags, in expectServiceCreateUserSucceeds()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java447 String userType = UserManager.USER_TYPE_FULL_SECONDARY; in createUserWithRestrictionsInvalidTypes() local
476 protected void createUser(@Nullable String name, @NonNull String userType, int flags, in createUser()
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java580 private void onAddUserClicked(int userType) { in onAddUserClicked()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java716 String userType = userCreationRequest.isGuest() ? UserManager.USER_TYPE_FULL_GUEST in createUser() local

12