Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java162 mDynSystem = dynSystem; in InstallationAsyncTask()
180 mDynSystem.remove(); in doInBackground()
188 mDynSystem.remove(); in doInBackground()
192 mDynSystem.finishInstallation(); in doInBackground()
197 mDynSystem.remove(); in doInBackground()
212 mDynSystem.remove(); in doInBackground()
217 mDynSystem.finishInstallation(); in doInBackground()
220 mDynSystem.remove(); in doInBackground()
255 if (mDynSystem.abort()) { in onCancelled()
365 if (!mDynSystem.closePartition()) { in installWritablePartition()
[all …]
H A DDynamicSystemInstallationService.java132 private DynamicSystemManager mDynSystem; field in DynamicSystemInstallationService
153 mDynSystem = (DynamicSystemManager) getSystemService(Context.DYNAMIC_SYSTEM_SERVICE); in onCreate()
284 url, dsuSlot, publicKey, systemSize, userdataSize, this, mDynSystem, this); in executeInstallCommand()
330 mDynSystem.remove(); in executeDiscardCommand()
339 enabled = mDynSystem.setEnable(true, true); in executeRebootToDynSystemCommand()
362 mDynSystem.remove(); in executeRebootToDynSystemCommand()
371 if (!mDynSystem.setEnable(/* enable = */ false, /* oneShot = */ false)) { in executeRebootToNormalCommand()
637 return mDynSystem.isInUse(); in isInDynamicSystem()
641 return mDynSystem.isInstalled(); in isDynamicSystemInstalled()