Home
last modified time | relevance | path

Searched refs:isPreparedForUnattendedUpdate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManager.java171 public boolean isPreparedForUnattendedUpdate(@NonNull Context context) throws IOException { in isPreparedForUnattendedUpdate() method in UnattendedRebootManager.InjectorImpl
172 return RecoverySystem.isPreparedForUnattendedUpdate(context); in isPreparedForUnattendedUpdate()
422 boolean isPrepared = mInjector.isPreparedForUnattendedUpdate(mContext);
DUnattendedRebootManagerInjector.java50 boolean isPreparedForUnattendedUpdate(@NonNull Context context) throws IOException; in isPreparedForUnattendedUpdate() method
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java163 assertTrue(mFakeInjector.isPreparedForUnattendedUpdate(mContext)); in maybePrepareUnattendedReboot()
485 public boolean isPreparedForUnattendedUpdate(@NonNull Context context) { in isPreparedForUnattendedUpdate() method in UnattendedRebootManagerTest.FakeInjector