Searched refs:mProfilingManager (Results 1 – 1 of 1) sorted by relevance
116 private ProfilingManager mProfilingManager = null; field in ProfilingFrameworkTests129 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 …]