Searched defs:startLocal (Results 1 – 7 of 7) sorted by relevance
42 @Nonnull private final StartLocal startLocal; field in StartLocalMethodItem46 @Nonnull StartLocal startLocal) { in StartLocalMethodItem()
62 public InetSocketAddress startLocal() { in startLocal() method in AndroidProxy66 public InetSocketAddress startLocal(int port) { in startLocal() method in AndroidProxy
63 public static ImmutableStartLocal of(@Nonnull StartLocal startLocal) { in of()
183 ImmutableStartLocal startLocal = in iterator() local193 ImmutableStartLocal startLocal = in iterator() local
194 StartLocal startLocal = (StartLocal)debugItem; in internDebug() local
198 public InetSocketAddress startLocal(int port) { in startLocal() method in SimpleServer
572 public void startLocal(int address, RegisterSpec startedLocal) { in startLocal() method in LocalList.MakeState