Home
last modified time | relevance | path

Searched defs:checkNotNull (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/errorprone/tests/res/android/util/
H A DPreconditions.java28 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
32 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DPreconditions.java89 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions
109 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions
/aosp12/packages/apps/TV/common/src/com/android/tv/common/
H A DSoftPreconditions.java94 public static <T> T checkNotNull( in checkNotNull() method in SoftPreconditions
113 public static <T> T checkNotNull(final T reference) { in checkNotNull() method in SoftPreconditions
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPreconditions.java110 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions
127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions
145 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull() method in Preconditions
/aosp12/frameworks/libs/modules-utils/java/com/android/internal/util/
H A DPreconditions.java145 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions
165 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions
181 public static @NonNull <T> T checkNotNull( in checkNotNull() method in Preconditions
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java253 private static void checkNotNull(String name, Object obj) { in checkNotNull() method in Face
/aosp12/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
H A DCaptivePortalProbeSpec.java202 private static <T> T checkNotNull(T object) { in checkNotNull() method in CaptivePortalProbeSpec
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
/aosp12/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java629 private static @NonNull <T> T checkNotNull( in checkNotNull() method in Ikev2VpnProfile
/aosp12/art/test/710-varhandle-creation/src/
H A DMain.java236 private static void checkNotNull(VarHandle v) { in checkNotNull() method in Main
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-2.23.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/Binds.class Binds ...
H A Dauto-factory-1.0-beta6.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java295 public static <T> T checkNotNull(T object) { in checkNotNull() method in Util
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgrpc-context-1.19.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java331 public static <T> T checkNotNull(T object) { in checkNotNull() method in CameraUtil
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1641 private void checkNotNull(IInterface service) { in checkNotNull() method in ManagedServices
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java3941 private static <T> T checkNotNull(T value, String message) { in checkNotNull() method in ConnectivityService
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12