Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
DFutures2.java37 ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception; in apply() argument
44 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; in apply() argument
51 TResult apply(T1 value1, T2 value2); in apply() argument
58 TResult apply(T1 value1, T2 value2, T3 value3); in apply() argument
103 T2 value2 = (T2) list.get(1);
105 return fn.apply(value1, value2);
148 T2 value2 = (T2) list.get(1);
151 return fn.apply(value1, value2, value3);
183 public ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception {
184 return Futures.immediateFuture(mFn.apply(value1, value2));
[all …]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DEndianUtils.java316 int value2 = read( input ); in readSwappedUnsignedShort() local
319 ( ( value2 & 0xff ) << 8 ) ); in readSwappedUnsignedShort()
349 int value2 = read( input ); in readSwappedInteger() local
354 ( ( value2 & 0xff ) << 8 ) + in readSwappedInteger()
370 int value2 = read( input ); in readSwappedUnsignedInteger() local
375 ( ( value2 & 0xff ) << 8 ) + in readSwappedUnsignedInteger()
/packages/apps/Settings/src/com/android/settings/datetime/
DZonePicker.java273 Object value2 = map2.get(mSortingKey); in compare() local
280 return isComparable(value2) ? 1 : 0; in compare()
281 } else if (!isComparable(value2)) { in compare()
285 return ((Comparable) value1).compareTo(value2); in compare()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestUtils.java98 Object value2 = bundle2.get(key); in bundleEquals() local
99 if (!Objects.equals(value1, value2)) { in bundleEquals()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java589 Object value2 = original.get(key); in containsAll() local
591 if (value2 != null) { in containsAll()
594 } else if (!value1.equals(value2)) { in containsAll()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java504 final String value2 = values2.getAsString(field.column); in areEqual() local
505 if (!TextUtils.equals(value1, value2)) { in areEqual()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...