Home
last modified time | relevance | path

Searched refs:requestConnection (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantConnectionManagerUnitTest.java98 () -> 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/
DCarOccupantConnectionServiceTest.java452 () -> 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/
DICarOccupantConnection.aidl31 void requestConnection(String packageName, in requestConnection() method
DCarOccupantConnectionManager.java536 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/
DSenderFragment.java129 mOccupantConnectionManager.requestConnection(mReceiverZone, mActivity.getMainExecutor(), in onCreateView()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java501 public void requestConnection(String packageName, OccupantZoneInfo receiverZone, in requestConnection() method in CarOccupantConnectionService
/packages/services/Car/car-lib/api/
Dsystem-current.txt1830 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
Dtest-current.txt1907 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
Dsystem-lint-baseline.txt3636 UnflaggedApi: android.car.occupantconnection.CarOccupantConnectionManager#requestConnection(android…
3637 … method android.car.occupantconnection.CarOccupantConnectionManager.requestConnection(android.car.…
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1830 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…