Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunUtils.java | 125 short resultType = buffer.getShort(); in openFrame() local 142 return Pair.create(resultType, result); in openFrame()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ScanManager.java | 704 int resultType = getResultType(batchScanParams); in resetBatchScan() local 705 int fullScanPercent = getFullScanStoragePercent(resultType); in resetBatchScan() 718 gattClientStartBatchScanNative(scannerId, resultType, scanInterval, scanWindow, 0, in resetBatchScan() 726 private int getFullScanStoragePercent(int resultType) { in getFullScanStoragePercent() argument 727 switch (resultType) { in getFullScanStoragePercent()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | SearchFragment.java | 375 final int resultType = resultViewHolder.getClickActionMetricName(); in logSearchResultClicked() local 378 mMetricsFeatureProvider.logSearchResultClick(result, mQuery, resultType, resultCount, in logSearchResultClicked()
|