HomeSort by relevance Sort by last modified time
    Searched defs:checkNotNull (Results 51 - 75 of 528) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/internal/util/
SourceProvider.java 82 Preconditions.checkNotNull(stackTraceElements, "The stack trace elements cannot be null.");
97 Preconditions.checkNotNull(moduleClassNames, "The list of module class names cannot be null.");
  /external/guice/core/src/com/google/inject/spi/
ElementSource.java 96 Preconditions.checkNotNull(declaringSource, "declaringSource cannot be null.");
97 Preconditions.checkNotNull(moduleSource, "moduleSource cannot be null.");
98 Preconditions.checkNotNull(partialCallStack, "partialCallStack cannot be null.");
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSystemProperties.java 81 Preconditions.checkNotNull(is, "could not find build.prop");
  /external/vogar/src/vogar/commands/
VmCommandBuilder.java 32 import static com.google.common.base.Preconditions.checkNotNull;
143 checkNotNull(mainClass, "mainClass may not be null");
  /frameworks/base/core/java/android/content/res/
ApkAssets.java 115 Preconditions.checkNotNull(path, "path");
122 Preconditions.checkNotNull(fd, "fd");
123 Preconditions.checkNotNull(friendlyName, "friendlyName");
150 Preconditions.checkNotNull(fileName, "fileName");
  /frameworks/base/core/java/android/hardware/camera2/params/
Face.java 90 checkNotNull("bounds", bounds);
254 private static void checkNotNull(String name, Object obj) {
MeteringRectangle.java 113 checkNotNull(xy, "xy must not be null");
114 checkNotNull(dimensions, "dimensions must not be null");
135 checkNotNull(rect, "rect must not be null");
ReprocessFormatsMap.java 74 checkNotNull(entry, "entry must not be null");
RggbChannelVector.java 148 checkNotNull(destination, "destination must not be null");
  /frameworks/base/core/java/android/hardware/location/
ContextHubClient.java 67 Preconditions.checkNotNull(clientProxy, "IContextHubClient cannot be null");
120 Preconditions.checkNotNull(message, "NanoAppMessage cannot be null");
  /frameworks/base/core/java/android/print/
PrintServiceRecommendationsLoader.java 53 super(Preconditions.checkNotNull(context));
55 mPrintManager = Preconditions.checkNotNull(printManager);
PrintServicesLoader.java 57 super(Preconditions.checkNotNull(context));
59 mPrintManager = Preconditions.checkNotNull(printManager);
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 109 public static @NonNull <T> T checkNotNull(final T reference) {
126 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) {
144 public static @NonNull <T> T checkNotNull(final T reference,
477 checkNotNull(value, valueName + " must not be null");
513 checkNotNull(value, valueName + " must not be null");
  /frameworks/base/telephony/java/android/telephony/euicc/
DownloadableSubscription.java 160 Preconditions.checkNotNull(encodedActivationCode, "Activation code may not be null");
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
IdentifierExpr.java 68 Preconditions.checkNotNull(mUserDefinedType, ErrorMessages.UNDEFINED_VARIABLE, mName);
  /frameworks/support/compat/src/main/java/androidx/core/util/
Preconditions.java 97 public static @NonNull <T> T checkNotNull(final T reference) {
114 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) {
445 checkNotNull(value, valueName + " must not be null");
  /frameworks/support/emoji/bundled/src/main/java/androidx/emoji/bundled/
BundledEmojiCompatConfig.java 57 Preconditions.checkNotNull(loaderCallback, "loaderCallback cannot be null");
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiEditTextHelper.java 83 Preconditions.checkNotNull(editText, "editText cannot be null");
128 Preconditions.checkNotNull(keyListener, "keyListener cannot be null");
EmojiTextViewHelper.java 73 Preconditions.checkNotNull(textView, "textView cannot be null");
  /libcore/ojluni/src/main/java/java/nio/channels/
Channels.java 66 private static void checkNotNull(Object o, String name) {
125 checkNotNull(ch, "ch");
144 checkNotNull(ch, "ch");
201 checkNotNull(ch, "ch");
275 checkNotNull(ch, "ch");
348 checkNotNull(in, "in");
423 checkNotNull(out, "out");
502 checkNotNull(ch, "ch");
538 checkNotNull(csName, "csName");
571 checkNotNull(ch, "ch")
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/
SoftPreconditions.java 94 public static <T> T checkNotNull(
113 public static <T> T checkNotNull(final T reference) {
114 return checkNotNull(reference, null, null);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 175 public static <T> T checkNotNull(T reference) {
192 public static <T> T checkNotNull(T reference, Object errorMessage) {
216 public static <T> T checkNotNull(T reference, String errorMessageTemplate,
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
FileUseMapEntry.java 103 Preconditions.checkNotNull(store, "store == null");
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
LittleEndianUtils.java 47 Preconditions.checkNotNull(bytes, "bytes == null");
73 Preconditions.checkNotNull(bytes, "bytes == null");
100 Preconditions.checkNotNull(output, "output == null");
122 Preconditions.checkNotNull(output, "output == null");
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1GeneralString.java 78 Preconditions.checkNotNull(value, "No value set.");

Completed in 1032 milliseconds

1 23 4 5 6 7 8 91011>>