Home
last modified time | relevance | path

Searched refs:propId (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DParkingBrakeOnTestActivity.java107 public void onErrorEvent(int propId, int zone) {
108 Log.e(TAG, "propId: " + propId + " zone: " + zone);
DGearSelectionTestActivity.java149 public void onErrorEvent(int propId, int zone) { in onErrorEvent() argument
150 Log.e(TAG, "propId: " + propId + " zone: " + zone); in onErrorEvent()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java89 int propId = cfg.getPropertyId(); in testGetPropertyId() local
92 (propId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR || in testGetPropertyId()
93 (propId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM; in testGetPropertyId()
96 int propertyType = propId & VehiclePropertyType.MASK; in testGetPropertyId()
DCarPropertyValueTest.java119 int propId = propertyValue.getPropertyId(); in testGetPropertyId() local
120 CarPropertyConfig cfg = mPropIdToConfig.get(propId); in testGetPropertyId()
DCarPropertyManagerTest.java7936 int propId = cfg.getPropertyId();
7954 mCarPropertyManager.getProperty(cfg.getPropertyType(), propId,
7991 int propId = cfg.getPropertyId();
8002 mCarPropertyManager.generateGetPropertyRequest(propId, areaId);
8005 requestPropIdAreaIds.add(new PropIdAreaId(propId, areaId));
8037 PropIdAreaId(int propId, int areaId) {
8038 mPropId = propId;
8091 private static String toMsg(int requestId, int propId, int areaId) {
8092 return "Request ID: " + requestId + " (propId: " + VehiclePropertyIds.toString(propId)
8096 private void onSuccess(boolean forGet, int requestId, int propId, int areaId,
[all …]
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2479 public void onErrorEvent(int propId, int zone) { in onErrorEvent() argument
2483 public void onErrorEvent(int propId, int areaId, int errorCode) { in onErrorEvent() argument
2547 public void onErrorEvent(int propId, int zone) { in onErrorEvent() argument
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...