Searched defs:base (Results 1 – 2 of 2) sorted by relevance
44 public PackageProcessMockContext(Context base) { in PackageProcessMockContext()
297 int base = random.nextInt(2) == 0 ? 'A' : 'a'; in randomWord() local