Searched refs:copyPduToArray (Results 1 – 2 of 2) sorted by relevance
103 final Callable<byte[]> copyPduToArray = new Callable<byte[]>() { in readPduFromContentUri() local139 final Future<byte[]> pendingResult = mPduTransferExecutor.submit(copyPduToArray); in readPduFromContentUri()
993 Callable<Integer> copyPduToArray = new Callable<Integer>() { in readPduBytesFromContentUri() local1019 final Future<Integer> pendingResult = mPduTransferExecutor.submit(copyPduToArray); in readPduBytesFromContentUri()