Searched refs:mFactoryTest (Results 1 – 6 of 6) sorted by relevance
137 private boolean mFactoryTest; field in ContentService182 if (mSyncManager == null) mSyncManager = new SyncManager(mContext, mFactoryTest); in getSyncManager()279 mFactoryTest = factoryTest; in ContentService()
212 if (mService.mFactoryTest != FACTORY_TEST_LOW_LEVEL in startSetupActivity()
520 final int mFactoryTest; field in ActivityTaskManagerService688 mFactoryTest = FactoryTest.getMode(); in ActivityTaskManagerService()5855 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in getHomeIntent()5882 if (mFactoryTest != FactoryTest.FACTORY_TEST_LOW_LEVEL) { in getSecondaryHomeIntent()6702 if (mFactoryTest == FACTORY_TEST_OFF) { in isFactoryTestProcess()6705 if (mFactoryTest == FACTORY_TEST_LOW_LEVEL && mTopComponent != null in isFactoryTestProcess()6709 return mFactoryTest == FACTORY_TEST_HIGH_LEVEL in isFactoryTestProcess()6717 if (mFactoryTest != FACTORY_TEST_LOW_LEVEL) { in updateTopComponentForFactoryTest()
584 if (mService.mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL in canStartHomeOnDisplay()
1193 final int mFactoryTest; field in ActivityManagerService2430 mFactoryTest = FACTORY_TEST_OFF; in ActivityManagerService()2440 mFactoryTest = FactoryTest.getMode(); in ActivityManagerService()5282 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL) { in finishBooting()7573 if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL) return; in startPersistentApps()10850 + " mFactoryTest=" + mFactoryTest); in dumpProcessesLocked()11141 proto.write(ActivityManagerServiceDumpProcessesProto.FACTORY_TEST, mFactoryTest); in writeProcessesToProtoLocked()
644 final boolean mFactoryTest; field in PackageManagerService2400 mFactoryTest = factoryTest; in PackageManagerService()9387 final ScanResult scanResult = scanPackageOnlyLI(request, mFactoryTest, -1L);10980 return scanPackageOnlyLI(request, mFactoryTest, currentTime);