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

  /cts/tests/tests/os/src/android/os/health/cts/
HealthStatsTest.java 40 public static final int TIMER_1 = 11;
83 Assert.assertEquals(TIMER_1, readback.getTimerKeyAt(1));
84 Assert.assertTrue(readback.hasTimer(TIMER_1));
85 Assert.assertEquals(Integer.MAX_VALUE, readback.getTimerCount(TIMER_1));
86 Assert.assertEquals(Long.MAX_VALUE, readback.getTimerTime(TIMER_1));
88 Assert.assertEquals(Integer.MAX_VALUE, readback.getTimer(TIMER_1).getCount());
89 Assert.assertEquals(Long.MAX_VALUE, readback.getTimer(TIMER_1).getTime());
184 writer.addTimer(TIMER_1, Integer.MAX_VALUE, Long.MAX_VALUE);
  /system/nfc/src/gki/common/
gki.h 63 #define TIMER_1 1

Completed in 126 milliseconds