Home
last modified time | relevance | path

Searched defs:checkStateNotNull (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull() method in Assertions
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() method in Assertions
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull() method in Assertions
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() method in Assertions