Home
last modified time | relevance | path

Searched refs:stopProjectionAccessPoint (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java162 mCarProjectionManager.stopProjectionAccessPoint(); in testStartProjectionAccessPoint()
163 verify(mService).stopProjectionAccessPoint(any()); in testStartProjectionAccessPoint()
187 mCarProjectionManager.stopProjectionAccessPoint(); in testStartProjectionAccessPointWithOnStoppedCallback()
188 verify(mService).stopProjectionAccessPoint(any()); in testStartProjectionAccessPointWithOnStoppedCallback()
DCarProjectionServiceTest.java192 mService.stopProjectionAccessPoint(mToken); in stopLohs_success()
205 mService.stopProjectionAccessPoint(mToken); in startLohsWithStableCredentials_success()
253 mService.stopProjectionAccessPoint(mToken); in resetProjectionAccessPointCredentials()
/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl67 void stopProjectionAccessPoint(in IBinder binder) = 5;
DCarProjectionManager.java569 public void stopProjectionAccessPoint() { in stopProjectionAccessPoint() method in CarProjectionManager
580 mService.stopProjectionAccessPoint(mAccessPointProxyToken); in stopProjectionAccessPoint()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java134 public void stopProjectionAccessPoint(IBinder binder) throws RemoteException { in stopProjectionAccessPoint() method in FakeCarProjectionService
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java305 public void stopProjectionAccessPoint(IBinder token) { in stopProjectionAccessPoint() method in CarProjectionService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt789 method TIRAMISU_0 void stopProjectionAccessPoint();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt183 …uiresPermission(android.car.Car.PERMISSION_CAR_PROJECTION) public void stopProjectionAccessPoint();
/packages/services/Car/car-lib/api/
Dsystem-current.txt183 …uiresPermission(android.car.Car.PERMISSION_CAR_PROJECTION) public void stopProjectionAccessPoint();
Dtest-current.txt186 …uiresPermission(android.car.Car.PERMISSION_CAR_PROJECTION) public void stopProjectionAccessPoint();
Dsystem-lint-baseline.txt1242 UnflaggedApi: android.car.CarProjectionManager#stopProjectionAccessPoint():
1243 …st be flagged with @FlaggedApi: method android.car.CarProjectionManager.stopProjectionAccessPoint()