Searched defs:getParams (Results 1 - 23 of 23) sorted by last modified time

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerCustomSizeInScrollDirectionTest.java38 public static List<Object[]> getParams() { method in class:GridLayoutManagerCustomSizeInScrollDirectionTest
H A DRecyclerViewAccessibilityTest.java58 public static List<Object[]> getParams() { method in class:RecyclerViewAccessibilityTest
H A DRecyclerViewFocusRecoveryTest.java55 public static List<Object[]> getParams() { method in class:RecyclerViewFocusRecoveryTest
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java59 public static List<Config> getParams() { method in class:StaggeredGridLayoutManagerBaseConfigSetTest
H A DStaggeredGridLayoutManagerGapTest.java47 public static List<Object[]> getParams() throws CloneNotSupportedException { method in class:StaggeredGridLayoutManagerGapTest
H A DStaggeredGridLayoutManagerSavedStateTest.java58 public static List<Object[]> getParams() throws CloneNotSupportedException { method in class:StaggeredGridLayoutManagerSavedStateTest
H A DTestResizingRelayoutWithAutoMeasure.java60 public static List<Object[]> getParams() { method in class:TestResizingRelayoutWithAutoMeasure
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java335 * @deprecated Use {@link #getParams()} instead.
339 return getParams();
397 protected Map<String, String> getParams() throws AuthFailureError { method in class:Request
403 * {@link #getParams()} into a raw POST or PUT body.
434 Map<String, String> params = getParams();
/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/rs/api/
H A DSpecification.h496 const std::vector<ParameterDefinition*> getParams() const { return mParams; } function in class:FunctionPermutation
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java84 public byte[] getParams() { method in class:HdmiCecMessage
/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/tools/aapt/
H A DResource.cpp101 inline const ResTable_config& getParams() const { return mParams; } function in class:ResourceDirIterator
334 &it.getParams());
1349 res = compileResourceFile(bundle, assets, file, it.getParams(),
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java400 public float[] getParams() { method in class:PathParser_Delegate.PathDataNode
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java131 int simulatedPlatformVersion = getParams().getSimulatedPlatformVersion();
132 HardwareConfig hwConfig = getParams().getHardwareConfig();
134 boolean isRtl = Bridge.isLocaleRtl(getParams().getLocale());
139 navBar = createNavBar(getContext(), density, isRtl, getParams().isRtlSupported(),
145 statusBar = createStatusBar(getContext(), density, isRtl, getParams().isRtlSupported(),
152 BridgeActionBar bar = createActionBar(getContext(), getParams());
156 titleBar = createTitleBar(getContext(), getParams().getAppLabel(),
205 private SessionParams getParams() { method in class:Layout
H A DRenderAction.java285 protected T getParams() { method in class:RenderAction
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECPrivateKey.java37 public ECParameterSpec getParams() { method in class:AndroidKeyStoreECPrivateKey
H A DAndroidKeyStoreECPublicKey.java41 this(alias, uid, 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.java53 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java84 public Bundle getParams() { method in class:UiAutomatorTestCase
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java123 public Bundle getParams() { method in class:SynthesisRequest
H A DTextToSpeech.java1104 getParams(params), utteranceId);
1106 return service.speak(getCallerIdentity(), text, queueMode, getParams(params),
1179 getParams(params), utteranceId);
1836 fileDescriptor, getParams(params), utteranceId);
1914 private Bundle getParams(Bundle params) { method in class:TextToSpeech

Completed in 577 milliseconds