Searched refs:NO_PERMISSION_PROPERTY_ID (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 127 private static final int NO_PERMISSION_PROPERTY_ID = 13292; field in CarPropertyServiceUnitTest 241 mConfigs.put(NO_PERMISSION_PROPERTY_ID, CarPropertyConfig.newBuilder(Integer.class, in setUp() 242 NO_PERMISSION_PROPERTY_ID, VehicleAreaType.VEHICLE_AREA_TYPE_GLOBAL, 1) in setUp() 324 READ_WRITE_INT_PROPERTY_ID, NO_PERMISSION_PROPERTY_ID}); in testGetPropertyConfigList_noReadOrWritePermission() 327 NO_PERMISSION_PROPERTY_ID}); in testGetPropertyConfigList_noReadOrWritePermission() 1349 new CarPropertyValue(NO_PERMISSION_PROPERTY_ID, GLOBAL_AREA_ID, Integer.MAX_VALUE), in setProperty_throwsSecurityExceptionIfPlatformDoesNotHavePermissionToWrite() 1355 when(mHalService.isWritable(mContext, NO_PERMISSION_PROPERTY_ID)) in setProperty_throwsSecurityExceptionIfAppDoesNotHavePermissionToWrite() 1358 new CarPropertyValue(NO_PERMISSION_PROPERTY_ID, GLOBAL_AREA_ID, Integer.MAX_VALUE), in setProperty_throwsSecurityExceptionIfAppDoesNotHavePermissionToWrite() 1471 () -> mService.registerListener(NO_PERMISSION_PROPERTY_ID, 0, in registerListener_throwsSecurityExceptionIfPlatformDoesNotHavePermissionToRead() 1477 when(mHalService.isReadable(mContext, NO_PERMISSION_PROPERTY_ID)) in registerListener_throwsSecurityExceptionIfAppDoesNotHavePermissionToRead() [all …]
|