Home
last modified time | relevance | path

Searched refs:included (Results 1 – 25 of 112) sorted by relevance

12345

/packages/modules/Uwb/framework/
Djarjar-rules.txt4 # Statically included module utils.
6 # Statically included HAL stubs.
8 # Statically included UWB support lib and guava lib.
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto122 // No turn, from 0 (included) to 10 (excluded) degrees. Used when we just
127 // No turn, from 0 (included) to 10 (excluded) degrees. Used when we just
133 // Slight left turn at an intersection, from 10 (included) to 45 (excluded)
136 // Slight right turn at an intersection, from 10 (included) to 45 (excluded)
140 // Regular left turn at an intersection, from 45 (included) to 135
143 // Regular right turn at an intersection, from 45 (included) to 135
147 // Sharp left turn at an intersection, from 135 (included) to 175 (excluded)
150 // Sharp right turn at an intersection, from 135 (included) to 175
155 // (included) to 180 (included) degrees.
158 // (included) to 180 (included) degrees.
[all …]
/packages/modules/common/proto/
Dclasspaths.proto37 // Minimum API level required for the jar to be included on the classpath.
39 // attribute, the jar will not be included in the classpath.
45 // attribute, the jar will not be included in the classpath.
/packages/modules/common/
DMODULES_OWNERS1 # This file is intended to be included in the OWNERS file for mainline modules.
5 # It should be included in a module OWNERS file via:
DPREBUILTS_MODULE_OWNERS1 # This file is intended to be included in the OWNERS file for mainline modules
7 # It should be included in a prebuilt module OWNERS file via:
/packages/modules/SdkExtensions/
Dreleased-flagged-apis.txt2 # included in the next SDK extension. This allows APIs to be released in an SDK
13 # before a normal train release will cause additional APIs to be included in
22 # would cause those APIs to be included in SDK snapshots used by the next train
DREADME.md79 ...where `<MODULES>` is a comma-separated list of modules included in the
87 * the cl generated in step #3 is included in the builds of all the relevant
89 * the cl generated in step #4 is included in the SdkExtensions build of the
/packages/services/Car/cpp/telemetry/cartelemetryd/
DREADME.md38 `cartelemertryd` service is by default not included in the final build. To include it on specific
46 To find where the service was included, run this from `$ANDROID_BUILD_TOP`:
DARCHITECTURE.md16 products/ - AAOS Telemetry product, it's included in car_base.mk
/packages/modules/Connectivity/tests/common/
DAndroid.bp17 // Tests in this folder are included both in unit tests and CTS.
121 // For NetworkStackUtils included in NetworkStackBase
154 // if sdk_version="" this gets automatically included, but here we need to add manually.
177 // if sdk_version="" this gets automatically included, but here we need to add manually.
/packages/modules/Connectivity/service-t/
DAndroid.bp68 // Do not add static_libs here if they are already included in framework-connectivity
69 // or in service-connectivity. They are not necessary (included via
71 // framework-connectivity, the classes would be included in the apex twice.
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc184 for (auto const& included : service.included_services) { in UpdateHandles() local
186 BTA_GATTC_GetOwningService(connection_id, included.start_handle); in UpdateHandles()
189 if (included.uuid == kVolumeOffsetUuid) { in UpdateHandles()
/packages/services/Car/car_product/car_ui_portrait/emu/
DREADME1 This directory contains emulator specific RROs and mk files that shouldn't be included on real
/packages/modules/AdServices/adservices/service/
Djarjar-rules.txt1 # Statically included android internal util.
/packages/apps/Car/SystemUI/
DOWNERS9 # But generally, someone from the AAOS SystemUI listed above should be included.
/packages/modules/Bluetooth/sysprop/
Dble.sysprop9 prop_name: "bluetooth.ble.vnd.included"
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/
Dgradle.properties9 # Force Android Studio to build using the JDK of our choice, or the embedded JDK included with the
59 # Citc client to full code for overlay lib. If empty, the library is not included
/packages/modules/HealthFitness/tests/
DREADME.md9 signature permission, not included to the compatability and mainline tests suites.
/packages/modules/Connectivity/staticlibs/
DAndroid.bp27 // included in the bootclasspath, they could incorrectly be included in the SDK documentation even
437 // are already included in android_system_stubs_current but package-private, so
438 // "framework-annotations-lib" needs to be manually included before
458 // included either (some annotations would be duplicated on the bootclasspath).
/packages/apps/ManagedProvisioning/tests/instrumentation/
DAndroid.bp17 // Packages to be included in code coverage runs.
/packages/apps/CellBroadcastReceiver/legacy/
DAndroid.bp4 // The app is included to system img by default. If OEMs have their own legacy
/packages/modules/NeuralNetworks/common/
DModelUtils.cpp43 std::plus<>{}, [](bool included) { return included ? 1u : 0u; }); in getMapping() argument
/packages/modules/Connectivity/service/proto/
Dconnectivityproto.proto19 // Connectivity protos can be created in this directory. Note this file must be included before
/packages/providers/MediaProvider/cli/
DREADME.md11 which, at the moment, is NOT included in `$PATH`, so in order to run `media_provider` you need to
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java270 List<String> included = new ArrayList<>(List.of(TYPE_FLIGHT_NUMBER, TYPE_ADDRESS)); in hasFalsePositivesTcCheck() local
274 included).setExcludedTypes(excluded).build(); in hasFalsePositivesTcCheck()

12345