Searched defs:getParams (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java91 public HttpParams getParams() { method in class:TestHttpClient
103 new DefaultedHttpParams(request.getParams(), this.params));
107 new DefaultedHttpParams(response.getParams(), this.params));
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java50 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/uiautomator/testrunner/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java50 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java283 protected T getParams() { method in class:RenderAction
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java81 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java111 public HttpParams getParams() { method in class:MockHttpClient
H A DTestRequest.java100 public Map<String, String> getParams() { method in class:TestRequest.PostWithBody
125 public Map<String, String> getParams() { method in class:TestRequest.PutWithBody
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java97 public Bundle getParams() { method in class:SynthesisRequest
H A DTextToSpeech.java898 getParams(params));
900 return service.speak(getCallerIdentity(), text, queueMode, getParams(params));
940 getParams(params));
973 getParams(params));
1277 fileDescriptor, getParams(params));
1291 private Bundle getParams(HashMap<String, String> params) { method in class:TextToSpeech
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java243 public HttpParams getParams() { method in class:AndroidHttpClient
244 return delegate.getParams();
/frameworks/volley/src/com/android/volley/
H A DRequest.java302 * @deprecated Use {@link #getParams()} instead.
305 return getParams();
360 protected Map<String, String> getParams() throws AuthFailureError { method in class:Request
366 * {@link #getParams()} into a raw POST or PUT body.
390 Map<String, String> params = getParams();
/frameworks/base/tools/aapt/
H A DResource.cpp91 inline const ResTable_config& getParams() const { return mParams; } function in class:ResourceDirIterator
304 &it.getParams());
1071 res = compileResourceFile(bundle, assets, file, it.getParams(),

Completed in 243 milliseconds