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.java2010 app.mIsQApp = Utils.isQApp(this, callingPackage); in registerPiAndStartScan()
2012 if (app.mIsQApp) { in registerPiAndStartScan()
2036 scanClient.isQApp = app.mIsQApp; in continuePiStartScan()