Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java99 boolean mIsQApp; field in ContextMap.App
DGattService.java1995 app.mIsQApp = Utils.isQApp(this, callingPackage); in registerPiAndStartScan()
1997 if (app.mIsQApp) { in registerPiAndStartScan()
2021 scanClient.isQApp = app.mIsQApp; in continuePiStartScan()