Home
last modified time | relevance | path

Searched refs:PendingIntentInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java103 public static class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
106 public static class PendingIntentInfo { class in TransitionalScanHelper
115 if (!(other instanceof PendingIntentInfo)) { in equals()
118 return intent.equals(((PendingIntentInfo) other).intent); in equals()
378 ContextMap<IScannerCallback, PendingIntentInfo>.App app = in onScanResultInternal()
480 PendingIntentInfo pii, ScanResult result, int callbackType, ScanClient client) { in sendResultByPendingIntent()
497 PendingIntentInfo pii, ArrayList<ScanResult> results, int callbackType) in sendResultsByPendingIntent()
506 private void sendErrorByPendingIntent(PendingIntentInfo pii, int errorCode) in sendErrorByPendingIntent()
527 ContextMap<IScannerCallback, PendingIntentInfo>.App cbApp = mScannerMap.getByUuid(uuid); in onScannerRegistered()
701 ContextMap<IScannerCallback, PendingIntentInfo>.App app = in onBatchScanReportsInternal()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java90 @Mock private TransitionalScanHelper.PendingIntentInfo mPiInfo;
437 app.info = mock(TransitionalScanHelper.PendingIntentInfo.class); in onTrackAdvFoundLost()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java35 import com.android.bluetooth.le_scan.TransitionalScanHelper.PendingIntentInfo;
210 PendingIntentInfo piInfo, in add()