Home
last modified time | relevance | path

Searched refs:icingTag (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java2822 String icingTag = IcingSearchEngine.getLoggingTag(); in syncLoggingLevelToIcing() local
2823 if (icingTag == null) { in syncLoggingLevelToIcing()
2828 if (Log.isLoggable(icingTag, Log.VERBOSE)) { in syncLoggingLevelToIcing()
2833 } else if (Log.isLoggable(icingTag, Log.DEBUG)) { in syncLoggingLevelToIcing()
2839 if (Log.isLoggable(icingTag, Log.INFO)) { in syncLoggingLevelToIcing()
2844 if (Log.isLoggable(icingTag, Log.WARN)) { in syncLoggingLevelToIcing()
2846 } else if (Log.isLoggable(icingTag, Log.ERROR)) { in syncLoggingLevelToIcing()