Searched refs:shouldBeStartedInForeground (Results 1 – 3 of 3) sorted by relevance
70 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()
139 boolean shouldBeStartedInForeground() { in shouldBeStartedInForeground() method in VendorServiceInfo
546 } else if (mVendorServiceInfo.shouldBeStartedInForeground()) { in startOrBindService()