OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRandomWord
(Results
1 - 2
of
2
) sorted by null
/development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java
63
* When picking random words in {@link #
getRandomWord
()}, we sometimes
103
* Number of times to try finding a random word in {@link #
getRandomWord
()}.
200
public static String
getRandomWord
() throws ApiException, ParseException {
/development/apps/Development/src/com/android/development/
MediaScannerActivity.java
172
String albumName =
getRandomWord
(3);
181
getRandomWord
(4) + " " +
getRandomWord
(2) + " " + (i + 1));
221
private String
getRandomWord
(int len) {
235
String first =
getRandomWord
(longfirst ? 3 : 2);
236
String last =
getRandomWord
(3);
Completed in 1321 milliseconds