Searched defs:ATTENTIVE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
219 Settings.Secure.putInt(getActivity().getContentResolver(), ATTENTIVE_TIMEOUT, ms); in setAttentiveSleepTime() local306 Settings.Secure.putString(context.getContentResolver(), ATTENTIVE_TIMEOUT, ""); in resetAttentiveTimeoutIfHidden() local
159 Settings.Secure.putInt(mContext.getContentResolver(), ATTENTIVE_TIMEOUT, ms); in setAttentiveSleepTime() local
38 public static String ATTENTIVE_TIMEOUT = Settings.Secure.ATTENTIVE_TIMEOUT; field in SettingsCompat