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

/packages/apps/Camera2/src/com/android/camera/async/
H A DFutures2.java44 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; argument
58 TResult apply(T1 value1, T2 value2, T3 value3); argument
149 T3 value3 = (T3) list.get(2);
151 return fn.apply(value1, value2, value3);
201 public ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception { argument
202 return Futures.immediateFuture(mFn.apply(value1, value2, value3));
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 117 milliseconds