Searched refs:LoggingLevel (Results 1 – 2 of 2) sorted by relevance
28 import android.view.contentcapture.ContentCaptureManager.LoggingLevel;57 @LoggingLevel75 public static void setLoggingLevel(@LoggingLevel int level) { in setLoggingLevel()96 public static String getLoggingLevelAsString(@LoggingLevel int level) { in getLoggingLevelAsString()
351 public @interface LoggingLevel {} annotation in ContentCaptureManager