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

/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DOmtpBootCompletedReceiver.java103 void setSubIdProcessorForTest(SubIdProcessor processor){ argument
104 mSubIdProcessor = processor;
/packages/apps/Camera2/src/com/android/camera/async/
H A DCountableBufferQueue.java33 private DecrementingProcessor(ConcurrentBufferQueue.UnusedElementProcessor<T> processor) { argument
34 mProcessor = processor;
52 * @param processor The callback for processing elements discarded from the
56 .UnusedElementProcessor<T> processor) {
57 mBufferQueue = new ConcurrentBufferQueue<T>(new DecrementingProcessor<T>(processor));
55 CountableBufferQueue(Updatable<Integer> sizeCallback, ConcurrentBufferQueue .UnusedElementProcessor<T> processor) argument
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java219 * This will execute the given processor repeatedly with the possible alternatives
220 * for dictionary format until the processor does not throw an exception.
221 * If the processor succeeds for none of the possible formats, the method returns null.
225 @Nonnull final InputProcessor<T> processor) {
230 spec.mResult = processor.process(input);
245 // If the format is not the right one for this file, the processor will throw one
224 decodeDictionaryForProcess(@onnull final File src, @Nonnull final InputProcessor<T> processor) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java217 * Tries to call {@link ExecutorService#execute(Runnable)} toward a given processor.
220 private synchronized boolean tryExecute(ProcessorBase processor) { argument
226 mExecutorService.execute(processor);
227 mRunningJobMap.put(mCurrentJobId, processor);
240 final ProcessorBase processor = mRunningJobMap.get(jobId);
243 if (processor != null) {
244 processor.cancel(true);
245 final int type = processor.getType();
251 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath();
279 // processor, the
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 688 milliseconds