/packages/apps/Settings/src/com/android/settings/password/ |
D | ConfirmDeviceCredentialBaseFragment.java | 355 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()
|
D | ConfirmLockPattern.java | 678 protected String getLastTryOverrideErrorMessageId(int userType) { in getLastTryOverrideErrorMessageId() 687 protected int getLastTryDefaultErrorMessage(int userType) { in getLastTryDefaultErrorMessage()
|
D | ConfirmLockPassword.java | 333 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/ |
D | AndroidMockitoHelper.java | 187 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/ |
D | ContactInfo.java | 61 public @UserType long userType; field in ContactInfo
|
D | ContactInfoHelper.java | 101 Context context, String lookupKey, @UserType long userType, @Nullable Long directoryId) { in lookUpDisplayNameAlternative()
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | ICarServiceHelper.aidl | 54 UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) = 4; in createUserEvenWhenDisallowed()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AbstractICarServiceHelperStub.java | 66 public UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) { in createUserEvenWhenDisallowed()
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 1266 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/ |
D | UserManagerCompat.java | 55 public UserInfoCompat createProfileForUser(String name, @NonNull String userType, in createProfileForUser()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarServiceHelperWrapper.java | 166 public UserHandle createUserEvenWhenDisallowed(String name, String userType, int flags) { in createUserEvenWhenDisallowed()
|
/packages/services/Car/service/src/com/android/car/admin/ |
D | CarDevicePolicyService.java | 158 String userType = UserManager.USER_TYPE_FULL_SECONDARY; in createUser() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 337 int userType = info.getUserType(); in getIconInfoTypeFromItemInfo() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 407 @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/ |
D | CallerInfo.java | 105 public @UserType long userType; field in CallerInfo
|
D | ContactInfoCache.java | 716 public long userType = ContactsUtils.USER_TYPE_CURRENT; field in ContactInfoCache.ContactCacheEntry
|
D | StatusBarNotifier.java | 679 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString()
|
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/ |
D | EventLogHelper.java | 191 @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/ |
D | ShadowUserManager.java | 294 protected boolean isUserTypeEnabled(String userType) { in isUserTypeEnabled()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PhoneNumberListAdapter.java | 525 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon() local
|
D | ContactEntryListAdapter.java | 624 final long userType = ContactsUtils.determineUserType(directoryId, null); in bindWorkProfileIcon() local
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/ |
D | CarUserManagerUnitTest.java | 825 @NonNull String userType, @UserInfoFlag int flags, in expectServiceCreateUserSucceeds()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | BaseCarUserServiceTestCase.java | 447 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/ |
D | UserSettings.java | 580 private void onAddUserClicked(int userType) { in onAddUserClicked()
|
/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 716 String userType = userCreationRequest.isGuest() ? UserManager.USER_TYPE_FULL_GUEST in createUser() local
|