Searched refs:mOnlyCore (Results 1 – 4 of 4) sorted by relevance
197 private boolean mOnlyCore; field in SystemServer440 mOnlyCore = true; in startBootstrapServices()443 mOnlyCore = true; in startBootstrapServices()449 mFactoryTestMode != FactoryTest.FACTORY_TEST_OFF, mOnlyCore); in startBootstrapServices()457 if (!mOnlyCore) { in startBootstrapServices()610 !mFirstBoot, mOnlyCore); in startOtherServices()704 if (!mOnlyCore) { in startOtherServices()883 if (mountService != null && !mOnlyCore) { in startOtherServices()1253 mDisplayManagerService.systemReady(safeMode, mOnlyCore); in startOtherServices()1296 if (!mOnlyCore) { in startOtherServices()
151 public boolean mOnlyCore; field in DisplayManagerService287 mOnlyCore = onlyCore; in systemReady()668 return !mSafeMode && !mOnlyCore; in shouldRegisterNonEssentialDisplayAdaptersLocked()1021 pw.println(" mOnlyCode=" + mOnlyCore); in dumpInternal()
530 final boolean mOnlyCore; field in PackageManagerService2231 mOnlyCore = onlyCore; in PackageManagerService()2470 if (!mOnlyCore) { in PackageManagerService()2541 if (!mOnlyCore) { in PackageManagerService()2787 if (!mOnlyCore) { in PackageManagerService()2861 return mOnlyCore;6817 pp.setOnlyCoreApps(mOnlyCore);19364 if ((flags & StorageManager.FLAG_STORAGE_DE) != 0 && !mOnlyCore) {19372 if ((flags & StorageManager.FLAG_STORAGE_CE) != 0 && !mOnlyCore) {19469 } else if (!mOnlyCore) {
862 final boolean mOnlyCore; field in WindowManagerService941 mOnlyCore = onlyCore; in WindowManagerService()5799 && !mOnlyCore; in checkWaitingForWindowsLocked()5852 + " mOnlyCore=" + mOnlyCore, in performEnableScreen()