Home
last modified time | relevance | path

Searched refs:rebootWithLskf (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
DRecoverySystemServiceTest.java239 assertThat(mRecoverySystemService.rebootWithLskf("test", null), is(false)); in requestLskf_subsequentRequestClearsPrepared()
240 assertThat(mRecoverySystemService.rebootWithLskf("test2", "foobar"), is(false)); in requestLskf_subsequentRequestClearsPrepared()
243 assertThat(mRecoverySystemService.rebootWithLskf("test2", "foobar"), is(true)); in requestLskf_subsequentRequestClearsPrepared()
284 mRecoverySystemService.rebootWithLskf("test1", null); in rebootWithLskf_protected()
291 assertThat(mRecoverySystemService.rebootWithLskf("test", "ab-update"), is(true)); in rebootWithLskf_Success()
297 assertThat(mRecoverySystemService.rebootWithLskf("test1", null), is(false)); in rebootWithLskf_withoutPrepare_Failure()
302 assertThat(mRecoverySystemService.rebootWithLskf(null, null), is(false)); in rebootWithLskf_withNullUpdateToken_Failure()
/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl32 boolean rebootWithLskf(in String updateToken, in String reason); in rebootWithLskf() method
DRecoverySystem.java702 if (!rs.rebootWithLskf(updateToken, reason)) { in rebootAndApply()
1318 private boolean rebootWithLskf(String updateToken, String reason) throws IOException { in rebootWithLskf() method in RecoverySystem
1320 return mService.rebootWithLskf(updateToken, reason); in rebootWithLskf()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemShellCommand.java76 boolean success = mService.rebootWithLskf(updateToken, rebootReason); in rebootAndApply()
DRecoverySystemService.java358 public boolean rebootWithLskf(String updateToken, String reason) { in rebootWithLskf() method in RecoverySystemService
/frameworks/base/services/
Dart-profile29512 PLcom/android/server/recoverysystem/RecoverySystemService;->rebootWithLskf(Ljava/lang/String;Ljava/…