Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java70 private static BluetoothKeystoreService sBluetoothKeystoreService; field in BluetoothKeystoreService
135 if (sBluetoothKeystoreService != null) { in start()
191 if (sBluetoothKeystoreService == null) { in cleanup()
319 if (sBluetoothKeystoreService == null) { in getBluetoothKeystoreService()
324 if (!sBluetoothKeystoreService.isAvailable()) { in getBluetoothKeystoreService()
328 return sBluetoothKeystoreService; in getBluetoothKeystoreService()
334 sBluetoothKeystoreService = instance; in setBluetoothKeystoreService()