Searched refs:getBooleanPreference (Results 1 – 6 of 6) sorted by relevance
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | BaseTest.java | 21 import static org.chromium.latency.walt.Utils.getBooleanPreference; 42 if (getBooleanPreference(context, R.string.preference_systrace, true)) { in BaseTest()
|
D | ScreenResponseFragment.java | 50 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()
|
D | TapLatencyFragment.java | 36 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()
|
D | LogUploader.java | 79 if (Utils.getBooleanPreference(context, R.string.preference_auto_upload_log, false)) { in uploadIfAutoEnabled()
|
D | Utils.java | 170 … static boolean getBooleanPreference(Context context, @StringRes int keyId, boolean defaultValue) { in getBooleanPreference() method in Utils
|
D | MainActivity.java | 62 import static org.chromium.latency.walt.Utils.getBooleanPreference; 604 if (getBooleanPreference(this, R.string.preference_systrace, true)) { in requestSystraceWritePermission()
|