Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java65 boolean isCommonCriteriaMode, in init() argument
73 isCommonCriteriaMode, in init()
274 boolean isCommonCriteriaMode, in initNative() argument
DAdapterService.java664 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/
DBluetoothKeystoreService.java113 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/
Dcom_android_bluetooth_btservice_AdapterService.cpp995 jboolean isCommonCriteriaMode, int configCompareResult, in initNative() argument
1031 isCommonCriteriaMode == JNI_TRUE ? 1 : 0, configCompareResult, flags, in initNative()