Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java213 getRegistrationsForAction(BatteryManager.ACTION_CHARGING); in scheduleReboot_requiresCharging_notCharging()
250 assertThat(getRegistrationsForAction(BatteryManager.ACTION_CHARGING)).isEmpty(); in scheduleReboot_doesNotRequireCharging_notCharging()
277 assertThat(getRegistrationsForAction(BatteryManager.ACTION_CHARGING)).isEmpty(); in scheduleReboot_requiresCharging_flagNotEnabled()
626 private List<BroadcastReceiverRegistration> getRegistrationsForAction(String action) { in getRegistrationsForAction() method in UnattendedRebootManagerTest