Searched refs:setupBcb (Results 1 – 5 of 5) sorted by relevance
117 assertThat(mRecoverySystemService.setupBcb("foo"), is(true)); in setupBcb_success()131 assertThat(mRecoverySystemService.setupBcb("foo"), is(false)); in setupBcb_uncrypt_failure()143 mRecoverySystemService.setupBcb("foo"); in setupBcb_noPerm()
26 boolean setupBcb(in String command); in setupBcb() method
605 if (!rs.setupBcb(command)) { in installPackage()662 if (!rs.setupBcb(command)) { in scheduleUpdateOnBoot()1176 private boolean setupBcb(String command) { in setupBcb() method in RecoverySystem1178 return mService.setupBcb(command); in setupBcb()
237 public boolean setupBcb(String command) { in setupBcb() method in RecoverySystemService
50818 Landroid/os/IRecoverySystem$Stub$Proxy;->setupBcb(Ljava/lang/String;)Z50828 Landroid/os/IRecoverySystem;->setupBcb(Ljava/lang/String;)Z52300 Landroid/os/RecoverySystem;->setupBcb(Ljava/lang/String;)Z