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

<<11121314151617

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 78 mSource = Utils.checkNotNull(albumSet);
SlideshowPage.java 249 mMediaSet = Utils.checkNotNull(mediaSet);
PhotoDataAdapter.java 175 mSource = Utils.checkNotNull(mediaSet);
176 mPhotoView = Utils.checkNotNull(view);
177 mItemPath = Utils.checkNotNull(itemPath);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallPresenter.java 157 mContext = Preconditions.checkNotNull(context);
CallCardPresenter.java 107 mContext = Preconditions.checkNotNull(context);
StatusBarNotifier.java 105 Preconditions.checkNotNull(context);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 143 Preconditions.checkNotNull(whitelist);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 193 checkNotNull("size", size);
384 checkNotNull("request", request);
385 checkNotNull("graph", graph);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 19 import static com.google.common.base.Preconditions.checkNotNull;
142 fromList.add("q" + checkNotNull(element));
157 fromList.add("q" + checkNotNull(element));
TableCollectionTest.java 19 import static com.google.common.base.Preconditions.checkNotNull;
378 table.put(i, 'a', "x" + checkNotNull(elements[i]));
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
ConnectivityService.java 632 mContext = checkNotNull(context, "missing Context");
633 mNetd = checkNotNull(netManager, "missing INetworkManagementService");
634 mStatsService = checkNotNull(statsService, "missing INetworkStatsService");
635 mPolicyManager = checkNotNull(policyManager, "missing INetworkPolicyManager");
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 17 import static com.google.common.base.Preconditions.checkNotNull;
    [all...]
AbstractMultimap.java 20 import static com.google.common.base.Preconditions.checkNotNull;
627 checkNotNull(c);
    [all...]
LinkedListMultimap.java 20 import static com.google.common.base.Preconditions.checkNotNull;
691 checkNotNull(c); // eager for GWT
    [all...]
Synchronized.java 19 import static com.google.common.base.Preconditions.checkNotNull;
63 this.delegate = checkNotNull(delegate);
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 398 Preconditions.checkNotNull(mMailbox);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 20 import static com.google.common.base.Preconditions.checkNotNull;
687 checkNotNull(c); // eager for GWT
Synchronized.java 19 import static com.google.common.base.Preconditions.checkNotNull;
60 this.delegate = checkNotNull(delegate);
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 18 import static com.android.internal.util.Preconditions.checkNotNull;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 295 public static <T> T checkNotNull(T object) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 158 mAxis = Preconditions.checkNotNull(axis, "missing axis");
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 47 import static com.android.internal.util.Preconditions.checkNotNull;
    [all...]

Completed in 700 milliseconds

<<11121314151617