Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DObjectTracker.java41 final Consumable mConsumable; field in ObjectTracker.ConsumableEntry
46 mConsumable = consumable; in ConsumableEntry()
114 if (!entry.mConsumable.isConsumed()) { in tearDown()
115 StateLogger.logE("Found unconsumed object " + entry.mConsumable in tearDown()
118 new IllegalStateException("Unconsumed object " + entry.mConsumable); in tearDown()