Home
last modified time | relevance | path

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

12345678910>>...52

/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions
943 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
961 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions
992 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1008 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1024 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1040 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1056 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull() method in Preconditions
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull() method in Preconditions
943 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
961 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull() method in Preconditions
992 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1008 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1024 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1040 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
1056 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
[all …]
/aosp_15_r20/external/dagger2/java/dagger/internal/
H A DPreconditions.java32 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
47 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
97 public static <T> T checkNotNull( in checkNotNull() method in Preconditions
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex30/turbine/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex30/turbine-combined/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex33/turbine-combined/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common_apex33/turbine/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common/turbine-combined/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common/turbine/
Dmodules-utils-preconditions.jarcom/android/internal/util/Preconditions.class <Unknown> package com.android. ...
/aosp_15_r20/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
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/
H A DChecks.java13 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() method in Checks
17 public static <T> T checkNotNull(T value, String checkedValue, String additionalMessage) { in checkNotNull() method in Checks
/aosp_15_r20/external/dagger2/java/dagger/hilt/internal/
H A DPreconditions.java32 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
47 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/aosp_15_r20/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
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/
DPreconditions.java150 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions
170 public static @NonNull <T> T checkNotNull( in checkNotNull() method in Preconditions
188 public static @NonNull <T> T checkNotNull( in checkNotNull() method in Preconditions
/aosp_15_r20/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
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DPreconditions.java85 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions
105 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose-android/2.9.0-alpha08/androidx.lifecycle_lifecycle-viewmodel-compose/android_common/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
Dandroidx.lifecycle_lifecycle-viewmodel-compose.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose-android/2.9.0-alpha08/androidx.lifecycle_lifecycle-viewmodel-compose/android_common_apex34/aar/
Dandroidx.lifecycle_lifecycle-viewmodel-compose.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-compose-android/2.9.0-alpha08/androidx.lifecycle_lifecycle-viewmodel-compose/android_common_apex30/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
Dandroidx.lifecycle_lifecycle-viewmodel-compose.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/viewmodel/ androidx/lifecycle ...
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DAssertions.java152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Assertions
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() method in Assertions
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DAssertions.java152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() method in Assertions
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull() method in Assertions
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-preconditions/android_common/javac/
Dmodules-utils-preconditions.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...52