Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 27) sorted by relevance

12

/tools/apksig/
DREADME.md7 [APK Signature Scheme v2](https://source.android.com/security/apksigning/v2.html) (supported since
12 signature is expected to verify on all Android platform versions supported by the APK. When signing
14 versions supported by the APK being signed.
27 supported by the APK. The range of platform versions can be customized.
29 platform versions supported by the APK. The range of platform versions can be customized.
44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run
47 supported by the APK. Run `apksigner verify` for usage information.
49 The tool determines the range of Android platform versions (API Levels) supported by the APK by
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DITestDeviceMockHelper.java81 public void mockIsVisibleBackgroundUsersSupported(boolean supported) throws Exception { in mockIsVisibleBackgroundUsersSupported() argument
82 when(mMockDevice.isVisibleBackgroundUsersSupported()).thenReturn(supported); in mockIsVisibleBackgroundUsersSupported()
85 public void mockIsVisibleBackgroundUsersOnDefaultDisplaySupported(boolean supported) in mockIsVisibleBackgroundUsersOnDefaultDisplaySupported() argument
87 when(mMockDevice.isVisibleBackgroundUsersOnDefaultDisplaySupported()).thenReturn(supported); in mockIsVisibleBackgroundUsersOnDefaultDisplaySupported()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasher.java137 List<UserDataFlashOption> supported = Arrays.asList( in setUserDataFlashOption() local
139 if (!supported.contains(flashOption)) { in setUserDataFlashOption()
142 + supported.toString()); in setUserDataFlashOption()
/tools/netsim/pdl/
Dmac80211_hwsim.pdl25 * enum hwsim_commands - supported hwsim commands
96 * command giving the number of channels supported by the new radio
106 * single channel is supported
115 * @HWSIM_ATTR_IFTYPE_SUPPORT: u32 attribute of supported interface types bits
116 * @HWSIM_ATTR_CIPHER_SUPPORT: u32 array of supported cipher types
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DVisibleBackgroundUserPreparerTest.java394 private void mockIsVisibleBackgroundUsersSupported(boolean supported) throws Exception { in mockIsVisibleBackgroundUsersSupported() argument
395 mTestDeviceMockHelper.mockIsVisibleBackgroundUsersSupported(supported); in mockIsVisibleBackgroundUsersSupported()
398 private void mockIsVisibleBackgroundUsersOnDefaultDisplaySupported(boolean supported) in mockIsVisibleBackgroundUsersOnDefaultDisplaySupported() argument
400 mTestDeviceMockHelper.mockIsVisibleBackgroundUsersOnDefaultDisplaySupported(supported); in mockIsVisibleBackgroundUsersOnDefaultDisplaySupported()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt4 checks whether the APK will verify on all Android platform versions supported
37 platforms declared as supported by this APK:
Dhelp_sign.txt38 signers are not supported when using v3 signing, but
41 an appropriate signer on all supported platform versions.
107 Signature Scheme v3 supported signing certificate
114 signers are not supported when using APK Signature Scheme
179 supported:
198 The following formats are supported:
Dhelp_lineage.txt62 supported:
81 The following formats are supported:
Dhelp_rotate.txt68 supported:
87 The following formats are supported:
/tools/netsim/src/util/
Dos_utils.cc51 #error This platform is not supported.
/tools/carrier_settings/
DREADME15 This tool is best supported on Android 11 code base. See additional steps
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DSignatureFormatOptionsTest.kt103 fun `V1 not supported`() { in createOptions()
220 fun `--format specifier with all the supported properties`() { in --format specifier with all the supported properties()
/tools/netsim/testing/netsim-grpc/
DREADME.md24 The currently supported APIs include:
/tools/netsim/testing/mobly/
DREADME.md13 Running with Goldfish emulator isn't fully supported and may encounter errors such as apk install f…
/tools/trebuchet/
DREADME.md3 …erated by the `atrace` or `systrace` commands. This is not an officially supported Google product.
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/compatibility/
DCompatibilityCheckOptionsTest.kt204 fun `check compatibility api released jar is not supported for --revert-annotation`() { in check compatibility api released jar is not supported for --revert-annotation()
/tools/external_updater/
DREADME.md71 supported url.
96 to get a numbered version. Currently the supported version format is:
/tools/treble/hacksaw/
DREADME.md170 * Editing nested projects is not supported yet. So if you have a git project
172 * Git submodules are not supported yet, but the tool is designed with
/tools/repohooks/tools/
Dspelling.txt1424 suported||supported
1426 supportet||supported
1427 suppored||supported
1429 suppoted||supported
1430 suppported||supported
/tools/security/fuzzing/example_fuzzer/
DREADME.md72 (longjmp and C++ exceptions *are* supported)
/tools/acloud/internal/proto/
Dinternal_config.proto54 // we should have one config per branch, and only specify supported
/tools/netsim/proto/netsim/
Dmodel.proto174 // GATT services supported by the devices
/tools/metalava/
DFORMAT.md434 the nullness as deprecation ones (which are specially supported in v3 via the
483 In v3, "type use annotations" are supported which means annotations can appear
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto84 // The supported values are "proto2" and "proto3".
330 // Generic services were the only kind of service generation supported by
/tools/repohooks/
DREADME.md53 in subdirectories (to try and override parent settings) is not supported.

12