Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmDeviceCredentialBaseFragment.java250 final int userType = getUserTypeForWipe(); in updateErrorMessage() local
278 protected abstract int getLastTryErrorMessage(int userType); in getLastTryErrorMessage()
280 private int getWipeMessage(int userType) { in getWipeMessage()
DConfirmLockPattern.java520 protected int getLastTryErrorMessage(int userType) { in getLastTryErrorMessage()
DConfirmLockPassword.java223 protected int getLastTryErrorMessage(int userType) { in getLastTryErrorMessage()
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java172 @NonNull String userType, @UserInfoFlag int flags, @UserIdInt int userId) { in mockUmCreateUser()
188 @NonNull String userType, @UserInfoFlag int flags, @NonNull RuntimeException e) { in mockUmCreateUser()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java263 final int userType = getUserTypeForWipe(); in updateErrorMessage() local
291 protected abstract int getLastTryErrorMessage(int userType); in getLastTryErrorMessage()
293 private int getWipeMessage(int userType) { in getWipeMessage()
DConfirmLockPattern.java544 protected int getLastTryErrorMessage(int userType) { in getLastTryErrorMessage()
DConfirmLockPassword.java262 protected int getLastTryErrorMessage(int userType) { in getLastTryErrorMessage()
/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/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java497 @NonNull String userType, @UserInfoFlag int flags, in expectServiceCreateUserSucceeds()
511 @NonNull String userType, @UserInfoFlag int flags) throws RemoteException { in expectServiceCreateUserFails()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DUserSettings.java438 private void onAddUserClicked(int userType) { in onAddUserClicked()
571 final int userType = dialogId == DIALOG_ADD_USER in onCreateDialog() local
743 private void addUserNow(final int userType) { in addUserNow()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java105 public @UserType long userType; field in CallerInfo
DStatusBarNotifier.java675 private CharSequence getContentString(DialerCall call, @UserType long userType) { in getContentString()
DContactInfoCache.java716 public long userType = ContactsUtils.USER_TYPE_CURRENT; field in ContactInfoCache.ContactCacheEntry
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java254 @NonNull String userType, @UserInfoFlag int flags) { in createUser()
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java445 private void onAddUserClicked(int userType) { in onAddUserClicked()
/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/service/src/com/android/car/user/
DCarUserService.java1003 public void createUser(@Nullable String name, @NonNull String userType, @UserInfoFlag int flags, in createUser()