Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java243 final int userType = getUserTypeForWipe(); in updateErrorMessage() local
275 protected abstract String getLastTryOverrideErrorMessageId(int userType); in getLastTryOverrideErrorMessageId()
276 protected abstract int getLastTryDefaultErrorMessage(int userType); in getLastTryDefaultErrorMessage()
278 private String getWipeMessage(int userType) { in getWipeMessage()
DConfirmLockPattern.java573 protected String getLastTryOverrideErrorMessageId(int userType) { in getLastTryOverrideErrorMessageId()
582 protected int getLastTryDefaultErrorMessage(int userType) { in getLastTryDefaultErrorMessage()
DConfirmLockPassword.java290 protected String getLastTryOverrideErrorMessageId(int userType) { in getLastTryOverrideErrorMessageId()
300 protected int getLastTryDefaultErrorMessage(int userType) { in getLastTryDefaultErrorMessage()
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java146 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
156 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
165 public static void mockUmCreateUser(UserManager um, @Nullable String name, String userType, in mockUmCreateUser()
184 String userType, @UserInfoFlag int flags) { in isNewUserRequest()
539 NewUserRequestMatcher(String name, String userType, int flags) { in NewUserRequestMatcher()
/packages/services/Car/car-lib/src/com/android/car/internal/
DICarServiceHelper.aidl57 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/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/android/car/
DICarUserService.aidl34 void createUser(@nullable String name, String userType, int flags, int timeoutMs, in createUser()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1235 UserHandle createUserEvenWhenDisallowed(@Nullable String name, @NonNull String userType, in createUserEvenWhenDisallowed()
1261 public void createUser(@Nullable String name, @NonNull String userType, int flags, in createUser()
1273 public void createUser(@Nullable String name, @NonNull String userType, int flags, in createUser()
1279 EventLogHelper.writeCarUserServiceCreateUserReq(UserHelperLite.safeName(name), userType, in createUser() local
1296 private void handleCreateUser(@Nullable String name, @NonNull String userType, in handleCreateUser()
1380 userType, flags); in handleCreateUser() local
1458 private NewUserRequest getCreateUserRequest(String name, String userType, int flags) { in getCreateUserRequest()
DUserPreCreator.java190 String userType = isGuest ? UserManager.USER_TYPE_FULL_GUEST in preCreateUsers() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DCarDevicePolicyServiceTest.java165 @CarDevicePolicyManager.UserType int carDpmUserType, @NonNull String userType) { in createUserOkTest()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserPreCreatorTest.java182 String userType = in verifyUserCreated() local
DCarUserManagerUnitTest.java657 @NonNull String userType, @UserInfoFlag int flags, in expectServiceCreateUserSucceeds()
671 @NonNull String userType, @UserInfoFlag int flags) throws RemoteException { in expectServiceCreateUserFails()
DBaseCarUserServiceTestCase.java357 String userType = UserManager.USER_TYPE_FULL_SECONDARY; in createUserWithRestrictionsInvalidTypes() local
381 protected void createUser(@Nullable String name, @NonNull String userType, int flags, in createUser()
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java153 String userType = UserManager.USER_TYPE_FULL_SECONDARY; in createUser() local
/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.java229 @Nullable String userType, int flags, int timeout, int hasCallerRestrictions) { in writeCarUserServiceCreateUserReq()
243 @Nullable String safeName, @Nullable String userType, int flags) { in writeCarUserServiceCreateUserUserCreated()
474 @Nullable String userType, int flags) { in writeCarUserManagerCreateUserReq()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java212 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/car-lib/src/android/car/user/
DCarUserManager.java507 @NonNull String userType, int flags) { in createUser()
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java547 private void onAddUserClicked(int userType) { in onAddUserClicked()