Searched refs:isPreparedForUnattendedUpdate (Results 1 – 3 of 3) sorted by relevance
171 public boolean isPreparedForUnattendedUpdate(@NonNull Context context) throws IOException { in isPreparedForUnattendedUpdate() method in UnattendedRebootManager.InjectorImpl172 return RecoverySystem.isPreparedForUnattendedUpdate(context); in isPreparedForUnattendedUpdate()422 boolean isPrepared = mInjector.isPreparedForUnattendedUpdate(mContext);
50 boolean isPreparedForUnattendedUpdate(@NonNull Context context) throws IOException; in isPreparedForUnattendedUpdate() method
163 assertTrue(mFakeInjector.isPreparedForUnattendedUpdate(mContext)); in maybePrepareUnattendedReboot()485 public boolean isPreparedForUnattendedUpdate(@NonNull Context context) { in isPreparedForUnattendedUpdate() method in UnattendedRebootManagerTest.FakeInjector