Home
last modified time | relevance | path

Searched defs:userIds (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/packagemanager/stats/device/src/com/android/cts/packagemanager/stats/device/
DPackageInstallationSessionReportedStatsTestsHelper.java45 String[] userIds = userIdsString.split(","); in getUserTypeIntegers() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityPreparer.java72 final int[] userIds = Utils.getAllUsers(device); in removeSecondaryUsers() local
DRoleSecurityTest.java48 final int[] userIds = Utils.prepareMultipleUsers(getDevice(), 2); in cannotGetSmsRoleHolderForAnotherUser() local
DUtils.java185 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
DResumeOnRebootHostTest.java605 int[] userIds = Utils.getAllUsers(getDevice()); in normalizeUserStates() local
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java130 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java366 List<Integer> userIds) { in isOnlyInstalledForUser()
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageInstallationSessionReportedStatsTests.java174 private void checkUserTypes(List<Integer> userIds, List<Integer> reportedUserTypes) in checkUserTypes()