OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sGetScriptMethod
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v4/ics/android/support/v4/text/
ICUCompatIcs.java
28
private static Method
sGetScriptMethod
;
35
sGetScriptMethod
= clazz.getMethod("getScript",
48
if (
sGetScriptMethod
!= null) {
50
return (String)
sGetScriptMethod
.invoke(null, args);
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 135 milliseconds