Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1113 .setBootReason(NORMAL_BOOT).build(); in testInitializePowerPolicy_invalidPowerState_powerPolicyRefactorFlagEnabled()
1947 .setBootReason(NORMAL_BOOT).build(); in testDisableWifiAndTethering()
2404 .setBootReason(NORMAL_BOOT).build(); in testOnInitComplete()
2444 .setBootReason(NORMAL_BOOT).build(); in testOnInitComplete_flagDisabled_doNothing()
2468 .setBootReason(NORMAL_BOOT).build(); in testOnInitComplete_bootupReasonNotSupported()
2501 .setBootReason(NORMAL_BOOT).build(); in testOnInitComplete_bootUpReasonNotGarageMode()
2541 .setBootReason(NORMAL_BOOT).build(); in testOnInitComplete_vehicleInUse()
2633 .setBootReason(NORMAL_BOOT).build(); in setService()
2660 .setBootReason(NORMAL_BOOT).build(); in setRefactoredService()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java508 public Builder setBootReason(String bootReason) { in setBootReason() method in CarPowerManagementService.Builder