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

/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DUtils.java37 public static final void checkNotNull(Object object) { method in class:Utils
/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/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");
/frameworks/support/compat/java/android/support/v4/util/
H A DPreconditions.java95 public static @NonNull <T> T checkNotNull(final T reference) { method in class:Preconditions
112 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { method in class:Preconditions
443 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.java292 checkNotNull(service);
302 checkNotNull(service);
309 checkNotNull(service);
321 checkNotNull(guest.service);
783 private void checkNotNull(IInterface service) { method in class:ManagedServices
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java750 mBuilderIdTag = checkNotNull(idTag);
761 mBuilderTitle = checkNotNull(title);
797 mBuilderContentImage = checkNotNull(image);
932 mBuilderContentIntentData.mIntent = checkNotNull(intent);
988 mBuilderContentTypes = checkNotNull(types);
1017 mBuilderPriceType = checkNotNull(priceType);
1043 mBuilderMaturityRating = checkNotNull(maturityRating);
1155 private static <T> T checkNotNull(final T reference) { method in class:ContentRecommendation
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java704 mContext = checkNotNull(context, "missing Context");
705 mNetd = checkNotNull(netManager, "missing INetworkManagementService");
706 mStatsService = checkNotNull(statsService, "missing INetworkStatsService");
707 mPolicyManager = checkNotNull(policyManager, "missing INetworkPolicyManager");
708 mPolicyManagerInternal = checkNotNull(
3357 private static <T> T checkNotNull(T value, String message) { method in class:ConnectivityService
4130 checkNotNull(operation, "PendingIntent cannot be null.");
4156 checkNotNull(operation, "PendingIntent cannot be null.");
4215 checkNotNull(operation, "PendingIntent cannot be null.");
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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 3468 milliseconds