Searched defs:checkNotNull (Results 1 - 9 of 9) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DPreconditions.java29 public static void checkNotNull(Object value, String error, Object... args) { method in class:Preconditions
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DPreconditions.java80 * Returns the value directly, so you can use {@code checkNotNull("value", value)} inline.
89 public static <T> T checkNotNull(String argName, T arg) { method in class:Preconditions
101 * Returns the value directly, so you can use {@code checkNotNull("value", value)} inline.
109 public static <T> T checkNotNull(T arg) { method in class:Preconditions
110 return checkNotNull("", arg);
/frameworks/support/compat/src/main/java/androidx/core/util/
H A DPreconditions.java97 public static @NonNull <T> T checkNotNull(final T reference) { method in class:Preconditions
114 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { method in class:Preconditions
445 checkNotNull(value, valueName + " must not be null");
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java90 checkNotNull("bounds", bounds);
254 private static void checkNotNull(String name, Object obj) { method in class:Face
/frameworks/base/core/java/com/android/internal/util/
H A DPreconditions.java109 public static @NonNull <T> T checkNotNull(final T reference) { method in class:Preconditions
126 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { method in class:Preconditions
144 public static @NonNull <T> T checkNotNull(final T reference, method in class:Preconditions
477 checkNotNull(value, valueName + " must not be null");
513 checkNotNull(value, valueName + " must not be null");
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java64 public static <T> T checkNotNull(T object) { method in class:Utils
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java591 checkNotNull(service);
601 checkNotNull(service);
608 checkNotNull(service);
620 checkNotNull(guest.service);
1093 private void checkNotNull(IInterface service) { method in class:ManagedServices
/frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
H A DContentRecommendation.java751 mBuilderIdTag = checkNotNull(idTag);
762 mBuilderTitle = checkNotNull(title);
798 mBuilderContentImage = checkNotNull(image);
933 mBuilderContentIntentData.mIntent = checkNotNull(intent);
989 mBuilderContentTypes = checkNotNull(types);
1018 mBuilderPriceType = checkNotNull(priceType);
1044 mBuilderMaturityRating = checkNotNull(maturityRating);
1156 private static <T> T checkNotNull(final T reference) { method in class:ContentRecommendation
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1766 milliseconds