Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DShutdownCheckPointsTest.java225 ShutdownCheckPoints limitedInstance = new ShutdownCheckPoints(mTestInjector); in testTooManyEntriesDropsOlderOnes() local
228 limitedInstance.recordCheckPointInternal("intent.1", "app.1", "reason1"); in testTooManyEntriesDropsOlderOnes()
230 limitedInstance.recordCheckPointInternal("intent.2", "app.2", "reason2"); in testTooManyEntriesDropsOlderOnes()
232 limitedInstance.recordCheckPointInternal("intent.3", "app.3", "reason3"); in testTooManyEntriesDropsOlderOnes()
244 dumpToString(limitedInstance)); in testTooManyEntriesDropsOlderOnes()