Home
last modified time | relevance | path

Searched refs:getTestUserId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApplicationVisibilityTest.java74 final int testUserId = getTestUserId(); in testPackageListCrossUserGrant()
101 final int testUserId = getTestUserId(); in testPackageListCrossUserNoGrant()
128 final int testUserId = getTestUserId(); in testPackageListOtherUserCrossUserGrant()
152 final int testUserId = getTestUserId(); in testPackageListOtherUserCrossUserNoGrant()
176 final int testUserId = getTestUserId(); in testApplicationListCrossUserGrant()
203 final int testUserId = getTestUserId(); in testApplicationListCrossUserNoGrant()
230 final int testUserId = getTestUserId(); in testApplicationListOtherUserCrossUserGrant()
254 final int testUserId = getTestUserId(); in testApplicationListOtherUserCrossUserNoGrant()
278 final int testUserId = getTestUserId(); in testGetPackagesForUidCrossUserGrant()
308 final int testUserId = getTestUserId(); in testGetPackagesForUidCrossUserNoGrant()
[all …]
/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DUserUtil.java43 public int getTestUserId() throws DeviceNotAvailableException { in getTestUserId() method in UserUtil