Searched refs:mConfigTimeout (Results 1 – 1 of 1) sorted by relevance
46 private String[] mConfigTimeout; field in OneHandedSettingsUtilsTest53 mConfigTimeout = mContext.getResources().getStringArray(R.array.one_handed_timeout_values); in setUp()97 .isEqualTo(Integer.parseInt(mConfigTimeout[TIMEOUT_INDEX_NEVER])); in setTimeout_setNever_shouldReturnNeverValue()108 .isEqualTo(Integer.parseInt(mConfigTimeout[TIMEOUT_INDEX_SHORT])); in setTimeout_setShort_shouldReturnShortValue()119 .isEqualTo(Integer.parseInt(mConfigTimeout[TIMEOUT_INDEX_MEDIUM])); in setTimeout_setMedium_shouldReturnMediumValue()130 .isEqualTo(Integer.parseInt(mConfigTimeout[TIMEOUT_INDEX_LONG])); in setTimeout_setLong_shouldReturnLongValue()