Home
last modified time | relevance | path

Searched defs:getLevelString (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/lint/
H A DLint.cpp34 std::string Lint::getLevelString() const { in getLevelString() function in android::Lint
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogSaver.java275 private static String getLevelString(final int level) { in getLevelString() method in LogSaver