Searched refs:propId (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/ |
D | ParkingBrakeOnTestActivity.java | 107 public void onErrorEvent(int propId, int zone) { 108 Log.e(TAG, "propId: " + propId + " zone: " + zone);
|
D | GearSelectionTestActivity.java | 149 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/ |
D | CarPropertyConfigTest.java | 89 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()
|
D | CarPropertyValueTest.java | 119 int propId = propertyValue.getPropertyId(); in testGetPropertyId() local 120 CarPropertyConfig cfg = mPropIdToConfig.get(propId); in testGetPropertyId()
|
D | CarPropertyManagerTest.java | 7936 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/ |
D | VehiclePropertyVerifier.java | 2479 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/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |