Home
last modified time | relevance | path

Searched refs:mDynSystem (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java229 mDynSystem = dynSystem; in InstallationAsyncTask()
248 mDynSystem.remove(); 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()
323 if (mDynSystem.abort()) { in onCancelled()
519 if (!mDynSystem.closePartition()) { in installWritablePartition()
[all …]
H A DDynamicSystemInstallationService.java170 private DynamicSystemManager mDynSystem; field in DynamicSystemInstallationService
188 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
341 url, dsuSlot, publicKey, systemSize, userdataSize, this, mDynSystem, this); in executeInstallCommand()
387 mDynSystem.remove(); in executeDiscardCommand()
396 enabled = mDynSystem.setEnable(true, mOneShot); in executeRebootToDynSystemCommand()
419 mDynSystem.remove(); in executeRebootToDynSystemCommand()
427 return mDynSystem.getActiveDsuSlot().endsWith(".lock"); in isDsuSlotLocked()
439 if (!mDynSystem.setEnable(/* enable = */ false, /* oneShot = */ false)) { in executeRebootToNormalCommand()
753 return mDynSystem.isInUse(); in isInDynamicSystem()
757 return mDynSystem.isInstalled(); in isDynamicSystemInstalled()