Home
last modified time | relevance | path

Searched refs:getSupportedNoReadPermPropIds (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl76 int[] getSupportedNoReadPermPropIds(in int[] propIds); in getSupportedNoReadPermPropIds() method
DCarPropertyManager.java1520 noReadPermPropertyIds = getSupportedNoReadPermPropIds(subscribeOptions); in subscribePropertyEventsInternal()
3406 private int[] getSupportedNoReadPermPropIds(List<CarSubscription> subscribeOptions) in getSupportedNoReadPermPropIds() method in CarPropertyManager
3417 return mService.getSupportedNoReadPermPropIds(propertyIdsArray); in getSupportedNoReadPermPropIds()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java193 public int[] getSupportedNoReadPermPropIds(int[] propertyids) { in getSupportedNoReadPermPropIds() method in FakeCarPropertyService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java1681 public void getSupportedNoReadPermPropIds() throws Exception { in getSupportedNoReadPermPropIds() method in CarPropertyServiceUnitTest
1683 assertThat(mService.getSupportedNoReadPermPropIds(new int[] { in getSupportedNoReadPermPropIds()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java295 when(mICarProperty.getSupportedNoReadPermPropIds(any())).thenReturn(new int[0]); in setUp()
2104 when(mICarProperty.getSupportedNoReadPermPropIds(any())) in testSubscribePropertyEvents_noReadPermission()
2115 when(mICarProperty.getSupportedNoReadPermPropIds(any())) in testSubscribePropertyEvents_getSupportedNoReadPermPropIds_remoteException()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1084 public int[] getSupportedNoReadPermPropIds(int[] propertyIds) { in getSupportedNoReadPermPropIds() method