Uses of Class
com.android.ddmlib.Client

Packages that use Client
com.android.ddmlib   
 

Uses of Client in com.android.ddmlib
 

Methods in com.android.ddmlib that return Client
 Client IDevice.getClient(String applicationName)
          Returns a Client by its application name.
 Client[] IDevice.getClients()
          Returns the array of clients.
 

Methods in com.android.ddmlib with parameters of type Client
 void AndroidDebugBridge.IClientChangeListener.clientChanged(Client client, int changeMask)
          Sent when an existing client information changed.
 void ClientData.IHprofDumpHandler.onEndFailure(Client client, String message)
          Called when a hprof dump failed to end on the VM side
 void ClientData.IMethodProfilingHandler.onEndFailure(Client client, String message)
          Called when method tracing failed to end on the VM side
 void ClientData.IMethodProfilingHandler.onStartFailure(Client client, String message)
          Called when method tracing failed to start
 void ClientData.IHprofDumpHandler.onSuccess(byte[] data, Client client)
          Called when a HPROF dump was successful.
 void ClientData.IMethodProfilingHandler.onSuccess(byte[] data, Client client)
          Called when a method tracing was successful.
 void ClientData.IHprofDumpHandler.onSuccess(String remoteFilePath, Client client)
          Called when a HPROF dump succeeded.
 void ClientData.IMethodProfilingHandler.onSuccess(String remoteFilePath, Client client)
          Called when a method tracing was successful.
 void AndroidDebugBridge.setSelectedClient(Client selectedClient)
          Sets the client to accept debugger connection on the custom "Selected debug port".
 



Copyright © 2008-2012. All Rights Reserved.