Home
last modified time | relevance | path

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

/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java78 private static final String TEST_PKG_NAME_API33 = "android.app.fgstesthelper33"; field in ActivityManagerForegroundServiceTypeTest
98 TEST_PKG_NAME_API33, TEST_CLS_NAME_NO_TYPE);
100 TEST_PKG_NAME_API33, TEST_CLS_NAME_ALL_TYPE);
129 mActivityManager.forceStopPackage(TEST_PKG_NAME_API33); in tearDown()
138 enablePermissionEnforcement(false, TEST_PKG_NAME_API33); in testForegroundServiceTypeMissing()
144 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeMissing()
153 enablePermissionEnforcement(false, TEST_PKG_NAME_API33); in testForegroundServiceTypeNone()
158 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeNone()
167 enablePermissionEnforcement(false, TEST_PKG_NAME_API33); in testForegroundServiceTypeDataSync()
172 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeDataSync()
[all …]