Searched refs:getClientData (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DScanPackageAction.java71 String pkg = c.getClientData().getClientDescription();
93 return client.getClientData().getClientDescription() + " (pid "
94 + client.getClientData().getPid() + ")";
H A DReloadListAction.java56 String s1 = o1.getClientData().getClientDescription();
57 String s2 = o2.getClientData().getClientDescription();
H A DScanAllPackagesAction.java47 String pkg = c.getClientData().getClientDescription();
/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java144 if (cl.getClientData().getPid() == processPid
145 && cl.getClientData().getClientDescription() != null) {
154 if (processPid > 0 && c.getClientData().getPid() == processPid) {
158 && processName.equals(c.getClientData().getClientDescription())) {
/frameworks/base/core/java/android/hardware/usb/
H A DUsbRequest.java149 public Object getClientData() { method in class:UsbRequest
155 * This can be used in conjunction with {@link #getClientData}
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSequenceUI.java91 ClientData cd = clientListModel.getElementAt(i).getClientData();
H A DSwingUI.java286 ClientData cd = ((Client) value).getClientData();

Completed in 167 milliseconds