Searched defs:getStringArray (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DPropConfig.java29 public static String[] getStringArray(Context context, String propName, int resId) { method in class:PropConfig
31 return !UNSET.equals(prop) ? prop.split(",") : context.getResources().getStringArray(resId);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java97 public String[] getStringArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java93 public String[] getStringArray(int id) throws NotFoundException { method in class:ResourcesWrapper
94 return mResources.getStringArray(id);
/frameworks/base/core/java/android/os/
H A DBaseBundle.java1465 public String[] getStringArray(@Nullable String key) { method in class:BaseBundle
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java333 static String[] getStringArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
436 "Obtaining resource arrays via getTextArray, getStringArray or getIntArray is not fully supported in this version of the IDE.",
/frameworks/base/core/java/android/content/res/
H A DResources.java571 public String[] getStringArray(@ArrayRes int id) method in class:Resources

Completed in 9651 milliseconds