Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java70 assertThat(info.shouldBeStartedInForeground()).isFalse(); in testServiceNameWithDefaults()
81 assertThat(info.shouldBeStartedInForeground()).isFalse(); in startService()
91 assertThat(info.shouldBeStartedInForeground()).isFalse(); in bindService()
99 assertThat(info.shouldBeStartedInForeground()).isTrue(); in startServiceInForeground()
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java139 boolean shouldBeStartedInForeground() { in shouldBeStartedInForeground() method in VendorServiceInfo
DVendorServiceController.java546 } else if (mVendorServiceInfo.shouldBeStartedInForeground()) { in startOrBindService()