Searched refs:ASSERTIONS_ENABLED (Results 1 – 5 of 5) sorted by relevance
38 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()53 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()83 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()98 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()115 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()135 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()153 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()173 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()190 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()209 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()[all …]
67 internal val ASSERTIONS_ENABLED = CoroutineId::class.java.desiredAssertionStatus() in <lambda>() constant72 DEBUG_PROPERTY_VALUE_AUTO, null -> ASSERTIONS_ENABLED in <lambda>()94 if (ASSERTIONS_ENABLED && !value()) throw AssertionError() in assert()
47 public static final boolean ASSERTIONS_ENABLED = true; field in ExoPlayerLibraryInfo