Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 72) sorted by relevance

123

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/velocity/
DVelocityEngineFactory.java49 Properties props = getProperties(context); in getVelocityEngine() local
85 Properties props = new Properties(); in getProperties() local
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFinish.java69 final List<FingerprintSensorPropertiesInternal> props = in onCreate() local
114 final List<FingerprintSensorPropertiesInternal> props = in setDescriptionForSfps() local
148 final List<FingerprintSensorPropertiesInternal> props = in onResume() local
DFingerprintEnrollIntroduction.java85 final List<FingerprintSensorPropertiesInternal> props = in onCreate() local
348 final List<FingerprintSensorPropertiesInternal> props = in checkMaxEnrolled() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceSettingsFooterPreferenceControllerTest.java127 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testString_faceNotClass3() local
153 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testString_faceClass3() local
DFaceEnrollIntroductionTest.java361 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testFaceEnrollIntroduction_hasDescription_weakFace() local
392 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testFaceEnrollIntroduction_hasDescriptionNoLessSecure_strongFace() local
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateParser.java57 String[] props = null; in parse() local
101 ParsedUpdate(File file, long offset, long size, String[] props) { in ParsedUpdate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensorTest.java122 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onRearDevice() local
130 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onUdfpsDevice() local
138 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onSfpsDevice() local
DFingerprintSuggestionActivityTest.java91 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setUp() local
DFingerprintSettingsFragmentTest.java239 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setSensor() local
DSetupFingerprintEnrollIntroductionTest.java111 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setUp() local
DFingerprintEnrollIntroductionTest.java112 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setUp() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowFingerprintManager.java33 public static void setSensorProperties(List<FingerprintSensorPropertiesInternal> props) { in setSensorProperties()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java448 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in isFaceNotConvenienceBiometric_faceStrengthStrong_shouldReturnTrue() local
467 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in isFaceNotConvenienceBiometric_faceStrengthWeak_shouldReturnTrue() local
486 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in isFaceNotConvenienceBiometric_faceStrengthConvenience_shouldReturnFalse() local
/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingIntegrationTest.cpp34 std::vector<int32_t> props = { in isSeedVhalPropertySupported() local
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/utils/
DFingerprintRepositoryUtils.java54 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in newFingerprintRepository() local
/packages/modules/Bluetooth/system/bta/has/
Dhas_preset.h49 : properties_(props), index_(index) { in properties_() argument
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollEnrollingViewModelTest.java123 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in testGetFirstFingerprintSensorPropertiesInternal() local
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc810 bt_property_t props[kNumberTestedProperties]; member in BtPropertyArrayTest
847 bt_property_t* props{nullptr}; member in BtPropertyDynamicArrayTest
889 std::vector<std::shared_ptr<BtProperty>> props = future_vector[i].get(); in TEST_F() local
/packages/apps/Settings/src/com/android/settings/biometrics2/data/repository/
DFingerprintRepository.java106 final List<FingerprintSensorPropertiesInternal> props = mSensorPropertiesCache; in getFirstFingerprintSensorPropertiesInternal() local
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/repository/
DFingerprintRepositoryTest.java153 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in testGetFirstFingerprintSensorPropertiesInternal() local
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollActivity.java228 final FaceSensorPropertiesInternal props = faceProperties.get(0); in onCreate() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java90 private ParseException expected(Property... props) { in expected()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java85 List<ICalendar.Property> props = component.getProperties("PROP1"); in testParseBasicComponent() local
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py108 def on_device_properties_changed(self, remote_device, props): argument
274 def OnDevicePropertiesChanged(self, remote_device, props): argument
418 def on_device_properties_changed(self, remote_device, props): argument
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java162 int[] props = mService.getSupportedDiagnosticProperties(); in testGetSupportedDiagnosticProperties() local

123