Home
last modified time | relevance | path

Searched defs:stopped (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DAppHibernationIntegrationTest.kt122 val stopped = ((ai.flags and ApplicationInfo.FLAG_STOPPED) != 0) in testUnusedApp_getsForceStopped() constant
157 val stopped = ((ai.flags and ApplicationInfo.FLAG_STOPPED) != 0) in testPreSVersionUnusedApp_doesntGetForceStopped() constant
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserControlDisabledPackagesTest.java95 private void assertPackageStopped(boolean stopped) throws Exception { in assertPackageStopped()