Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DHandleProfiling.java114 client.getClientData().setPendingMethodProfiling(fileName); in sendMPRS()
144 String filename = client.getClientData().getPendingMethodProfiling(); in handleMPRE()
145 client.getClientData().setPendingMethodProfiling(null); in handleMPRE()
163 client.getClientData().setMethodProfilingStatus(MethodProfilingStatus.OFF); in handleMPRE()
226 client.getClientData().setMethodProfilingStatus(MethodProfilingStatus.OFF); in handleMPSE()
254 client.getClientData().setMethodProfilingStatus(MethodProfilingStatus.OFF); in handleMPRQ()
257 client.getClientData().setMethodProfilingStatus(MethodProfilingStatus.ON); in handleMPRQ()
277 String filename = client.getClientData().getPendingMethodProfiling(); in handleFAIL()
280 client.getClientData().setPendingMethodProfiling(null); in handleFAIL()
DHandleHeap.java136 client.getClientData().setHeapInfo(heapId, maxHeapSize, in handleHPIF()
168 client.getClientData().getVmHeapData().clearHeapData(); in handleHPST()
179 client.getClientData().getVmHeapData().sealHeapData(); in handleHPEN()
191 client.getClientData().getVmHeapData().addHeapData(data); in handleHPSG()
250 client.getClientData().setPendingHprofDump(fileName); in sendHPDU()
283 String filename = client.getClientData().getPendingHprofDump(); in handleHPDU()
284 client.getClientData().setPendingHprofDump(null); in handleHPDU()
376 client.getClientData().setAllocationStatus(enabled ? in handleREAQ()
560 client.getClientData().setAllocations(list.toArray(new AllocationInfo[numEntries])); in handleREAL()
DHandleThread.java109 client.getClientData().addThread(threadId, name); in handleTHCR()
122 client.getClientData().removeThread(threadId); in handleTHDE()
176 ClientData cd = client.getClientData(); in handleTHST()
205 ThreadInfo threadInfo = client.getClientData().getThread(threadId); in handleTHNM()
252 ThreadInfo threadInfo = client.getClientData().getThread(threadId); in handleSTKL()
DHandleNativeHeap.java76 client.getClientData().getNativeHeapData().clearHeapData(); in handleChunk()
79 client.getClientData().getNativeHeapData().sealHeapData(); in handleChunk()
120 ClientData cd = client.getClientData(); in handleNHGT()
193 client.getClientData().getNativeHeapData().addHeapData(data); in handleNHSG()
DDebugger.java99 return "[Debugger " + mListenPort + "-->" + mClient.getClientData().getPid() in toString()
169 ClientData cd = mClient.getClientData(); in closeData()
253 ClientData cd = mClient.getClientData(); in getJdwpPacket()
DHandleHello.java106 ClientData cd = client.getClientData(); in handleHELO()
156 client.getClientData().addFeature(feature); in handleFEAT()
DHandleWait.java83 ClientData cd = client.getClientData(); in handleWAIT()
DHandleAppName.java82 ClientData cd = client.getClientData(); in handleAPNM()
DDevice.java271 if (applicationName.equals(c.getClientData().getClientDescription())) { in getClient()
350 if (c.getClientData().getPid() == pid) { in getClientName()
351 return c.getClientData().getClientDescription(); in getClientName()
383 if (client.getClientData().getPid() == pid) { in hasClient()
DDeviceMonitor.java604 int pid = client.getClientData().getPid(); in deviceClientMonitorLoop()
752 int pid = client.getClientData().getPid(); in processIncomingJdwpData()
849 client.getClientData().setDebuggerConnectionStatus(DebuggerStatus.ERROR); in createClient()
DClient.java213 public ClientData getClientData() { in getClientData() method in Client
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatPidToNameMapper.java60 ClientData cd = client.getClientData(); in constructClientChangeListener()
104 ClientData cd = c.getClientData();
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DMethodProfilingHandler.java61 client.getClientData().getClientDescription(), in onStartFailure()
69 client.getClientData().getClientDescription(), in onEndFailure()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java119 client.getClientData().getClientDescription(), in onEndFailure()
167 client.getClientData().getClientDescription() + DOT_HPROF, in onSuccess()
220 promptAndSave(client.getClientData().getClientDescription() + DOT_HPROF, in onSuccess()
400 ClientData clientData = currentClient.getClientData(); in createPartControl()
514 ClientData data = selectedClient.getClientData(); in doSelectionChanged()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAllocationPanel.java109 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations(); in getElements()
207 AllocationTrackingStatus status = current.getClientData().getAllocationStatus(); in createControl()
475 setUpButtons(true, client.getClientData().getAllocationStatus()); in clientChanged()
510 setUpButtons(true /* enabled */, client.getClientData().getAllocationStatus()); in clientSelected()
DDevicePanel.java166 ClientData cd = client.getClientData(); in getColumnImage()
234 ClientData cd = client.getClientData(); in getColumnText()
617 client.getClientData().getDebuggerConnectionStatus() == in clientChanged()
DInfoPanel.java147 ClientData cd = client.getClientData(); in clientSelected()
DStackTracePanel.java228 mCurrentClient.getClientData().getClientDescription(), in createPanel()
DHeapPanel.java266 ClientData cd = client.getClientData(); in clientSelected()
443 renderHeapData(client.getClientData(), 1, true); in createControl()
465 renderHeapData(client.getClientData(), index-1, true /* forceRedraw */); in createControl()
579 client.getClientData().getVmHeapData().getProcessedHeapMap(); in createDetailedTable()
755 ClientData cd = client.getClientData(); in fillDetailedTable()
DNativeHeapPanel.java257 public ClientData getClientData() { in getClientData() method in NativeHeapPanel.StackCallThread
510 mStackCallThread.getClientData() == mClientData) { in createControl()
717 ClientData cd = client.getClientData(); in clientSelected()
DThreadPanel.java115 return ((Client)inputElement).getClientData().getThreads(); in getElements()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
DNativeHeapPanel.java177 List<NativeAllocationInfo> allocations = client.getClientData().getNativeAllocationList(); in clientChanged()
193 client.getClientData().getMappedNativeLibraries())); in clientChanged()
210 client.getClientData().getMappedNativeLibraries(), in clientChanged()
337 c.getClientData().getPid()); in clientSelected()
344 List<NativeAllocationInfo> allocations = c.getClientData().getNativeAllocationList(); in clientSelected()
597 Integer pid = c.getClientData().getPid(); in addToImportedSnapshots()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java1461 String applicationName = client.getClientData().getClientDescription(); in clientChanged()
1515 … if (client.getClientData().getDebuggerConnectionStatus() == DebuggerStatus.WAITING) { in clientChanged()
1532 ClientData clientData = client.getClientData(); in clientChanged()
1533 String applicationName = client.getClientData().getClientDescription(); in clientChanged()
1552 String applicationName = client.getClientData().getClientDescription(); in clientChanged()
DDeviceChooserDialog.java656 if (mPackageName.equals(client.getClientData().getClientDescription())) { in updateDefaultSelection()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java332 client.getClientData().getClientDescription(), in onEndFailure()
352 client.getClientData().getClientDescription() + ".hprof", in onSuccess()
381 promptAndSave(client.getClientData().getClientDescription() + ".hprof", data, in onSuccess()
1667 ClientData data = mCurrentClient.getClientData(); in enableButtons()