Searched refs:CLOCK_FIELD (Results 1 – 4 of 4) sorted by relevance
34 private static final String CLOCK_FIELD = "clock"; field in ClockManager51 json.put(CLOCK_FIELD, option.getId()); in handleApply()73 return json.getString(CLOCK_FIELD); in lookUpCurrentClock()
36 private static final String CLOCK_FIELD = "clock"; field in SettingsWrapper94 return json.getString(CLOCK_FIELD); in decode()128 json.put(CLOCK_FIELD, value); in migrate()
46 private static final String CLOCK_FIELD = "clock"; field in ClockManagerTest82 assertEquals(CLOCK_ID, json.getString(CLOCK_FIELD)); in testApply()99 JSONObject json = new JSONObject().put(CLOCK_FIELD, CLOCK_ID); in testGetCurrentClock_returnsClockId()
32 private const val CLOCK_FIELD = "clock"66 json.put(CLOCK_FIELD, PACKAGE)