Searched refs:isExempt (Results 1 – 2 of 2) sorted by relevance
127 emit(!isExempt()) in isArchivingEnabled()132 private suspend fun isExempt(): Boolean = withContext(Dispatchers.IO) { in isArchivingEnabled() method
97 if (isExempt(method)) { in checkForAnnotation()238 private static boolean isExempt(Method method) { in isExempt() method in AnnotationHelper