Searched refs:isCommonCriteriaMode (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
H A D | BluetoothKeystoreService.java | 121 public BluetoothKeystoreService(boolean isCommonCriteriaMode) { in BluetoothKeystoreService() argument 122 debugLog("new BluetoothKeystoreService isCommonCriteriaMode: " + isCommonCriteriaMode); in BluetoothKeystoreService() 123 mIsCommonCriteriaMode = isCommonCriteriaMode; in BluetoothKeystoreService()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 511 mBluetoothKeystoreService = new BluetoothKeystoreService(isCommonCriteriaMode()); in onCreate() 527 initNative(isGuest(), isCommonCriteriaMode(), configCompareResult, getInitFlags(), in onCreate() 3597 private boolean isCommonCriteriaMode() { in isCommonCriteriaMode() method in AdapterService 3882 native boolean initNative(boolean startRestricted, boolean isCommonCriteriaMode, in initNative() argument
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_btservice_AdapterService.cpp | 869 jboolean isCommonCriteriaMode, int configCompareResult, in initNative() argument 899 isCommonCriteriaMode == JNI_TRUE ? 1 : 0, configCompareResult, flags, in initNative()
|