HomeSort by relevance Sort by last modified time
    Searched defs:healthy (Results 1 - 25 of 28) sorted by null

1 2

  /cts/tests/tests/os/src/android/os/health/cts/
SystemHealthManagerTest.java 39 final SystemHealthManager healthy = SystemHealthManager.from(context); local
41 Assert.assertNotNull(healthy.takeMyUidSnapshot());
50 final SystemHealthManager healthy = SystemHealthManager.from(context); local
52 Assert.assertNotNull(healthy.takeUidSnapshot(Process.myUid()));
61 final SystemHealthManager healthy = SystemHealthManager.from(context); local
65 healthy.takeUidSnapshot(Process.SYSTEM_UID);
79 final SystemHealthManager healthy = SystemHealthManager.from(context); local
81 final HealthStats[] result = healthy.takeUidSnapshots(new int[0]);
91 final SystemHealthManager healthy = SystemHealthManager.from(context); local
93 final HealthStats[] result = healthy.takeUidSnapshots(new int[]
108 final SystemHealthManager healthy = SystemHealthManager.from(context); local
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 93 * public void healthy() {
94 * // Services have been initialized and are healthy, start accepting requests...
128 private static final Callback<Listener> HEALTHY_CALLBACK = new Callback<Listener>("healthy()") {
130 listener.healthy();
151 * Called when the service initially becomes healthy.
158 public void healthy() {} method in class:ServiceManager.Listener
293 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy}. The manager
294 * will become healthy after all the component services have reached the {@linkplain State#RUNNING
298 * become {@linkplain #isHealthy() healthy}.
305 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy} for no mor
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceManagerTest.java 288 * This covers a bug where listener.healthy would get called when a single service failed during
335 * healthy and stopped at the same time. This test ensures that listeners fire and isHealthy
564 @Override public void healthy() { method in class:ServiceManagerTest.RecordingListener
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/lib/
guava-19.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/jills/
jill-4.31.CANDIDATE.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/18.0/
guava-18.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/
guava-20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-jdk5/17.0/
guava-jdk5-17.0.jar 

Completed in 231 milliseconds

1 2