/external/guava/guava-testlib/src/com/google/common/testing/ |
EquivalenceTester.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 69 this.equivalence = checkNotNull(equivalence);
|
RelationshipTester.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 41 this.assertion = checkNotNull(assertion);
|
/frameworks/base/core/java/android/net/ |
BaseNetworkStateTracker.java | 81 mContext = Preconditions.checkNotNull(context); 82 mTarget = Preconditions.checkNotNull(target);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
ColumnAdapter.java | 44 mWrapped = Preconditions.checkNotNull(wrapped); 45 mListener = Preconditions.checkNotNull(listener);
|
/external/guava/guava/src/com/google/common/collect/ |
Maps.java | 20 import static com.google.common.base.Preconditions.checkNotNull; 245 return new EnumMap<K, V>(checkNotNull(type)); 353 Preconditions.checkNotNull(valueEquivalence); 539 checkNotNull(left); 540 checkNotNull(right); 654 Iterable<V> valuesIterable = checkNotNull(values); 675 checkNotNull(keyFunction); 749 checkNotNull(entry); [all...] |
Lists.java | 21 import static com.google.common.base.Preconditions.checkNotNull; 90 checkNotNull(elements); // for GWT 117 checkNotNull(elements); // for GWT 136 checkNotNull(elements); // for GWT 251 this.rest = checkNotNull(rest); 296 this.rest = checkNotNull(rest); 362 this.fromList = checkNotNull(fromList); 363 this.function = checkNotNull(function); 444 this.fromList = checkNotNull(fromList); 445 this.function = checkNotNull(function) [all...] |
Range.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 203 checkNotNull(value); 398 checkNotNull(domain); 450 checkNotNull(domain);
|
ImmutableSortedMultiset.java | 17 import static com.google.common.base.Preconditions.checkNotNull; 97 NATURAL_ORDER, ImmutableList.of(Multisets.immutableEntry(checkNotNull(element), 1))); 234 checkNotNull(comparator); 250 checkNotNull(comparator); 310 checkNotNull(entry.getElement()); 325 this.comparator = checkNotNull(comparator); 475 this.comparator = checkNotNull(comparator);
|
GeneralRange.java | 18 import static com.google.common.base.Preconditions.checkNotNull; 103 this.comparator = checkNotNull(comparator); 107 this.lowerBoundType = checkNotNull(lowerBoundType); 109 this.upperBoundType = checkNotNull(upperBoundType); 171 checkNotNull(other);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Maps.java | 20 import static com.google.common.base.Preconditions.checkNotNull; 242 return new EnumMap<K, V>(checkNotNull(type)); 350 Preconditions.checkNotNull(valueEquivalence); 536 checkNotNull(left); 537 checkNotNull(right); 651 Iterable<V> valuesIterable = checkNotNull(values); 672 checkNotNull(keyFunction); 720 checkNotNull(entry); [all...] |
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
TypeAction.java | 48 this.text = Preconditions.checkNotNull(text);
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
By.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 286 checkNotNull(parentFinder); 306 checkNotNull(ancestorFinder); 332 checkNotNull(siblingFinder);
|
/external/guava/guava/src/com/google/common/base/ |
PairwiseEquivalence.java | 33 this.elementEquivalence = Preconditions.checkNotNull(elementEquivalence);
|
/external/guava/guava/src/com/google/common/cache/ |
ForwardingLoadingCache.java | 83 this.delegate = Preconditions.checkNotNull(delegate);
|
/external/guava/guava/src/com/google/common/io/ |
LimitInputStream.java | 46 Preconditions.checkNotNull(in);
|
LineReader.java | 55 Preconditions.checkNotNull(readable);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingCheckedFuture.java | 70 this.delegate = Preconditions.checkNotNull(delegate);
|
ForwardingFuture.java | 87 this.delegate = Preconditions.checkNotNull(delegate);
|
Futures.java | 20 import static com.google.common.base.Preconditions.checkNotNull; 81 return new MappingCheckedFuture<V, X>(checkNotNull(future), mapper); 129 checkNotNull(throwable); 149 checkNotNull(exception); 269 checkNotNull(function); 499 checkNotNull(function); 536 checkNotNull(future); 537 checkNotNull(function); 599 this.function = checkNotNull(function); 600 this.inputFuture = checkNotNull(inputFuture) [all...] |
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
InternalState.java | 58 Preconditions.checkNotNull(name);
|
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
TagCanon.java | 53 Preconditions.checkNotNull(text); 54 Preconditions.checkNotNull(locale); 74 Preconditions.checkNotNull(type); 75 Preconditions.checkNotNull(data);
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
UnicodeEscaper.java | 19 import static com.android.mail.lib.base.Preconditions.checkNotNull; 145 checkNotNull(string); 263 checkNotNull(out); 276 checkNotNull(csq);
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 19 import static com.google.android.mail.common.base.Preconditions.checkNotNull; 145 checkNotNull(string); 263 checkNotNull(out); 276 checkNotNull(csq);
|
/frameworks/base/services/java/com/android/server/net/ |
LockdownVpnTracker.java | 89 mContext = Preconditions.checkNotNull(context); 90 mNetService = Preconditions.checkNotNull(netService); 91 mConnService = Preconditions.checkNotNull(connService); 92 mVpn = Preconditions.checkNotNull(vpn); 93 mProfile = Preconditions.checkNotNull(profile);
|
NetworkStatsRecorder.java | 22 import static com.android.internal.util.Preconditions.checkNotNull; 89 mRotator = checkNotNull(rotator, "missing FileRotator"); 90 mObserver = checkNotNull(observer, "missing NonMonotonicObserver"); 91 mDropBox = checkNotNull(dropBox, "missing DropBoxManager"); 279 mCollection = checkNotNull(collection, "missing NetworkStatsCollection");
|