Searched refs:isNiapMode (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 122 public BluetoothKeystoreService(boolean isNiapMode) { in BluetoothKeystoreService() argument 123 debugLog("new BluetoothKeystoreService isNiapMode: " + isNiapMode); in BluetoothKeystoreService() 124 mIsNiapMode = isNiapMode; in BluetoothKeystoreService()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 440 mBluetoothKeystoreService = new BluetoothKeystoreService(isNiapMode()); in onCreate() 443 initNative(isGuest(), isNiapMode(), configCompareResult, getInitFlags()); in onCreate() 3008 private boolean isNiapMode() { in isNiapMode() method in AdapterService 3058 native boolean initNative(boolean startRestricted, boolean isNiapMode, int configCompareResult, in initNative() argument
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 684 jboolean isNiapMode, int configCompareResult, in initNative() argument 714 isNiapMode == JNI_TRUE ? 1 : 0, configCompareResult, flags); in initNative()
|