Searched refs:mFactoryTest (Results 1 – 3 of 3) sorted by relevance
66 private boolean mFactoryTest; field in ContentService79 if (mSyncManager == null) mSyncManager = new SyncManager(mContext, mFactoryTest); in getSyncManager()157 mFactoryTest = factoryTest; in ContentService()
1009 int mFactoryTest; field in ActivityManagerService2291 mFactoryTest = FactoryTest.getMode(); in ActivityManagerService()3259 if (mFactoryTest != FactoryTest.FACTORY_TEST_OFF) { in startProcessLocked()3260 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL in startProcessLocked()3265 if (mFactoryTest == FactoryTest.FACTORY_TEST_HIGH_LEVEL in startProcessLocked()3423 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in getHomeIntent()3430 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL in startHomeActivityLocked()3495 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL && in startSetupActivityLocked()6350 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in finishBooting()11740 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL) { in systemReady()[all …]
428 final boolean mFactoryTest; field in PackageManagerService1808 mFactoryTest = factoryTest; in PackageManagerService()7103 if (mFactoryTest && pkg.requestedPermissions.contains( in scanPackageDirtyLI()