Home
last modified time | relevance | path

Searched defs:response (Results 1 – 5 of 5) sorted by relevance

/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DProfilesLoader.java49 String response = in.readLine(); in loadProfiles() local
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunner.java448 private static void recordResponse(String response) throws IOException { in recordResponse()
458 private static void recordResponse(String response, String filename) throws IOException { in recordResponse()
/development/tools/axl/
Daxl.py49 def sendResponse(self, response): argument
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java320 final DeviceChooserResponse response = new DeviceChooserResponse(); in launch() local
568 void continueLaunch(final DeviceChooserResponse response, final IProject project, in continueLaunch()
DDeviceChooserDialog.java241 public DeviceChooserDialog(Shell parent, DeviceChooserResponse response, String packageName, in DeviceChooserDialog()