HomeSort by relevance Sort by last modified time
    Searched refs:checkNotNull (Results 201 - 225 of 348) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableSet.java 47 this.element = Preconditions.checkNotNull(element);
MapConstraints.java 19 import static com.google.common.base.Preconditions.checkNotNull;
62 checkNotNull(key);
63 checkNotNull(value);
185 checkNotNull(entry);
186 checkNotNull(constraint);
211 checkNotNull(entry);
212 checkNotNull(constraint);
297 this.delegate = checkNotNull(delegate);
298 this.constraint = checkNotNull(constraint);
388 this.constraint = checkNotNull(constraint)
    [all...]
SortedIterables.java 17 import static com.google.common.base.Preconditions.checkNotNull;
46 checkNotNull(comparator);
47 checkNotNull(elements);
ArrayTable.java 20 import static com.google.common.base.Preconditions.checkNotNull;
358 checkNotNull(rowKey);
359 checkNotNull(columnKey);
527 checkNotNull(columnKey);
557 checkNotNull(rowKey);
673 checkNotNull(rowKey);
702 checkNotNull(columnKey);
ImmutableSortedMap.java 20 import static com.google.common.base.Preconditions.checkNotNull;
201 return copyOfInternal(map, checkNotNull(comparator));
359 this.comparator = checkNotNull(comparator);
684 checkNotNull(fromKey);
685 checkNotNull(toKey);
727 keyList(), checkNotNull(key), unsafeComparator(), presentBehavior, absentBehavior);
RegularImmutableTable.java 20 import static com.google.common.base.Preconditions.checkNotNull;
93 checkNotNull(cells);
220 checkNotNull(columnKey);
235 checkNotNull(rowKey);
314 checkNotNull(columnKey);
385 checkNotNull(rowKey);
Cut.java 17 import static com.google.common.base.Preconditions.checkNotNull;
234 super(checkNotNull(endpoint));
292 super(checkNotNull(endpoint));
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ActionImage.java 38 mApplication = Utils.checkNotNull(application);
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 43 mBitmap = Preconditions.checkNotNull(bitmap);
  /packages/apps/UnifiedEmail/src/com/android/mail/
ConversationListContext.java 90 return new ConversationListContext(account, Preconditions.checkNotNull(query), folder);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 82 this.mContext = Preconditions.checkNotNull(context.getApplicationContext());
112 Preconditions.checkNotNull(syncTypes);
137 Preconditions.checkNotNull(objectIds);
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 20 import static com.google.common.base.Preconditions.checkNotNull;
225 return new InternetDomainName(checkNotNull(domain));
490 return from(checkNotNull(leftParts) + "." + name);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 18 import static com.google.common.base.Preconditions.checkNotNull;
124 checkNotNull(separator);
257 checkNotNull(s);
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 19 import static com.google.common.base.Preconditions.checkNotNull;
409 this.delegate = checkNotNull(delegate);
450 this.delegate = checkNotNull(delegate);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMapGenerators.java 19 import static com.google.common.base.Preconditions.checkNotNull;
113 checkNotNull(entry);
183 checkNotNull(entry);
  /external/guava/guava/src/com/google/common/io/
Files.java 19 import static com.google.common.base.Preconditions.checkNotNull;
101 Preconditions.checkNotNull(file);
133 Preconditions.checkNotNull(file);
485 Preconditions.checkNotNull(to);
760 checkNotNull(fileName);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 93 Preconditions.checkNotNull(arguments, "fragment must be started with arguments");
95 Preconditions.checkNotNull(voicemailUri, "fragment must contain EXTRA_VOICEMAIL_URI");
216 Preconditions.checkNotNull(activityReference);
217 Preconditions.checkNotNull(applicationContext);
218 Preconditions.checkNotNull(playbackLayout);
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 92 Preconditions.checkNotNull(context);
316 Preconditions.checkNotNull(listener);
321 Preconditions.checkNotNull(listener);
326 Preconditions.checkNotNull(listener);
331 Preconditions.checkNotNull(listener);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 18 import static com.android.mail.lib.base.Preconditions.checkNotNull;
43 checkNotNull(string);
49 checkNotNull(out);
56 checkNotNull(csq);
63 checkNotNull(csq);
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 18 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
43 checkNotNull(string);
49 checkNotNull(out);
56 checkNotNull(csq);
63 checkNotNull(csq);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 124 private static void checkNotNull(Object v) {
257 checkNotNull(e);
295 checkNotNull(e);
318 checkNotNull(e);
341 checkNotNull(e);
674 checkNotNull(c);
    [all...]
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 20 import static com.google.common.base.Preconditions.checkNotNull;
55 checkNotNull(x);
68 checkPositive("x", checkNotNull(x));
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 20 import static com.google.common.base.Preconditions.checkNotNull;
162 checkNotNull(key);
187 super(builder, checkNotNull(loader));
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 19 import static com.android.internal.util.Preconditions.checkNotNull;
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 99 mBasePath = Preconditions.checkNotNull(basePath);
100 mPrefix = Preconditions.checkNotNull(prefix);
404 this.prefix = Preconditions.checkNotNull(prefix);

Completed in 903 milliseconds

1 2 3 4 5 6 7 891011>>