Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java107 if (!hasTrustedDevice(uid)) { in onDeviceLocked()
207 private boolean hasTrustedDevice(int uid) { in hasTrustedDevice() method in CarBleTrustAgent
252 if (mCarTrustAgentUnlockService != null && hasTrustedDevice(uid)) { in onBluetoothStateChanged()