Home
last modified time | relevance | path

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

/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java77 private static final String TEST_PKG_NAME_CURRENT = "android.app.fgstesthelpercurrent"; field in ActivityManagerForegroundServiceTypeTest
94 TEST_PKG_NAME_CURRENT, TEST_CLS_NAME_NO_TYPE);
96 TEST_PKG_NAME_CURRENT, TEST_CLS_NAME_ALL_TYPE);
128 mActivityManager.forceStopPackage(TEST_PKG_NAME_CURRENT); in tearDown()
137 enablePermissionEnforcement(false, TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeMissing()
143 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeMissing()
152 enablePermissionEnforcement(false, TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeNone()
157 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeNone()
166 enablePermissionEnforcement(false, TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeDataSync()
171 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeDataSync()
[all …]