Searched refs:isCommonCriteriaMode (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterNativeInterface.java | 65 boolean isCommonCriteriaMode, in init() argument 73 isCommonCriteriaMode, in init() 274 boolean isCommonCriteriaMode, in initNative() argument
|
D | AdapterService.java | 664 boolean isCommonCriteriaMode = in init() 669 BluetoothKeystoreNativeInterface.getInstance(), isCommonCriteriaMode); in init() 693 isCommonCriteriaMode, in init()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 113 BluetoothKeystoreNativeInterface nativeInterface, boolean isCommonCriteriaMode) { in BluetoothKeystoreService() argument 114 debugLog("new BluetoothKeystoreService isCommonCriteriaMode: " + isCommonCriteriaMode); in BluetoothKeystoreService() 116 mIsCommonCriteriaMode = isCommonCriteriaMode; in BluetoothKeystoreService()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 995 jboolean isCommonCriteriaMode, int configCompareResult, in initNative() argument 1031 isCommonCriteriaMode == JNI_TRUE ? 1 : 0, configCompareResult, flags, in initNative()
|