HomeSort by relevance Sort by last modified time
    Searched defs:hasTimer (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/os/src/android/os/health/cts/
HealthStatsTest.java 79 Assert.assertTrue(readback.hasTimer(TIMER_0));
84 Assert.assertTrue(readback.hasTimer(TIMER_1));
  /frameworks/base/core/java/android/os/health/
HealthStats.java 199 public boolean hasTimer(int key) {
210 * @see #hasTimer hasTimer(int) To check if a value for the given key is present.
225 * @see #hasTimer hasTimer(int) To check if a value for the given key is present.
240 * @see #hasTimer hasTimer(int) To check if a value for the given key is present.
  /external/sqlite/dist/orig/
shell.c 247 static int hasTimer(void){
307 #define HAS_TIMER hasTimer()
    [all...]
  /external/sqlite/dist/
shell.c 253 static int hasTimer(void){
313 #define HAS_TIMER hasTimer()
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 268 milliseconds