Searched refs:requestConnection (Results 1 – 10 of 10) sorted by relevance
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 …]
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()
31 void requestConnection(String packageName, in requestConnection() method
536 public void requestConnection(@NonNull OccupantZoneInfo receiverZone, in requestConnection() method in CarOccupantConnectionManager546 mService.requestConnection(mPackageName, receiverZone, in requestConnection()
129 mOccupantConnectionManager.requestConnection(mReceiverZone, mActivity.getMainExecutor(), in onCreateView()
501 public void requestConnection(String packageName, OccupantZoneInfo receiverZone, in requestConnection() method in CarOccupantConnectionService
1830 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
1907 …(android.car.Car.PERMISSION_MANAGE_OCCUPANT_CONNECTION) public void requestConnection(@NonNull and…
3636 UnflaggedApi: android.car.occupantconnection.CarOccupantConnectionManager#requestConnection(android…3637 … method android.car.occupantconnection.CarOccupantConnectionManager.requestConnection(android.car.…