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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 90 mCaptureCollector = checkNotNull(configure.collector);
213 checkNotNull(collector, "collector must not be null");
LegacyFaceDetectMapper.java 72 mCamera = checkNotNull(camera, "camera must not be null");
73 checkNotNull(characteristics, "characteristics must not be null");
123 checkNotNull(captureRequest, "captureRequest must not be null");
208 checkNotNull(result, "result must not be null");
209 checkNotNull(legacyRequest, "legacyRequest must not be null");
RequestHolder.java 74 checkNotNull(request, "request must not be null");
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 253 checkNotNull(surface, "Surface must not be null");
296 checkNotNull(klass, "surfaceSize must not be null");
297 checkNotNull(klass, "klass must not be null");
447 checkNotNull(surface, "Surface must not be null");
    [all...]
TonemapCurve.java 106 checkNotNull(red, "red must not be null");
107 checkNotNull(green, "green must not be null");
108 checkNotNull(blue, "blue must not be null");
235 checkNotNull(destination, "destination must not be null");
  /frameworks/base/core/java/android/hardware/location/
ContextHubTransaction.java 294 Preconditions.checkNotNull(listener, "OnCompleteListener cannot be null");
295 Preconditions.checkNotNull(executor, "Executor cannot be null");
343 Preconditions.checkNotNull(response, "Response cannot be null");
  /frameworks/base/core/java/android/service/autofill/
Dataset.java 212 Preconditions.checkNotNull(presentation, "presentation must be non-null");
354 Preconditions.checkNotNull(presentation, "presentation cannot be null");
425 Preconditions.checkNotNull(presentation, "presentation cannot be null");
434 Preconditions.checkNotNull(id, "id cannot be null");
  /frameworks/base/core/java/android/util/
Rational.java 467 checkNotNull(another, "another must not be null");
578 checkNotNull(string, "string must not be null");
  /frameworks/base/core/java/android/view/textclassifier/
TextClassificationManager.java 66 mContext = Preconditions.checkNotNull(context);
150 Preconditions.checkNotNull(classificationContext);
153 Preconditions.checkNotNull(textClassifier, "Session Factory should never return null");
163 Preconditions.checkNotNull(classificationContext);
164 Preconditions.checkNotNull(textClassifier);
251 Preconditions.checkNotNull(context);
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 173 Preconditions.checkNotNull(handler,
  /frameworks/base/media/java/android/media/
DataSourceDesc.java 343 Preconditions.checkNotNull(m2ds);
360 Preconditions.checkNotNull(fd);
382 Preconditions.checkNotNull(fd);
406 Preconditions.checkNotNull(context, "context cannot be null");
407 Preconditions.checkNotNull(uri, "uri cannot be null");
444 Preconditions.checkNotNull(context, "context cannot be null");
445 Preconditions.checkNotNull(uri);
  /frameworks/base/services/core/java/com/android/server/accounts/
CryptoHelper.java 57 Preconditions.checkNotNull(bundle, "Cannot encrypt null bundle.");
79 Preconditions.checkNotNull(bundle, "Cannot decrypt null bundle.");
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessBindable.java 76 .checkNotNull(mProperties, "Must receive app / library info before "
ProcessMethodAdapters.java 61 Preconditions.checkNotNull(modelAnalyzer, "Model analyzer should be"
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
Binding.java 77 Preconditions.checkNotNull(listener, ErrorMessages.CANNOT_FIND_SETTER_CALL, mName,
BindingTarget.java 228 Preconditions.checkNotNull(binding, "cannot find binding for %s", attribute);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java 126 Preconditions.checkNotNull(generatedClassListFile, "Data binding exclude generated task"
188 Preconditions.checkNotNull(compilerCommon, "cannot read compiler common version");
189 Preconditions.checkNotNull(compiler, "cannot read compiler version");
190 Preconditions.checkNotNull(baseLibrary, "cannot read baseLibrary version");
191 Preconditions.checkNotNull(extensions, "cannot read extensions version");
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
FontRequestEmojiCompatConfig.java 185 Preconditions.checkNotNull(context, "Context cannot be null");
186 Preconditions.checkNotNull(request, "FontRequest cannot be null");
207 Preconditions.checkNotNull(loaderCallback, "LoaderCallback cannot be null");
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
SpannableBuilder.java 68 Preconditions.checkNotNull(watcherClass, "watcherClass cannot be null");
78 Preconditions.checkNotNull(watcherClass, "watcherClass cannot be null");
89 Preconditions.checkNotNull(watcherClass, "watcherClass cannot be null");
  /frameworks/support/media/src/main/java/androidx/media/
DataSourceDesc.java 337 Preconditions.checkNotNull(m2ds);
354 Preconditions.checkNotNull(fd);
377 Preconditions.checkNotNull(fd);
401 Preconditions.checkNotNull(context, "context cannot be null");
402 Preconditions.checkNotNull(uri, "uri cannot be null");
433 Preconditions.checkNotNull(context, "context cannot be null");
434 Preconditions.checkNotNull(uri);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraCharacteristicsImpl.java 19 import static com.google.common.base.Preconditions.checkNotNull;
145 checkNotNull(supportedHardwareLevel, "INFO_SUPPORTED_HARDWARE_LEVEL not found");
  /packages/apps/Contacts/src/com/android/contacts/editor/
SelectAccountDialogFragment.java 153 Preconditions.checkNotNull(mAccountsAdapter,
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
Coalescer.java 229 coalescedIds.addCoalescedId(Preconditions.checkNotNull(row.getAsLong(AnnotatedCallLog._ID)));
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 70 Preconditions.checkNotNull(name, "Element name can not be null");
71 Preconditions.checkNotNull(flow, "Element flow can not be null");
181 Preconditions.checkNotNull(name, "Attribute name can not be null");
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1IA5String.java 61 Preconditions.checkNotNull(value, "No value set.");
66 Preconditions.checkNotNull(value, "No value set.");
75 Preconditions.checkNotNull(alphabet);
116 Preconditions.checkNotNull(value, "No value set.");

Completed in 863 milliseconds

1 2 3 4 56 7 8 91011>>