Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
H A DServicesTests.java267 } while (isServiceRunning(serviceId)); in waitServicesCompletion()
301 if (isServiceRunning(i)) { in areAllServicesCompleted()
308 private boolean isServiceRunning(int i) { in isServiceRunning() method in ServicesTests
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java822 private boolean isServiceRunning(String name) { in isServiceRunning() method in BugreportReceiverTest
837 actualRunning = isServiceRunning(service); in waitForService()
852 if (!isServiceRunning(service)) return; in killService()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java501 public boolean isServiceRunning(final String serviceName) { in isServiceRunning() method in Vpn.Dependencies
4465 while (!mDeps.isServiceRunning(daemon)) { in bringup()
4482 if (mArguments[i] != null && !mDeps.isServiceRunning(daemon)) { in bringup()