Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanClient.java44 public boolean isQApp; field in ScanClient
H A DGattService.java2348 scanClient.isQApp = Utils.isQApp(this, callingPackage); in startScan()
2350 if (scanClient.isQApp) { in startScan()
2421 app.mIsQApp = Utils.isQApp(this, callingPackage); in registerPiAndStartScan()
2452 scanClient.isQApp = app.mIsQApp; in continuePiStartScan()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java815 public static boolean isQApp(Context context, String pkgName) { in isQApp() method in Utils
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2602 boolean isQApp = Utils.isQApp(this, callingPackage); in startDiscovery()
2611 if (isQApp) { in startDiscovery()