Searched refs:FACTORY_TEST_OFF (Results 1 – 5 of 5) sorted by relevance
30 public static final int FACTORY_TEST_OFF = 0; field in FactoryTest
875 boolean uidRestricted = FactoryTest.getMode() == FactoryTest.FACTORY_TEST_OFF; in applyUidSecurityPolicy()
852 mFactoryTestMode != FactoryTest.FACTORY_TEST_OFF, mOnlyCore); in startBootstrapServices()
52 import static android.os.FactoryTest.FACTORY_TEST_OFF;6719 if (mFactoryTest == FACTORY_TEST_OFF) { in isFactoryTestProcess()
47 import static android.os.FactoryTest.FACTORY_TEST_OFF;2565 mFactoryTest = FACTORY_TEST_OFF; in ActivityManagerService()