HomeSort by relevance Sort by last modified time
    Searched refs:checkNotNull (Results 276 - 300 of 423) sorted by null

<<11121314151617

  /external/guava/guava/src/com/google/common/collect/
Multimaps.java 20 import static com.google.common.base.Preconditions.checkNotNull;
118 this.factory = checkNotNull(factory);
200 this.factory = checkNotNull(factory);
278 this.factory = checkNotNull(factory);
357 this.factory = checkNotNull(factory);
405 checkNotNull(dest);
484 return checkNotNull(delegate);
497 this.delegate = checkNotNull(delegate);
783 return checkNotNull(delegate);
878 return checkNotNull(delegate)
    [all...]
RegularContiguousSet.java 18 import static com.google.common.base.Preconditions.checkNotNull;
131 checkNotNull(other);
ComputingConcurrentHashMap.java 17 import static com.google.common.base.Preconditions.checkNotNull;
52 this.computingFunction = checkNotNull(computingFunction);
66 int hash = hash(checkNotNull(key));
ImmutableList.java 19 import static com.google.common.base.Preconditions.checkNotNull;
216 checkNotNull(elements); // TODO(kevinb): is this here only for GWT?
301 // We do this instead of Preconditions.checkNotNull to save boxing and array
571 contents.add(checkNotNull(element));
Ordering.java 20 import static com.google.common.base.Preconditions.checkNotNull;
107 return checkNotNull(ordering);
310 return new CompoundOrdering<U>(this, checkNotNull(secondaryComparator));
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
ClientData.java 102 Util.checkNotNull(hierarchyKey, "Cannot use null as a key");
214 Util.checkNotNull(key, "Null lookup key not allowed");
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java 69 this.node = Preconditions.checkNotNull(node);
70 this.context = Preconditions.checkNotNull(context);
  /external/guava/guava/src/com/google/common/math/
IntMath.java 20 import static com.google.common.base.Preconditions.checkNotNull;
250 checkNotNull(mode);
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java 5 import static com.google.common.base.Preconditions.checkNotNull;
44 this.map = checkNotNull(map);
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 17 import static com.google.common.base.Preconditions.checkNotNull;
77 return checkNotNull(nodeFactory).createNode(source, left, right);
SynchronizedMapTest.java 19 import static com.google.common.base.Preconditions.checkNotNull;
52 checkNotNull(mutex);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 58 mItem = Utils.checkNotNull(item);
61 mPhotoView = Utils.checkNotNull(view);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 53 mDataManager = Utils.checkNotNull(manager);
138 mSource = Utils.checkNotNull(source);
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 24 import static com.android.internal.util.Preconditions.checkNotNull;
52 mPolicyManager = checkNotNull(policyManager);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 96 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
97 mVert = Preconditions.checkNotNull(vert, "missing vert");
ChartView.java 73 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz");
74 mVert = Preconditions.checkNotNull(vert, "missing vert");
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 106 mUriRecord = Preconditions.checkNotNull(uri);
109 mAction = Preconditions.checkNotNull(action);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 20 import static com.google.common.base.Preconditions.checkNotNull;
114 this.factory = checkNotNull(factory);
175 this.factory = checkNotNull(factory);
232 this.factory = checkNotNull(factory);
290 this.factory = checkNotNull(factory);
316 checkNotNull(dest);
395 return checkNotNull(delegate);
408 this.delegate = checkNotNull(delegate);
694 return checkNotNull(delegate);
789 return checkNotNull(delegate)
    [all...]
TreeMultiset.java 20 import static com.google.common.base.Preconditions.checkNotNull;
344 checkNotNull(upperBound);
351 checkNotNull(lowerBound);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 325 checkNotNull(e);
358 checkNotNull(e);
768 private static void checkNotNull(Object v) {
822 checkNotNull(e);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 224 Preconditions.checkNotNull(context);
486 Preconditions.checkNotNull(listener);
497 Preconditions.checkNotNull(listener);
508 Preconditions.checkNotNull(listener);
519 Preconditions.checkNotNull(listener);
530 Preconditions.checkNotNull(listener);
541 Preconditions.checkNotNull(listener);
    [all...]
CallList.java 184 Preconditions.checkNotNull(listener);
414 Preconditions.checkNotNull(call);
473 Preconditions.checkNotNull(call);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 60 import static com.android.internal.util.Preconditions.checkNotNull;
254 mContext = checkNotNull(context, "missing Context");
255 mNetworkManager = checkNotNull(networkManager, "missing INetworkManagementService");
256 mTime = checkNotNull(time, "missing TrustedTime");
257 mTeleManager = checkNotNull(TelephonyManager.getDefault(), "missing TelephonyManager");
258 mSettings = checkNotNull(settings, "missing NetworkStatsSettings");
269 mSystemDir = checkNotNull(systemDir);
275 mConnManager = checkNotNull(connManager, "missing IConnectivityManager");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 261 checkNotNull(klass, "klass must not be null");
318 checkNotNull(surface, "surface must not be null");
600 checkNotNull(size, "size must not be null");
    [all...]
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 289 checkNotNull(source);
389 checkNotNull(src);
482 private void checkNotNull(ByteBuffer source) {

Completed in 997 milliseconds

<<11121314151617