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.java66 assertThat(info.shouldBeStartedInForeground()).isFalse(); in testServiceNameWithDefaults()
76 assertThat(info.shouldBeStartedInForeground()).isFalse(); in startService()
85 assertThat(info.shouldBeStartedInForeground()).isFalse(); in bindService()
92 assertThat(info.shouldBeStartedInForeground()).isTrue(); in startServiceInForeground()
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java100 boolean shouldBeStartedInForeground() { in shouldBeStartedInForeground() method in VendorServiceInfo
DVendorServiceController.java310 } else if (mVendorServiceInfo.shouldBeStartedInForeground()) { in startOrBindService()