Home
last modified time | relevance | path

Searched refs:WaitForClient (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/
DClientUtils.java60 WaitForClient wfc = new WaitForClient(device, processName, processPid, timeout); in findClient()
87 private static class WaitForClient implements IClientChangeListener { class in ClientUtils
95 public WaitForClient(IDevice device, String processName, int processPid, long timeout) { in WaitForClient() method in ClientUtils.WaitForClient