/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarOccupantConnectionManagerUnitTest.java | 98 () -> mOccupantConnectionManager.requestConnection( in testRequestConnectionWithNullParameters_throwsException() 101 () -> mOccupantConnectionManager.requestConnection( in testRequestConnectionWithNullParameters_throwsException() 104 () -> mOccupantConnectionManager.requestConnection( in testRequestConnectionWithNullParameters_throwsException() 110 mOccupantConnectionManager.requestConnection(mReceiverZone, mCallbackExecutor, in testRequestConnectionWithPendingConnection_throwsException() 116 () -> mOccupantConnectionManager.requestConnection( in testRequestConnectionWithPendingConnection_throwsException() 128 }).when(mService).requestConnection(anyString(), any(OccupantZoneInfo.class), any()); in testRequestConnectionWithEstablishedConnection_throwsException() 130 mOccupantConnectionManager.requestConnection(mReceiverZone, mCallbackExecutor, in testRequestConnectionWithEstablishedConnection_throwsException() 137 () -> mOccupantConnectionManager.requestConnection( in testRequestConnectionWithEstablishedConnection_throwsException() 148 }).when(mService).requestConnection(anyString(), any(OccupantZoneInfo.class), any()); in testRequestConnectionWithRejectedConnection() 150 mOccupantConnectionManager.requestConnection(mReceiverZone, mCallbackExecutor, in testRequestConnectionWithRejectedConnection() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/ |
D | CarOccupantConnectionServiceTest.java | 452 () -> mService.requestConnection(PACKAGE_NAME, mReceiverZone, in testRequestConnectionWithoutPermission_throwsException() 459 () -> mService.requestConnection(FAKE_PACKAGE_NAME, mReceiverZone, in testRequestConnectionWithFakePackageName_throwsException() 471 mService.requestConnection(PACKAGE_NAME, mReceiverZone, mConnectionRequestCallback); in testRequestConnectionWithoutReceiverServiceBoundBefore() 523 mService.requestConnection(PACKAGE_NAME, mReceiverZone, mConnectionRequestCallback); in testRequestConnectionWithReceiverServiceBoundAlready() 553 () -> mService.requestConnection(PACKAGE_NAME, mReceiverZone, in testRequestConnectionAlreadyConnected() 576 () -> mService.requestConnection(PACKAGE_NAME, mReceiverZone, in testRequestConnectionWithPendingConnection() 586 mService.requestConnection(PACKAGE_NAME, mReceiverZone, mConnectionRequestCallback); in testRequestConnectionReceiverZoneNotReady() 597 mService.requestConnection(PACKAGE_NAME, mReceiverZone, mConnectionRequestCallback); in testRequestConnectionReceiverAppNotInstalled()
|
/packages/services/Car/car-lib/src/android/car/occupantconnection/ |
D | ICarOccupantConnection.aidl | 31 void requestConnection(String packageName, in requestConnection() method
|
D | CarOccupantConnectionManager.java | 536 public void requestConnection(@NonNull OccupantZoneInfo receiverZone, in requestConnection() method in CarOccupantConnectionManager 546 mService.requestConnection(mPackageName, receiverZone, in requestConnection()
|
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/occupantconnection/ |
D | SenderFragment.java | 129 mOccupantConnectionManager.requestConnection(mReceiverZone, mActivity.getMainExecutor(), in onCreateView()
|
/packages/services/Car/service/src/com/android/car/occupantconnection/ |
D | CarOccupantConnectionService.java | 501 public void requestConnection(String packageName, OccupantZoneInfo receiverZone, in requestConnection() method in CarOccupantConnectionService
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 1921 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1921 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
|
D | test-current.txt | 1998 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
|
D | system-lint-baseline.txt | 3636 UnflaggedApi: android.car.occupantconnection.CarOccupantConnectionManager#requestConnection(android… 3637 … method android.car.occupantconnection.CarOccupantConnectionManager.requestConnection(android.car.…
|