HomeSort by relevance Sort by last modified time
    Searched defs:onSuccess (Results 1 - 9 of 9) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 68 public void onSuccess(final String remoteFilePath, final Client client) {
97 public void onSuccess(byte[] data, final Client client) {
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 101 scheduler.onSuccess();
184 scheduler.onSuccess();
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 172 * @return the wall clock time when {@link #onSuccess()} was last called.
181 * @return the wall clock time when {@link #onSuccess()} or {@link
273 public void onSuccess() {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 153 handler.onSuccess(filename, client);
223 handler.onSuccess(stuff, client);
HandleHeap.java 294 handler.onSuccess(filename, client);
316 handler.onSuccess(stuff, client);
ClientData.java 303 void onSuccess(String remoteFilePath, Client client);
310 void onSuccess(byte[] data, Client client);
329 void onSuccess(String remoteFilePath, Client client);
336 void onSuccess(byte[] data, Client client);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 123 public void onSuccess(final String remoteFilePath, final Client client) {
173 public void onSuccess(final byte[] data, final Client client) {
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 323 public void onSuccess(final String remoteFilePath, final Client client) {
356 public void onSuccess(final byte[] data, final Client client) {
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 251 milliseconds