Home
last modified time | relevance | path

Searched refs:getBooleanPreference (Results 1 – 6 of 6) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DBaseTest.java21 import static org.chromium.latency.walt.Utils.getBooleanPreference;
42 if (getBooleanPreference(context, R.string.preference_systrace, true)) { in BaseTest()
DScreenResponseFragment.java50 import static org.chromium.latency.walt.Utils.getBooleanPreference;
111 …shouldShowLatencyChart = getBooleanPreference(getContext(), R.string.preference_show_blink_histogr… in onCreateView()
112 …enableFullScreen = getBooleanPreference(getContext(), R.string.preference_screen_fullscreen, true); in onCreateView()
113 if (getBooleanPreference(getContext(), R.string.preference_systrace, true)) { in onCreateView()
138 … if (getBooleanPreference(getContext(), R.string.preference_auto_increase_brightness, true)) { in onCreateView()
DTapLatencyFragment.java36 import static org.chromium.latency.walt.Utils.getBooleanPreference;
144 …shouldShowLatencyChart = getBooleanPreference(getContext(), R.string.preference_show_tap_histogram… in onCreateView()
145 if (getBooleanPreference(getContext(), R.string.preference_systrace, true)) { in onCreateView()
DLogUploader.java79 if (Utils.getBooleanPreference(context, R.string.preference_auto_upload_log, false)) { in uploadIfAutoEnabled()
DUtils.java170 … static boolean getBooleanPreference(Context context, @StringRes int keyId, boolean defaultValue) { in getBooleanPreference() method in Utils
DMainActivity.java62 import static org.chromium.latency.walt.Utils.getBooleanPreference;
604 if (getBooleanPreference(this, R.string.preference_systrace, true)) { in requestSystraceWritePermission()