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

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECPrivateKey.java37 public ECParameterSpec getParams() { method in class:AndroidKeyStoreECPrivateKey
H A DAndroidKeyStoreECPublicKey.java41 this(alias, info.getEncoded(), info.getParams(), info.getW());
49 public ECParameterSpec getParams() { method in class:AndroidKeyStoreECPublicKey
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java50 public Bundle getParams() { method in class:UiAutomatorTestCase
/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/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java84 public byte[] getParams() { method in class:HdmiCecMessage
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java81 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java288 protected T getParams() { method in class:RenderAction
403 String locale = getParams().getLocale();
H A DLayout.java130 int simulatedPlatformVersion = getParams().getSimulatedPlatformVersion();
131 HardwareConfig hwConfig = getParams().getHardwareConfig();
133 boolean isRtl = Bridge.isLocaleRtl(getParams().getLocale());
138 navBar = createNavBar(getContext(), density, isRtl, getParams().isRtlSupported(),
144 statusBar = createStatusBar(getContext(), density, isRtl, getParams().isRtlSupported(),
151 BridgeActionBar bar = createActionBar(getContext(), getParams());
155 titleBar = createTitleBar(getContext(), getParams().getAppLabel(),
204 private SessionParams getParams() { method in class:Layout
/frameworks/volley/src/test/java/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
175 public Map<String, String> getParams() { method in class:TestRequest.PatchWithBody
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java123 public Bundle getParams() { method in class:SynthesisRequest
H A DTextToSpeech.java1094 getParams(params), utteranceId);
1096 return service.speak(getCallerIdentity(), text, queueMode, getParams(params),
1169 getParams(params), utteranceId);
1826 fileDescriptor, getParams(params), utteranceId);
1904 private Bundle getParams(Bundle params) { method in class:TextToSpeech
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java348 * @deprecated Use {@link #getParams()} instead.
352 return getParams();
410 protected Map<String, String> getParams() throws AuthFailureError { method in class:Request
416 * {@link #getParams()} into a raw POST or PUT body.
447 Map<String, String> params = getParams();
/frameworks/rs/api/
H A DSpecification.h464 const std::vector<ParameterDefinition*> getParams() const { return mParams; } function in class:FunctionPermutation
/frameworks/base/tools/aapt/
H A DResource.cpp101 inline const ResTable_config& getParams() const { return mParams; } function in class:ResourceDirIterator
334 &it.getParams());
1343 res = compileResourceFile(bundle, assets, file, it.getParams(),

Completed in 239 milliseconds