Home
last modified time | relevance | path

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

/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java139 testForegroundServiceTypeDisabledCommon(ServiceInfo.FOREGROUND_SERVICE_TYPE_MANIFEST, in testForegroundServiceTypeMissing()
154 testForegroundServiceTypeDisabledCommon(ServiceInfo.FOREGROUND_SERVICE_TYPE_NONE, in testForegroundServiceTypeNone()
168 testForegroundServiceTypeDisabledCommon(ServiceInfo.FOREGROUND_SERVICE_TYPE_DATA_SYNC, in testForegroundServiceTypeDataSync()
292 private void testForegroundServiceTypeDisabledCommon(int type, in testForegroundServiceTypeDisabledCommon() method in ActivityManagerForegroundServiceTypeTest
294 testForegroundServiceTypeDisabledCommon(type, RESULT_INVALID_TYPE_EXCEPTION, in testForegroundServiceTypeDisabledCommon()
298 private void testForegroundServiceTypeDisabledCommon(int type, int exceptionType, in testForegroundServiceTypeDisabledCommon() method in ActivityManagerForegroundServiceTypeTest