/packages/services/Car/car-lib/src/android/car/oem/ |
D | OemCarService.java | 96 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
|
D | OemCarAudioVolumeServiceImpl.java | 63 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioVolumeServiceImpl 64 mOemCarAudioVolumeService.onCarServiceReady(); in onCarServiceReady()
|
D | OemCarAudioDuckingServiceImpl.java | 63 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioDuckingServiceImpl 64 mOemCarAudioDuckingService.onCarServiceReady(); in onCarServiceReady()
|
D | OemCarAudioFocusServiceImpl.java | 71 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioFocusServiceImpl 72 mOemCarAudioFocusService.onCarServiceReady(); in onCarServiceReady()
|
D | OemCarServiceComponent.java | 64 void onCarServiceReady(); in onCarServiceReady() method
|
D | IOemCarService.aidl | 39 void onCarServiceReady(in IOemCarServiceCallback callback); in onCarServiceReady() method
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/ |
D | OemCarServiceTest.java | 64 () -> 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/ |
D | CarOemProxyService.java | 497 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/ |
D | OemCarServiceImpl.java | 117 public void onCarServiceReady() { in onCarServiceReady() method in OemCarServiceImpl
|
D | OemCarAudioDuckingServiceImpl.java | 87 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioDuckingServiceImpl
|
D | OemCarAudioVolumeServiceImp.java | 85 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioVolumeServiceImp
|
D | OemCarAudioFocusServiceImpl.java | 81 public void onCarServiceReady() { in onCarServiceReady() method in OemCarAudioFocusServiceImpl
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/ |
D | CarOemProxyServiceTest.java | 314 public void onCarServiceReady(IOemCarServiceCallback callback) throws RemoteException { in onCarServiceReady() method in CarOemProxyServiceTest.TestOemCarService
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 500 android.car.oem OemCarService void onCarServiceReady()
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 2103 method public abstract void onCarServiceReady(); 2110 method public void onCarServiceReady();
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 2103 method public abstract void onCarServiceReady(); 2110 method public void onCarServiceReady();
|
D | test-current.txt | 2180 method public abstract void onCarServiceReady(); 2187 method public void onCarServiceReady();
|
D | system-lint-baseline.txt | 3858 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()
|