Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java66 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()
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceController.java295 + ", as user: " + mUser + ", bind: " + mVendorServiceInfo.shouldBeBound() in startOrBindService()
301 if (mVendorServiceInfo.shouldBeBound()) { in startOrBindService()
DVendorServiceInfo.java96 boolean shouldBeBound() { in shouldBeBound() method in VendorServiceInfo