Searched refs:MIN_INTERVAL (Results 1 – 2 of 2) sorted by relevance
804 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in AlarmManagerService.Constants963 MIN_INTERVAL = properties.getLong( in onPropertiesChanged()1239 TimeUtils.formatDuration(MIN_INTERVAL, pw); in dump()1347 proto.write(ConstantsProto.MIN_INTERVAL_DURATION_MS, MIN_INTERVAL); in dumpProto()2296 final long minInterval = mConstants.MIN_INTERVAL; in setImpl()
795 assertEquals(10, mService.mConstants.MIN_INTERVAL);