Searched refs:rebootWithLskf (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/ |
D | RecoverySystemServiceTest.java | 288 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, "foobar", true); in requestLskf_subsequentRequestNotClearPrepared() 380 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, null, true); in rebootWithLskf_protected() 394 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, "ab-update", true); in rebootWithLskf_Success() 407 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, "ab-update", false)); in rebootWithLskf_slotMismatch_Failure() 413 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, null, true)); in rebootWithLskf_withoutPrepare_Failure() 419 mRecoverySystemService.rebootWithLskf(null, null, true)); in rebootWithLskf_withNullCallerId_Failure() 431 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, "ab-update", true); in rebootWithLskf_multiClient_ClientASuccess() 448 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, "ab-update", true); in rebootWithLskf_multiClient_success_reportMetrics() 470 mRecoverySystemService.rebootWithLskf(FAKE_OTA_PACKAGE_NAME, null, true)); in rebootWithLskf_multiClient_ClientBSuccess() 477 mRecoverySystemService.rebootWithLskf(FAKE_OTHER_PACKAGE_NAME, "ab-update", true); in rebootWithLskf_multiClient_ClientBSuccess() [all …]
|
/frameworks/base/core/java/android/os/ |
D | IRecoverySystem.aidl | 37 int rebootWithLskf(in String packageName, in String reason, in boolean slotSwitch); in rebootWithLskf() method
|
D | RecoverySystem.java | 807 return rs.rebootWithLskf(context.getPackageName(), reason, slotSwitch); in rebootAndApply() 1482 private @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf() method in RecoverySystem 1485 return mService.rebootWithLskf(packageName, reason, slotSwitch); in rebootWithLskf()
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemShellCommand.java | 104 boolean success = (mService.rebootWithLskf(packageName, rebootReason, false) in rebootAndApply()
|
D | RecoverySystemService.java | 968 public @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf() method in RecoverySystemService
|