Searched refs:shouldBeBound (Results 1 – 3 of 3) sorted by relevance
65 assertThat(info.shouldBeBound()).isFalse(); in testServiceNameWithDefaults()75 assertThat(info.shouldBeBound()).isFalse(); in startService()84 assertThat(info.shouldBeBound()).isTrue(); in bindService()91 assertThat(info.shouldBeBound()).isFalse(); in startServiceInForeground()146 assertThat(info.shouldBeBound()).isTrue(); in allArgs()
307 + mVendorServiceInfo.shouldBeBound() + ", stack: " + Debug.getCallers(5)); in startOrBindService()312 if (mVendorServiceInfo.shouldBeBound()) { in startOrBindService()
96 boolean shouldBeBound() { in shouldBeBound() method in VendorServiceInfo