Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
H A DVendorServiceInfoTest.java69 assertThat(info.shouldStartOnUnlock()).isTrue(); in testServiceNameWithDefaults()
98 assertThat(info.shouldStartOnUnlock()).isFalse(); in triggerAsap()
104 assertThat(info.shouldStartOnUnlock()).isTrue(); in triggerUnlocked()
149 assertThat(info.shouldStartOnUnlock()).isTrue(); in allArgs()
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DVendorServiceInfo.java88 boolean shouldStartOnUnlock() { in shouldStartOnUnlock() method in VendorServiceInfo
H A DVendorServiceController.java201 || (unlocked && service.shouldStartOnUnlock()); in startOrBindServicesForUser()