Searched refs:mFactoryTest (Results 1 – 2 of 2) sorted by relevance
113 private boolean mFactoryTest; field in ContentService156 if (mSyncManager == null) mSyncManager = new SyncManager(mContext, mFactoryTest); in getSyncManager()247 mFactoryTest = factoryTest; in ContentService()
1292 volatile int mFactoryTest; field in ActivityManagerService2724 mFactoryTest = FactoryTest.getMode(); in ActivityManagerService()3829 if (mFactoryTest != FactoryTest.FACTORY_TEST_OFF) { in startProcessLocked()3830 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL in startProcessLocked()3835 if (mFactoryTest == FactoryTest.FACTORY_TEST_HIGH_LEVEL in startProcessLocked()4042 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in getHomeIntent()4049 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL in startHomeActivityLocked()4118 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL && in startSetupActivityLocked()7171 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in finishBooting()12003 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL) return;[all …]