Home
last modified time | relevance | path

Searched refs:getCallingClientId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java448 ClientId receiverClient = getCallingClientId(packageName); in registerReceiver()
475 ClientId receiverClient = getCallingClientId(packageName); in unregisterReceiver()
507 ClientId senderClient = getCallingClientId(packageName); in requestConnection()
570 ClientId senderClient = getCallingClientId(packageName); in cancelConnection()
590 ClientId senderClient = getCallingClientId(packageName); in sendPayload()
615 ClientId senderClient = getCallingClientId(packageName); in disconnect()
664 ClientId getCallingClientId(String packageName) { in getCallingClientId() method in CarOccupantConnectionService
DCarRemoteDeviceService.java354 ClientId discoveringClient = getCallingClientId(packageName); in registerStateCallback()
374 ClientId discoveringClient = getCallingClientId(packageName); in unregisterStateCallback()
676 private ClientId getCallingClientId(String packageName) { in getCallingClientId() method in CarRemoteDeviceService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java351 ClientId receiverClient = mService.getCallingClientId(PACKAGE_NAME); in testUnregisterReceiverWithReceiverServiceBound()
395 ClientId receiverClient = mService.getCallingClientId(PACKAGE_NAME); in testUnregisterReceiverWithoutReceiverServiceBound()
433 ClientId receiverClient = mService.getCallingClientId(PACKAGE_NAME); in testUnregisterReceiverWithOtherReceiversLeft()
627 ClientId senderClient = mService.getCallingClientId(PACKAGE_NAME); in testCancelConnection()
696 ClientId receiverClient = mService.getCallingClientId(PACKAGE_NAME); in testReceiverServiceDisconnected()
844 ClientId senderClient = mService.getCallingClientId(PACKAGE_NAME); in testDisconnect()
887 ClientId senderClient = mService.getCallingClientId(PACKAGE_NAME); in testConnectedSenderDied()
920 ClientId senderClient = mService.getCallingClientId(PACKAGE_NAME); in testConnectingSenderDiedWithoutReceiverServiceBound()
948 ClientId senderClient = mService.getCallingClientId(PACKAGE_NAME); in testConnectingSenderDiedWithReceiverServiceBound()