Searched defs:stopped (Results 1 – 2 of 2) sorted by relevance
122 val stopped = ((ai.flags and ApplicationInfo.FLAG_STOPPED) != 0) in testUnusedApp_getsForceStopped() constant157 val stopped = ((ai.flags and ApplicationInfo.FLAG_STOPPED) != 0) in testPreSVersionUnusedApp_doesntGetForceStopped() constant
95 private void assertPackageStopped(boolean stopped) throws Exception { in assertPackageStopped()