Home
last modified time | relevance | path

Searched refs:shouldBeBound (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
H A DVendorServiceInfoTest.java65 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()
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DVendorServiceController.java307 + mVendorServiceInfo.shouldBeBound() + ", stack: " + Debug.getCallers(5)); in startOrBindService()
312 if (mVendorServiceInfo.shouldBeBound()) { in startOrBindService()
H A DVendorServiceInfo.java96 boolean shouldBeBound() { in shouldBeBound() method in VendorServiceInfo