Searched refs:setupBcb (Results 1 – 5 of 5) sorted by relevance
29 boolean setupBcb(in String command); in setupBcb() method
640 if (!rs.setupBcb(command)) { in installPackage()842 if (!rs.setupBcb(command)) { in scheduleUpdateOnBoot()1394 private boolean setupBcb(String command) { in setupBcb() method in RecoverySystem1396 return mService.setupBcb(command); in setupBcb()
160 assertThat(mRecoverySystemService.setupBcb("foo"), is(true)); in setupBcb_success()174 assertThat(mRecoverySystemService.setupBcb("foo"), is(false)); in setupBcb_uncrypt_failure()186 mRecoverySystemService.setupBcb("foo"); in setupBcb_noPerm()
524 public boolean setupBcb(String command) { in setupBcb() method in RecoverySystemService
36336 Landroid/os/IRecoverySystem$Stub$Proxy;->setupBcb(Ljava/lang/String;)Z36346 Landroid/os/IRecoverySystem;->setupBcb(Ljava/lang/String;)Z37779 Landroid/os/RecoverySystem;->setupBcb(Ljava/lang/String;)Z