Searched refs:extrasIntent (Results 1 – 1 of 1) sorted by relevance
499 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local500 extrasIntent.putParcelableArrayListExtra( in sendResultsByPendingIntent()502 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent()503 pii.intent.send(mContext, 0, extrasIntent); in sendResultsByPendingIntent()508 Intent extrasIntent = new Intent(); in sendErrorByPendingIntent() local509 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()510 pii.intent.send(mContext, 0, extrasIntent); in sendErrorByPendingIntent()