Searched refs:getPid (Results 1 – 9 of 9) sorted by relevance
54 public abstract int getPid(); in getPid() method in BaseUsbConnection74 return CONNECT_INTENT + getVid() + ":" + getPid(); in getConnectIntent()78 return USB_PERMISSION_RESPONSE_INTENT + getVid() + ":" + getPid(); in getUsbPermissionResponseIntent()187 logger.log(String.format("Looking for TeensyUSB VID=0x%x PID=0x%x", getVid(), getPid())); in findUsbDevice()
62 public int getPid() { in getPid() method in WaltUsbConnection
42 public String getPid() { in getPid() method in SyncDebuggee67 synchronizer.sendMessage(getPid()); in onStart()
26 public int getPid() { in getPid() method in BootloaderConnection
222 new Command(log, "kill", "-3", Integer.toString(getPid(process))).execute(); in sendQuitSignal()228 private int getPid(Process process) { in getPid() method in Command
330 private int getPid(Path proc) throws IOException { in getPid() method in JDWPUnitDebuggeeProcessWrapper347 int pid = getPid(cur); in FindPidFor()
62 assertThat(processIdentifier.getPid()).isEqualTo(54321); in getProcessIdentifier()
85 public Integer getPid() { in getPid() method in Process
244 ((TextView) itemView.findViewById(R.id.process_status)).setText("PID " + process.getPid()); in getView()