Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java70 TestFuncInterface(final BooleanSupplier testFunc) { in TestFuncInterface() argument
71 mTestFunc = testFunc; in TestFuncInterface()
87 private boolean fillUpMemoryAndCheck(final long totalMb, final IBinder testFunc) { in fillUpMemoryAndCheck() argument
123 testFunc.transact(TestFuncInterface.ACTION_TEST, data, reply, 0); in fillUpMemoryAndCheck()
145 final TestFuncInterface testFunc, String instanceName) throws Exception { in bindToService() argument
149 bundle.putBinder(EXTRA_TEST_FUNC, testFunc); in bindToService()
DActivityManagerAppExitInfoTest.java408 final MemoryConsumerService.TestFuncInterface testFunc, in fillUpMemoryAndCheck() argument
413 mContext, testFunc, procNamePrefix + mProcSeqNum++); in fillUpMemoryAndCheck()
425 p = MemoryConsumerService.bindToService(mContext, testFunc, in fillUpMemoryAndCheck()
452 final MemoryConsumerService.TestFuncInterface testFunc = in testLmkdKill() local
471 List<ServiceConnection> services = fillUpMemoryAndCheck(testFunc, list); in testLmkdKill()