Searched refs:shouldBeBound (Results 1 – 3 of 3) sorted by relevance
66 assertThat(info.shouldBeBound()).isFalse(); in testServiceNameWithDefaults()76 assertThat(info.shouldBeBound()).isFalse(); in startService()85 assertThat(info.shouldBeBound()).isTrue(); in bindService()92 assertThat(info.shouldBeBound()).isFalse(); in startServiceInForeground()147 assertThat(info.shouldBeBound()).isTrue(); in allArgs()
295 + ", as user: " + mUser + ", bind: " + mVendorServiceInfo.shouldBeBound() in startOrBindService()301 if (mVendorServiceInfo.shouldBeBound()) { in startOrBindService()
96 boolean shouldBeBound() { in shouldBeBound() method in VendorServiceInfo