Searched defs:PendingIntentInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java114 class PendingIntentInfo { class in class:GattService
122 if (!(other instanceof PendingIntentInfo)) return false;
123 return intent.equals(((PendingIntentInfo) other).intent);
130 class ScannerMap extends ContextMap<IScannerCallback, PendingIntentInfo> {}
805 private void sendResultByPendingIntent(PendingIntentInfo pii, ScanResult result,
817 private void sendResultsByPendingIntent(PendingIntentInfo pii, ArrayList<ScanResult> results,
827 private void sendErrorByPendingIntent(PendingIntentInfo pii, int errorCode)
1628 PendingIntentInfo piInfo = new PendingIntentInfo();
1651 final PendingIntentInfo piInf
[all...]

Completed in 43 milliseconds