Home
last modified time | relevance | path

Searched refs:mClientDeviceName (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManager.java106 private String mClientDeviceName; field in CarBlePeripheralManager
202 mClientDeviceName = null; in reset()
447 mClientDeviceName = device.getName(); in addConnectedDevice()
448 if (mClientDeviceName == null) { in addConnectedDevice()
536 mClientDeviceName = deviceName;
606 mClientDeviceName, /* isConnectionEnabled= */ true));
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java135 private String mClientDeviceName; field in CarTrustAgentEnrollmentService
542 } else if (mClientDeviceName != null) { in onEscrowTokenActiveStateChanged()
543 clientDeviceName = mClientDeviceName; in onEscrowTokenActiveStateChanged()
704 mClientDeviceName = deviceName; in onClientDeviceNameRetrieved()