Searched refs:responseBundle (Results 1 – 3 of 3) sorted by relevance
193 Bundle responseBundle = new Bundle(); in handleMessage() local194 responseBundle.putByteArray(KEY_DATA, responsePacket); in handleMessage()195 responseMsg.setData(responseBundle); in handleMessage()
265 Bundle responseBundle = new Bundle(); in handleMessage() local266 responseBundle.putByteArray(KEY_DATA, responseApdu); in handleMessage()267 responseMsg.setData(responseBundle); in handleMessage()
272 Bundle responseBundle = call(callingPkg, method, stringArg, args); in onTransact() local275 reply.writeBundle(responseBundle); in onTransact()