HomeSort by relevance Sort by last modified time
    Searched defs:deviceUserNameSupplier (Results 1 - 3 of 3) sorted by null

  /external/vogar/test/vogar/android/
AbstractModeTest.java 61 protected Supplier<String> deviceUserNameSupplier = new Supplier<String>() {
  /external/vogar/src/vogar/android/
DeviceRuntime.java 44 private final Supplier<String> deviceUserNameSupplier;
47 Supplier<String> deviceUserNameSupplier) {
48 this.deviceUserNameSupplier = deviceUserNameSupplier;
105 .vmArgs("-Duser.name=" + deviceUserNameSupplier.get())
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 73 milliseconds