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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DSettingsShadowResources.java129 public int[] getIntArray(@ArrayRes int id) throws NotFoundException { method in class:SettingsShadowResources
143 return directlyOn(realResources, Resources.class).getIntArray(id);

Completed in 62 milliseconds