Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java65 static class TestFuncInterface extends Binder { class in MemoryConsumerService
70 TestFuncInterface(final BooleanSupplier testFunc) { in TestFuncInterface() method in MemoryConsumerService.TestFuncInterface
123 testFunc.transact(TestFuncInterface.ACTION_TEST, data, reply, 0); in fillUpMemoryAndCheck()
145 final TestFuncInterface testFunc, String instanceName) throws Exception { in bindToService()
DActivityManagerAppExitInfoTest.java408 final MemoryConsumerService.TestFuncInterface testFunc, in fillUpMemoryAndCheck()
452 final MemoryConsumerService.TestFuncInterface testFunc = in testLmkdKill()
453 new MemoryConsumerService.TestFuncInterface(() -> { in testLmkdKill()