Home
last modified time | relevance | path

Searched refs:onCarServiceReady (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/car-lib/src/android/car/oem/
DOemCarService.java96 public void onCarServiceReady(IOemCarServiceCallback callback) throws RemoteException {
98 OemCarService.this.onCarServiceReady();
105 mOemCarServiceComponents.valueAt(i).onCarServiceReady();
306 public abstract void onCarServiceReady(); in onCarServiceReady() method in OemCarService
DOemCarAudioVolumeServiceImpl.java63 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioVolumeServiceImpl
64 mOemCarAudioVolumeService.onCarServiceReady(); in onCarServiceReady()
DOemCarAudioDuckingServiceImpl.java63 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioDuckingServiceImpl
64 mOemCarAudioDuckingService.onCarServiceReady(); in onCarServiceReady()
DOemCarAudioFocusServiceImpl.java71 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioFocusServiceImpl
72 mOemCarAudioFocusService.onCarServiceReady(); in onCarServiceReady()
DOemCarServiceComponent.java64 void onCarServiceReady(); in onCarServiceReady() method
DIOemCarService.aidl39 void onCarServiceReady(in IOemCarServiceCallback callback); in onCarServiceReady() method
/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/
DOemCarServiceTest.java64 () -> mOemCarService.onCarServiceReady(mIOemCarServiceCallback)); in testPermissionCheckForAll()
238 public void onCarServiceReady() { in onCarServiceReady() method in OemCarServiceTest.TestOemCarService
251 public void onCarServiceReady() { in onCarServiceReady() method in OemCarServiceTest.DefaultOemCarService
/packages/services/Car/service/src/com/android/car/oem/
DCarOemProxyService.java497 public void onCarServiceReady() { in onCarServiceReady() method in CarOemProxyService
508 oemCarService.onCarServiceReady(mOemCarServiceCallback); in onCarServiceReady()
626 mHandler.post(() -> onCarServiceReady()); in onInitComplete()
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oemcarservice/testapp/
DOemCarServiceImpl.java117 public void onCarServiceReady() { in onCarServiceReady() method in OemCarServiceImpl
DOemCarAudioDuckingServiceImpl.java87 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioDuckingServiceImpl
DOemCarAudioVolumeServiceImp.java85 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioVolumeServiceImp
DOemCarAudioFocusServiceImpl.java81 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioFocusServiceImpl
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceTest.java314 public void onCarServiceReady(IOemCarServiceCallback callback) throws RemoteException { in onCarServiceReady() method in CarOemProxyServiceTest.TestOemCarService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt500 android.car.oem OemCarService void onCarServiceReady()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2103 method public abstract void onCarServiceReady();
2110 method public void onCarServiceReady();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2103 method public abstract void onCarServiceReady();
2110 method public void onCarServiceReady();
Dtest-current.txt2180 method public abstract void onCarServiceReady();
2187 method public void onCarServiceReady();
Dsystem-lint-baseline.txt3858 UnflaggedApi: android.car.oem.OemCarService#onCarServiceReady():
3859 … New API must be flagged with @FlaggedApi: method android.car.oem.OemCarService.onCarServiceReady()
3868 UnflaggedApi: android.car.oem.OemCarServiceComponent#onCarServiceReady():
3869 …must be flagged with @FlaggedApi: method android.car.oem.OemCarServiceComponent.onCarServiceReady()