Home
last modified time | relevance | path

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

/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java116 private ProfilingManager mProfilingManager = null; field in ProfilingFrameworkTests
129 mProfilingManager = mContext.getSystemService(ProfilingManager.class); in setup()
143 mProfilingManager.mProfilingService = null; in cleanup()
150 assertNotNull(mProfilingManager); in createServiceTest()
157 if (mProfilingManager == null) throw new TestException("mProfilingManager can not be null"); in testInvalidProfilingType()
162 mProfilingManager.requestProfiling( in testInvalidProfilingType()
180 if (mProfilingManager == null) throw new TestException("mProfilingManager can not be null"); in testInvalidProfilingParams()
189 mProfilingManager.requestProfiling( in testInvalidProfilingParams()
208 if (mProfilingManager == null) throw new TestException("mProfilingManager can not be null"); in testRequestJavaHeapDumpSuccess()
215 mProfilingManager.requestProfiling( in testRequestJavaHeapDumpSuccess()
[all …]