Searched defs:getLogTag (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/binder/tests/ | ||
D | binderSafeInterfaceTest.cpp | 188 static constexpr const char* getLogTag() { return "BpCallback"; } in getLogTag() function in android::tests::BpCallback |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/logging/ | ||
D | QSTileLogger.kt | 209 private fun TileSpec.getLogTag(): String = "${TAG_FORMAT_PREFIX}_${this.spec}" in getLogTag() method |