MCPcopy Create free account
hub / github.com/Kevinsu917/Dynamic / getRandomUserName

Method getRandomUserName

src/com/example/utils/MultiUtils.java:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40 public static String getRandomUserName() {
41
42 String radomName = new String();
43 radomName = nameArray[(int) (Math.random() * 5)];
44 return radomName;
45 }
46
47 public static String getCurrentUserName() {
48 if (TextUtils.isEmpty(CurrentUserName)) {

Callers 2

getCurrentUserNameMethod · 0.95
initDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected