Searched refs:getIntPreference (Results 1 – 5 of 5) sorted by relevance
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | AudioTest.java | 27 import static org.chromium.latency.walt.Utils.getIntPreference; 92 playbackRepetitions = getIntPreference(context, R.string.preference_audio_out_reps, 10); in AudioTest() 93 recordingRepetitions = getIntPreference(context, R.string.preference_audio_in_reps, 5); in AudioTest() 94 threshold = getIntPreference(context, R.string.preference_audio_in_threshold, 5000); in AudioTest()
|
D | MidiTest.java | 33 import static org.chromium.latency.walt.Utils.getIntPreference; 66 inputRepetitions = getIntPreference(context, R.string.preference_midi_in_reps, 100); in MidiTest() 67 outputRepetitions = getIntPreference(context, R.string.preference_midi_out_reps, 10); in MidiTest()
|
D | AudioFragment.java | 48 import static org.chromium.latency.walt.Utils.getIntPreference; 162 getIntPreference(getContext(), R.string.preference_audio_in_reps, 5)); in onClick()
|
D | Utils.java | 165 static int getIntPreference(Context context, @StringRes int keyId, int defaultValue) { in getIntPreference() method in Utils
|
D | ScreenResponseFragment.java | 51 import static org.chromium.latency.walt.Utils.getIntPreference; 110 timesToBlink = getIntPreference(getContext(), R.string.preference_screen_blinks, 20); in onCreateView()
|