Searched defs:Pair (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DPair.java21 public class Pair<T1, T2> { class
25 public Pair(final T1 first, final T2 second) { method in class:Pair
39 if (!(o instanceof Pair)) return false;
40 Pair<?, ?> p = (Pair<?, ?>)o;
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java35 import android.support.v4.util.Pair;
74 public class MissedCallNotifier implements Worker<Pair<Integer, String>, Void> {
92 public Void doInBackground(@Nullable Pair<Integer, String> input) throws Throwable { argument
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DImageCaptureManager.java30 import android.util.Pair;
309 private final Map<Key<?>, Pair<Long, Object>>
310 mMetadata = new ConcurrentHashMap<CaptureResult.Key<?>, Pair<Long, Object>>();
431 Pair<Long, Object> oldEntry = mMetadata.get(key);
441 mMetadata.put(key, new Pair<Long, Object>(frameNumber, newValue));
592 final Pair<Long, CapturedImage> pinnedImage = mCapturedImageBuffer.tryPin(
678 final Pair<Long, CapturedImage> toCapture = mCapturedImageBuffer.tryPinGreatestSelected(
694 private boolean tryExecuteCaptureOrRelease(final Pair<Long, CapturedImage> toCapture, argument
728 public Pair<Image, TotalCaptureResult>
730 final Pair<Lon
[all...]
/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 4111 milliseconds