Home
last modified time | relevance | path

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

12

/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.java63 final List<FingerprintSensorPropertiesInternal> props = in onCreate() local
99 final List<FingerprintSensorPropertiesInternal> props = in setDescriptionForSfps() local
126 final List<FingerprintSensorPropertiesInternal> props = in onResume() local
DFingerprintEnrollFindSensor.java83 final List<FingerprintSensorPropertiesInternal> props = in onCreate() local
427 final List<FingerprintSensorPropertiesInternal> props = in onActivityResult() local
DFingerprintEnrollIntroduction.java82 final List<FingerprintSensorPropertiesInternal> props = in onCreate() local
319 final List<FingerprintSensorPropertiesInternal> props = in checkMaxEnrolled() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceSettingsFooterPreferenceControllerTest.java129 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testString_faceNotClass3() local
155 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testString_faceClass3() local
DFaceEnrollIntroductionTest.java336 List<FaceSensorPropertiesInternal> props = List.of(new FaceSensorPropertiesInternal( in testFaceEnrollIntroduction_hasDescription_weakFace() local
367 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.java119 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onRearDevice() local
127 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onUdfpsDevice() local
135 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setupActivity_onSfpsDevice() local
DFingerprintSuggestionActivityTest.java91 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setUp() local
DFingerprintSettingsFragmentTest.java264 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setSensor() local
DSetupFingerprintEnrollIntroductionTest.java95 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in setUp() local
DFingerprintEnrollIntroductionTest.java110 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/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.h48 : properties_(props), index_(index) { in properties_() argument
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollEnrollingViewModelTest.java176 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in testGetFirstFingerprintSensorPropertiesInternal() 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.java223 final FaceSensorPropertiesInternal props = faceProperties.get(0); in onCreate() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java92 private ParseException expected(Property... props) { in expected()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java84 List<ICalendar.Property> props = component.getProperties("PROP1"); in testParseBasicComponent() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java161 int[] props = mService.getSupportedDiagnosticProperties(); in testGetSupportedDiagnosticProperties() local
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java232 ArraySet<Integer> props = new ArraySet<>(); in testHvacHardButtonOperations() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/combination/
DCombinedBiometricProfileSettingsTest.java372 final ArrayList<FingerprintSensorPropertiesInternal> props = new ArrayList<>(); in testClickFingerprintUnlock() local

12