Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 70) sorted by relevance

123

/aosp14/frameworks/base/core/java/android/animation/
H A DBidirectionalTypeConverter.java55 private static class InvertedConverter<From, To> extends BidirectionalTypeConverter<From, To> {
56 private BidirectionalTypeConverter<To, From> mConverter;
58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter() argument
64 public From convertBack(To value) { in convertBack()
69 public To convert(From value) { in convert()
/aosp14/frameworks/base/core/tests/coretests/
H A DREADME25 To run a test or set of tests, first build the FrameworksCoreTests package:
35 To run a tests within a specific package, add -e AFTER -w and before the runner class:
39 To run a specific test or method within a test:
44 To run tests in debug mode:
48 To uninstall the package:
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A Dproject.properties6 # To customize properties used by the Ant build system edit
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
H A Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
/aosp14/system/core/bootstat/
H A DREADME.md24 To record the relative time of an event during the boot phase, call `bootstat`
34 To log the persisted boot events, call `bootstat` with the `-l` option.
45 To print the set of persisted boot events, call `bootstat` with the `-p` option.
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
H A Dproject.properties6 # To customize properties used by the Ant build system edit
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dquickaffordance.md10 To implement a new Quick Affordance, a developer may add a new implementation of `KeyguardQuickAffo…
25 OEMs may also choose to predefine default Quick Affordances for each slot. To achieve this, a devel…
36 To access this content provider, applications must have the `android.permission.CUSTOMIZE_SYSTEM_UI…
44 * To add a selection of a quick affordance on a slot, execute the `insert` operation on the `select…
45 * To remove a selection of a specific quick affordance from a slot, execute the `delete` operation …
46 * To remove all selections of any currently-selected quick affordance from a specific slot, repeat …
67 To see the current state of the system, you can run `dumpsys`:
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/assets/PackageSignaturesTest/xml/
H A DREADME2 certificates and keys under the certs/ directory. To recreate the XML files run the following:
44 - To sign with two signers in the lineage (after the signing key has been rotated once):
49 - To sign with three signers in the lineage (after the second key rotation):
54 - To sign with two distinct signers (NOTE: The V3 signature scheme only supports a single signer,
/aosp14/frameworks/base/tests/TrustTests/
H A DREADME.md10 Each test file has its own trust agent. To create a new trust agent:
16 To run:
39 3. To re-use code between tests, prefer creating new rules alongside the existing rules or adding
/aosp14/frameworks/base/services/robotests/
H A DREADME3 To add a test class annotate it as follows:
16 To specify which classes to load use either @SystemLoaderClasses or @SystemLoaderPackages. In
/aosp14/frameworks/base/wifi/tests/
H A DREADME.md15 To pick up changes in framework/base, you will need to:
20 To enable syncing data to the device for first time after clean reflash:
/aosp14/frameworks/base/tests/HwAccelerationTest/
H A Ddefault.properties6 # To customize properties used by the Ant build system use,
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/
H A DREADME.md10 To run the Flicker Tests for WM Shell, simply run `atest WMShellFlickerTests`
/aosp14/frameworks/base/core/java/com/android/server/
H A DDropboxLogTags.logtags4 # /java/com/android/server/EventLogTags.logtags. To avoid conflict, this file's name cannot
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md107 To add a new ProtoLogGroup simple create a new enum ProtoLogGroup member with desired parameters.
109 To add a new logging statement just add a new call to ProtoLog.x where x is a log level.
114 Use the `adb shell su root cmd window logging` command. To get help just type
/aosp14/frameworks/base/packages/SystemUI/common/
H A DREADME.md5 To maintain the structure of this module, please refrain from adding components at the top level. I…
/aosp14/frameworks/base/startop/view_compiler/
H A DREADME.md8 To use it, let's assume you had a layout in `my_layout.xml` and your app was in
41 To add a new DEX file test, follow these steps:
/aosp14/frameworks/base/tests/RemoteDisplayProvider/
H A DREADME11 To exercise the provider, use System UI features for connecting to
/aosp14/frameworks/base/data/keyboards/
H A DVendor_03f6_Product_a001.idc21 # To fix this, set a fake delta using the touchpad's known report rate.
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/
H A DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/
H A DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
/aosp14/system/core/trusty/confirmationui/
H A DREADME3 To implement confirmationui a secure UI architecture is required. This entails a way
/aosp14/frameworks/base/core/tests/mockingcoretests/
H A DREADME31 To build, install and run:
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/
H A DREADME.md6 To reduce the variance of the test, if `perf-setup` (platform_testing/scripts/perf-setup)
/aosp14/frameworks/base/core/sysprop/
H A DWatchdogProperties.sysprop18 # To escape the watchdog timeout loop, fatal reboot the system when

123