OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNonResourceString
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypedArray.java
67
protected String
getNonResourceString
(@StyleableRes int index) {
/cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java
192
assertNull(t.
getNonResourceString
(R.styleable.style1_type14));
281
assertEquals(EXPECTED_NON_RESOURCE_STRING, ta.
getNonResourceString
(
Completed in 63 milliseconds