Searched defs:KEY_REPEAT_DELAY_MS (Results 1 – 3 of 3) sorted by relevance
82 sSecureSettingToTypeMap.put(Settings.Secure.KEY_REPEAT_DELAY_MS, int.class); in sSecureSettingToTypeMap.put()
137 VALIDATORS.put(Secure.KEY_REPEAT_DELAY_MS, NON_NEGATIVE_INTEGER_VALIDATOR); in VALIDATORS.put()
9109 public static final String KEY_REPEAT_DELAY_MS = "key_repeat_delay"; field in Settings.Secure