Home
last modified time | relevance | path

Searched defs:testUserId (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApplicationVisibilityTest.java74 final int testUserId = getTestUserId(); in testPackageListCrossUserGrant() local
84 testUserId); in testPackageListCrossUserGrant() local
90 testUserId); in testPackageListCrossUserGrant() local
101 final int testUserId = getTestUserId(); in testPackageListCrossUserNoGrant() local
111 testUserId); in testPackageListCrossUserNoGrant() local
117 testUserId); in testPackageListCrossUserNoGrant() local
128 final int testUserId = getTestUserId(); in testPackageListOtherUserCrossUserGrant() local
140 testUserId, in testPackageListOtherUserCrossUserGrant() local
152 final int testUserId = getTestUserId(); in testPackageListOtherUserCrossUserNoGrant() local
164 testUserId, in testPackageListOtherUserCrossUserNoGrant() local
[all …]
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2023_21091.java37 int testUserId = -1; in testCVE_2023_21091() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21285/src/android/security/cts/CVE_2023_21285/
DDeviceTest.java62 int testUserId = in testPocCVE_2023_21285() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/
DDeviceTest.java69 int testUserId = in testPocCVE_2023_21291() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21244/src/android/security/cts/CVE_2023_21244/
DDeviceTest.java63 int testUserId = in testCVE_2023_21244() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java72 int testUserId = -1; in testCallStyleNotification() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
DActivityManagerHelperTest.java291 int testUserId = INVALID_USER_ID; in testStopAllTasksForUser() local
326 private void deepCleanTestStopAllTasksForUser(int testUserId, int initialCurrentUserId) in deepCleanTestStopAllTasksForUser()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt91 val testUserId: Int = context.user.identifier in <lambda>() constant
DInstallConstraintsTest.kt65 private val testUserId: Int = instr.targetContext.user.identifier in <lambda>() constant in android.packageinstaller.install.cts.InstallConstraintsTest