| /packages/services/Car/tests/vehiclehal_test/assets/ | 
| D | car_hvac_test.json | 6     "prop": 356517121  number 12     "prop": 358614275  number 18     "prop": 358614275  number 24     "prop": 358614275  number 30     "prop": 358614275  number 36     "prop": 358614275  number 42     "prop": 358614275  number 48     "prop": 356517120  number 54     "prop": 356517120  number 60     "prop": 356517120  number [all …] 
 | 
| D | car_hvac_set_test.json | 5     "prop": 354419984  number 10     "prop": 354419984  number 15     "prop": 354419984  number 20     "prop": 354419984  number
  | 
| D | car_property_out_of_order_test.json | 6     "prop": 289408000  number 12     "prop": 289408000  number 18     "prop": 289408000  number 24     "prop": 289408000  number
  | 
| D | car_info_test.json | 6         "prop": 291504388  number 12         "prop": 291504390  number 18         "prop": 286261505  number
  | 
| /packages/services/Car/service/src/com/android/car/hal/ | 
| D | HalPropValueBuilder.java | 74     public HalPropValue build(int prop, int areaId) {  in build() 87     public HalPropValue build(int prop, int areaId, long timestamp, int status) {  in build() 101     public HalPropValue build(int prop, int areaId, int value) {  in build() 115     public HalPropValue build(int prop, int areaId, long timestamp, int status, int value) {  in build() 129     public HalPropValue build(int prop, int areaId, int[] values) {  in build() 143     public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] values) {  in build() 157     public HalPropValue build(int prop, int areaId, float value) {  in build() 171     public HalPropValue build(int prop, int areaId, long timestamp, int status, float value) {  in build() 185     public HalPropValue build(int prop, int areaId, float[] values) {  in build() 199     public HalPropValue build(int prop, int areaId, long timestamp, int status, float[] values) {  in build() [all …] 
 | 
| D | UserHalHelper.java | 299     public static UserIdentificationResponse toUserIdentificationResponse(HalPropValue prop) {  in toUserIdentificationResponse() 302                 "invalid prop on %s", prop);  in toUserIdentificationResponse()  local 329                     "invalid type at index %d on %s", index, prop);  in toUserIdentificationResponse()  local 333                     "invalid value at index %d on %s", index, prop);  in toUserIdentificationResponse()  local 349     public static InitialUserInfoResponse toInitialUserInfoResponse(HalPropValue prop) {  in toInitialUserInfoResponse() 352         checkArgument(prop.getPropId() == INITIAL_USER_INFO_PROPERTY, "invalid prop on %s", prop);  in toInitialUserInfoResponse()  local 749     private static void assertMinimumSize(HalPropValue prop, int minSize) {  in assertMinimumSize() 751                 "not enough int32Values (minimum is %d) on %s", minSize, prop);  in assertMinimumSize()  local
  | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ | 
| D | UserHalHelperTest.java | 457         HalPropValue prop = mPropValueBuilder.build(/* propId= */ 0, /* areaId= */ 0);  in testToUserIdentificationResponse_invalidPropType()  local 466         HalPropValue prop = mPropValueBuilder.build(  in testToUserIdentificationResponse_invalidSize()  local 476         HalPropValue prop = mPropValueBuilder.build(  in testToUserIdentificationResponse_invalidRequest()  local 486         HalPropValue prop = mPropValueBuilder.build(  in testToUserIdentificationResponse_invalidType()  local 502         HalPropValue prop = mPropValueBuilder.build(  in testToUserIdentificationResponse_invalidValue()  local 518         HalPropValue prop = mPropValueBuilder.build(  in testToUserIdentificationResponse_ok()  local 555         HalPropValue prop = mPropValueBuilder.build(/* propId= */ 0, /* areaId= */ 0);  in testToInitialUserInfoResponse_invalidPropType()  local 563         HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0,  in testToInitialUserInfoResponse_invalidSize()  local 572         HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0, 0);  in testToInitialUserInfoResponse_invalidRequest()  local 580         HalPropValue prop = mPropValueBuilder.build(INITIAL_USER_INFO_PROPERTY, /* areaId= */ 0,  in testToInitialUserInfoResponse_invalidAction()  local [all …] 
 | 
| D | HalPropValueMatcher.java | 39     public static HalPropValue isProperty(int prop) {  in isProperty() 46     public static HalPropValue isPropertyWithValues(int prop, int...values) {  in isPropertyWithValues() 55         private PropertyIdMatcher(int prop) {  in PropertyIdMatcher() 59         private PropertyIdMatcher(int prop, int[] values) {  in PropertyIdMatcher()
  | 
| D | VehicleHalTestingHelper.java | 30     public static HalPropConfig newConfig(int prop) {  in newConfig() 43     public static HalPropConfig newSubscribableConfig(int prop) {  in newSubscribableConfig()
  | 
| D | ClusterHalServiceTest.java | 293         HalPropValue prop = mPropCaptor.getValue();  in testReportState()  local 319         HalPropValue prop = mPropCaptor.getValue();  in testRequestDisplay()  local 338         HalPropValue prop = mPropCaptor.getValue();  in testSendNavigationState()  local
  | 
| D | HalServiceBaseTest.java | 131         private HalPropValue addAidlHalPropValue(int prop, int areaId) {  in addAidlHalPropValue() 137         private HalPropValue addHidlHalPropValue(int prop, int areaId) {  in addHidlHalPropValue()
  | 
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ | 
| D | HvacTestFragment.java | 286     private void configureDualOn(View v, CarPropertyConfig prop) {  in configureDualOn() 299     private void configureAcOn(View v, CarPropertyConfig prop) {  in configureAcOn() 311     private void configureAutoModeOn(View v, CarPropertyConfig prop) {  in configureAutoModeOn() 324     private void configureFanPosition(View v, CarPropertyConfig prop) {  in configureFanPosition() 377     private void configureFanSpeed(View v, CarPropertyConfig prop) {  in configureFanSpeed() 428     private void configureTempSetpoint(View v, CarPropertyConfig prop) {  in configureTempSetpoint() 556     private void configureRecircOn(View v, CarPropertyConfig prop) {  in configureRecircOn() 569     private void configureMaxAcOn(View v, CarPropertyConfig prop) {  in configureMaxAcOn() 582     private void configureMaxDefrostOn(View v, CarPropertyConfig prop) {  in configureMaxDefrostOn() 595     private void configureAutoRecircOn(View v, CarPropertyConfig prop) {  in configureAutoRecircOn() [all …] 
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ | 
| D | BmessageParser.java | 108         Property prop;  in parse()  local 151         Property prop;  in parseProperties()  local 194         Property prop;  in parseEnvelope()  local 244         Property prop;  in parseBody()  local 380         Property prop;  in extractVcard()  local
  | 
| /packages/services/Car/car-test-lib/src/android/car/test/mocks/ | 
| D | CarArgumentMatchers.java | 65     public static VehiclePropValue isProperty(int prop) {  in isProperty() 72     public static VehiclePropValue isPropertyWithValues(int prop, int...values) {  in isPropertyWithValues() 137         private PropertyIdMatcher(int prop) {  in PropertyIdMatcher() 141         private PropertyIdMatcher(int prop, int[] values) {  in PropertyIdMatcher()
  | 
| /packages/apps/Settings/src/com/android/settings/biometrics2/data/repository/ | 
| D | FingerprintRepository.java | 66         FingerprintSensorPropertiesInternal prop = getFirstFingerprintSensorPropertiesInternal();  in canAssumeUdfps()  local 74         FingerprintSensorPropertiesInternal prop = getFirstFingerprintSensorPropertiesInternal();  in canAssumeSfps()  local 82         FingerprintSensorPropertiesInternal prop = getFirstFingerprintSensorPropertiesInternal();  in getMaxFingerprints()  local
  | 
| /packages/services/Car/tools/emulator/ | 
| D | vhal_emulator.py | 170     def getConfig(self, prop):  argument 188     def getProperty(self, prop, area_id):  argument 207     def setProperty(self, prop, area_id, value, status=VehicleHalProto_pb2.AVAILABLE):  argument
  | 
| D | user_action_generator.py | 124     def _adjustContinuousProperty(self, prop, begin, end, listener):  argument 143     def _setProperty(self, prop, value, listener):  argument
  | 
| /packages/apps/Settings/src/com/android/settings/development/ | 
| D | AdbIpAddressPreferenceController.java | 130         LinkProperties prop = cm.getLinkProperties(cm.getActiveNetwork());  in getDefaultIpAddresses()  local 134     private static String formatIpAddresses(LinkProperties prop) {  in formatIpAddresses()
  | 
| /packages/services/Car/car-lib/src/android/car/hardware/property/ | 
| D | ICarProperty.aidl | 39     CarPropertyValue getProperty(int prop, int zone) = 3;  in getProperty() 41     void setProperty(in CarPropertyValue prop, in ICarPropertyEventListener callback) = 4;  in setProperty()
  | 
| /packages/modules/Bluetooth/system/btif/src/ | 
| D | btif_core.cc | 268     bt_property_t prop;  in btif_enable_bluetooth_evt()  local 440 static void btif_core_storage_adapter_write(bt_property_t* prop) {  in btif_core_storage_adapter_write() 485   bt_property_t prop;  in btif_get_adapter_property()  local 595 bt_property_t* property_deep_copy(const bt_property_t* prop) {  in property_deep_copy() 671   bt_property_t prop;  in btif_get_remote_device_property()  local
  | 
| /packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/ | 
| D | CarArgumentMatchersTest.java | 107         VehiclePropValue prop = new VehiclePropValue();  in testIsProperty()  local 121         VehiclePropValue prop = new VehiclePropValue();  in testIsPropertyWithValues()  local
  | 
| /packages/modules/Virtualization/virtualizationservice/src/ | 
| D | atom.rs | 128     let mut prop = system_properties::PropertyWatcher::new("init.svc.statsd")?;  in wait_for_statsd()  localVariable
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/ | 
| D | FingerprintSuggestionActivityTest.java | 84         final FingerprintSensorPropertiesInternal prop = new FingerprintSensorPropertiesInternal(  in setUp()  local
  | 
| /packages/modules/Bluetooth/system/test/headless/ | 
| D | bt_property.cc | 41 void process_property(const RawAddress& bd_addr, const bt_property_t* prop) {  in process_property()
  | 
| /packages/services/Car/car-test-lib/src/android/car/testapi/ | 
| D | FakeCarPropertyService.java | 143     public CarPropertyValue getProperty(int prop, int zone) throws RemoteException {  in getProperty() 148     public void setProperty(CarPropertyValue prop, ICarPropertyEventListener listener)  in setProperty() 150         mValues.put(PropKey.of(prop), prop);  in setProperty()  local
  |