Home
last modified time | relevance | path

Searched defs:getResourcesString (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
H A DResourcesUtils.java43 public static String getResourcesString(Context context, String name) { in getResourcesString() method in ResourcesUtils
57 public static String getResourcesString(Context context, String name, Object... value) { in getResourcesString() method in ResourcesUtils
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogControllerTest.java635 private String getResourcesString(String name) { in getResourcesString() method in InternetDialogControllerTest