Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java117 private static String getSettingsString(Resources res, String strResName) { in getSettingsString() method in WindowInsetsBehaviorTests
152 mEdgeToEdgeNavigationTitle = getSettingsString(res, "edge_to_edge_navigation_title"); in WindowInsetsBehaviorTests()
153 mGesturePreferenceTitle = getSettingsString(res, "gesture_preference_title"); in WindowInsetsBehaviorTests()
154 mSystemNavigationTitle = getSettingsString(res, "system_navigation_title"); in WindowInsetsBehaviorTests()
156 String text = getSettingsString(res, "edge_to_edge_navigation_title"); in WindowInsetsBehaviorTests()
160 text = getSettingsString(res, "swipe_up_to_switch_apps_title"); in WindowInsetsBehaviorTests()
164 text = getSettingsString(res, "legacy_navigation_title"); in WindowInsetsBehaviorTests()