Home
last modified time | relevance | path

Searched refs:generic (Results 1 – 25 of 76) sorted by relevance

1234

/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ranging/
DDefaultFusionConfig.java17 package com.android.ranging.generic.ranging;
19 import com.android.ranging.generic.proto.ConfidenceLevel;
20 import com.android.ranging.generic.proto.DebugLoggerConfiguration;
21 import com.android.ranging.generic.proto.DistanceTraveledCheckConfig;
22 import com.android.ranging.generic.proto.ExponentiallyWeightedGaussianModelConfig;
23 import com.android.ranging.generic.proto.FuzzyUpdateSchedulerConfig;
24 import com.android.ranging.generic.proto.InitialStateSamplerConfig;
25 import com.android.ranging.generic.proto.ModelConfigContainer;
26 import com.android.ranging.generic.proto.MultiSensorFinderConfig;
27 import com.android.ranging.generic.proto.NisDivergenceDetectorConfig;
[all …]
DPrecisionRangingConfig.java17 package com.android.ranging.generic.ranging;
19 import com.android.ranging.generic.RangingTechnology;
20 import com.android.ranging.generic.proto.MultiSensorFinderConfig;
DRangingAdapter.java17 package com.android.ranging.generic.ranging;
21 import com.android.ranging.generic.RangingTechnology;
DCsAdapter.java17 package com.android.ranging.generic.ranging;
21 import com.android.ranging.generic.RangingTechnology;
DRangingData.java17 package com.android.ranging.generic.ranging;
19 import com.android.ranging.generic.RangingTechnology;
DPrecisionRanging.java17 package com.android.ranging.generic.ranging;
27 import com.android.ranging.generic.RangingTechnology;
DPrecisionData.java17 package com.android.ranging.generic.ranging;
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationData.java203 public void onLoadFinished(final Loader<Cursor> generic, final Cursor data) { in onLoadFinished() argument
204 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoadFinished()
230 public void onLoaderReset(final Loader<Cursor> generic) { in onLoaderReset() argument
231 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoaderReset()
271 public void onLoadFinished(final Loader<Cursor> generic, final Cursor rawData) { in onLoadFinished() argument
272 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoadFinished()
319 public void onLoaderReset(final Loader<Cursor> generic) { in onLoaderReset() argument
320 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoaderReset()
372 public void onLoadFinished(final Loader<Cursor> generic, final Cursor data) { in onLoadFinished() argument
373 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoadFinished()
[all …]
DConversationListData.java118 public void onLoadFinished(final Loader<Cursor> generic, final Cursor data) { in onLoadFinished() argument
119 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoadFinished()
147 public void onLoaderReset(final Loader<Cursor> generic) { in onLoaderReset() argument
148 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoaderReset()
DSettingsData.java151 public void onLoadFinished(final Loader<Cursor> generic, final Cursor data) { in onLoadFinished() argument
152 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoadFinished()
164 public void onLoaderReset(final Loader<Cursor> generic) { in onLoaderReset() argument
165 final BoundCursorLoader loader = (BoundCursorLoader) generic; in onLoaderReset()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/common/
DGenericHelperTest.java33 String generic = "McLovin"; in testGetUniqueId() local
35 .that(GenericHelper.getUniqueId(generic)) in testGetUniqueId()
36 .isEqualTo("String[" + System.identityHashCode(generic) + "]"); in testGetUniqueId()
/packages/modules/Uwb/generic_ranging/tests/multidevices/snippet/
DGenericRangingSnippet.java30 import com.android.ranging.generic.RangingTechnology;
31 import com.android.ranging.generic.ranging.PrecisionData;
32 import com.android.ranging.generic.ranging.PrecisionRanging;
33 import com.android.ranging.generic.ranging.PrecisionRangingConfig;
34 import com.android.ranging.generic.ranging.PrecisionRangingImpl;
35 import com.android.ranging.generic.ranging.UwbAdapter;
/packages/modules/Uwb/generic_ranging/proto/src/
Ddebug_log.proto19 package com.android.ranging.generic.proto;
23 option java_package = "com.android.ranging.generic.proto";
58 com.android.ranging.generic.proto.Estimate.Status status = 1;
Dmulti_sensor_finder_configuration.proto19 package com.android.ranging.generic.proto;
21 option java_package = "com.android.ranging.generic.proto";
84 // Configuration for the generic sensor model, which is simply a combination of
103 // Currently supported models for a range sensor. If unspecified, the generic
107 // A generic model that consists of a Gaussian + Uniform distribution.
Destimate.proto19 package com.android.ranging.generic.proto;
21 option java_package = "com.android.ranging.generic.proto";
/packages/apps/ManagedProvisioning/proto/
Ddevicepolicy.proto30 // A generic integer parameter.
32 // A generic boolean parameter.
/packages/services/Car/car_product/build/
Dcar_generic_system.mk121 PRODUCT_BRAND := generic
129 PRODUCT_SYSTEM_DEVICE := generic
Dcar.mk110 PRODUCT_BRAND := generic
111 PRODUCT_DEVICE := generic
/packages/modules/Connectivity/framework-t/api/
Dlint-baseline.txt31 Methods must not throw generic exceptions (`java.lang.Throwable`)
33 Methods must not throw generic exceptions (`java.lang.Throwable`)
35 Methods must not throw generic exceptions (`java.lang.Throwable`)
37 Methods must not throw generic exceptions (`java.lang.Throwable`)
/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt162 private fun doTestAttachRaFilter(generic: Boolean) { in doTestAttachRaFilter()
178 if (generic) { in doTestAttachRaFilter()
310 private fun doTestDhcpResponseWithMfBitDropped(generic: Boolean) { in doTestDhcpResponseWithMfBitDropped()
314 if (generic) { in doTestDhcpResponseWithMfBitDropped()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dreadsamplesjoint.inc24 * This is the body of the generic version of OI_SBC_ReadSamplesJoint().
41 * Or to make a generic version:
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/generic/
DGenericParams.java17 package com.google.uwb.support.generic;
/packages/modules/Uwb/service/support_lib/
DAndroid.bp88 name: "com.uwb.support.generic",
91 "src/com/google/uwb/support/generic/**/*.java",
/packages/modules/Uwb/service/support_lib/test/
DAndroid.bp16 "com.uwb.support.generic",
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/
DRangingTechnology.java17 package com.android.ranging.generic;

1234