Searched defs:getStringArray (Results 1 - 3 of 3) sorted by path

/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStyle.java27 public abstract @Nullable String[] getStringArray(TypedArray a, int index); method in class:KeyStyle
H A DKeyStylesSet.java62 public String[] getStringArray(final TypedArray a, final int index) { method in class:KeyStylesSet.EmptyKeyStyle
98 public String[] getStringArray(final TypedArray a, final int index) { method in class:KeyStylesSet.DeclaredKeyStyle
108 return parentStyle.getStringArray(a, index);

Completed in 552 milliseconds