Searched refs:mDynSystem (Results 1 – 2 of 2) sorted by relevance
182 private final DynamicSystemManager mDynSystem; field in InstallationAsyncTask229 mDynSystem = dynSystem; in InstallationAsyncTask()248 mDynSystem.remove(); in doInBackground()252 mDynSystem.startInstallation(mDsuSlot); in doInBackground()256 mDynSystem.remove(); in doInBackground()260 mDynSystem.finishInstallation(); in doInBackground()265 mDynSystem.remove(); in doInBackground()280 mDynSystem.remove(); in doInBackground()285 mDynSystem.finishInstallation(); in doInBackground()288 mDynSystem.remove(); in doInBackground()[all …]
160 private DynamicSystemManager mDynSystem; field in DynamicSystemInstallationService178 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()331 url, dsuSlot, publicKey, systemSize, userdataSize, this, mDynSystem, this); in executeInstallCommand()377 mDynSystem.remove(); in executeDiscardCommand()386 enabled = mDynSystem.setEnable(true, mOneShot); in executeRebootToDynSystemCommand()409 mDynSystem.remove(); in executeRebootToDynSystemCommand()417 return mDynSystem.getActiveDsuSlot().endsWith(".lock"); in isDsuSlotLocked()429 if (!mDynSystem.setEnable(/* enable = */ false, /* oneShot = */ false)) { in executeRebootToNormalCommand()743 return mDynSystem.isInUse(); in isInDynamicSystem()747 return mDynSystem.isInstalled(); in isDynamicSystemInstalled()