Searched refs:WTF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportUtils.java48 if (priority == Priority.WTF) {
67 * Create our own constants so we can log WTF using the same APIs. Except for {@link
68 * Priority#WTF} all the others have the same value, so can be used directly
70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF})
78 int WTF = -1; field in interface:TransportUtils.Priority

Completed in 40 milliseconds