Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStatsdAppSecurityAtomTest.java78 int testAppId = getAppId(DeviceUtils.getAppUid(getDevice(), STATSD_APP_PKG)); in testRoleHolder() local
94 assertThat(getAppId(roleHolder.getUid())).isEqualTo(testAppId); in testRoleHolder()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/permissionstate/
DDangerousPermissionStateTests.java79 int testAppId = getAppId(DeviceUtils.getStatsdTestAppUid(getDevice())); in testDangerousPermissionState() local
88 if (getAppId(permissionState.getUid()) == testAppId) { in testDangerousPermissionState()