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