Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java111 private int mWtfCount = 0; field in RowContentBindStageTest.CountingWtfHandler
124 mWtfCount++; in onTerribleFailure()
128 return mWtfCount; in getWtfCount()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java134 private int mWtfCount = 0; field in ShadeListBuilderTest
1966 mWtfCount = 0; in interceptWtfs()
1971 mWtfCount++; in interceptWtfs()
1990 int wtfCount = mWtfCount; in expectWtfs()
1993 mWtfCount = 0; in expectWtfs()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java467 private int mWtfCount = 0; field in ShortcutService
4801 pw.println(mWtfCount);
5222 mWtfCount++;