Searched refs:shouldBeStartedInForeground (Results 1 – 3 of 3) sorted by relevance
67 assertThat(info.shouldBeStartedInForeground()).isFalse(); in testServiceNameWithDefaults()77 assertThat(info.shouldBeStartedInForeground()).isFalse(); in startService()86 assertThat(info.shouldBeStartedInForeground()).isFalse(); in bindService()93 assertThat(info.shouldBeStartedInForeground()).isTrue(); in startServiceInForeground()
100 boolean shouldBeStartedInForeground() { in shouldBeStartedInForeground() method in VendorServiceInfo
303 } else if (mVendorServiceInfo.shouldBeStartedInForeground()) { in startOrBindService()