Home
last modified time | relevance | path

Searched refs:isSubscribed (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/provider/
DBaseLocalQCProviderTest.java57 assertThat(mProvider.isSubscribed()).isTrue(); in listen_callsOnSubscribed()
64 assertThat(mProvider.isSubscribed()).isFalse(); in stopListening_callsOnUnsubscribed()
98 boolean isSubscribed() { in isSubscribed() method in BaseLocalQCProviderTest.TestBaseLocalQCProvider
DBaseQCProviderTest.java115 boolean isSubscribed = res.getBoolean(IS_SUBSCRIBED_KEY, false); in callOnSubscribed_isSubscribed()
116 assertThat(isSubscribed).isTrue(); in callOnSubscribed_isSubscribed()
130 boolean isSubscribed = res.getBoolean(IS_SUBSCRIBED_KEY, true); in callOnUnsubscribed_isUnsubscribed()
131 assertThat(isSubscribed).isFalse(); in callOnUnsubscribed_isUnsubscribed()
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/controller/
DRemoteQCControllerTest.java99 boolean isSubscribed = res.getBoolean(IS_SUBSCRIBED_KEY, false); in updateListening_listen_providerSubscribed()
100 assertThat(isSubscribed).isTrue(); in updateListening_listen_providerSubscribed()
115 boolean isSubscribed = res.getBoolean(IS_SUBSCRIBED_KEY, true); in updateListening_doNotListen_providerUnsubscribed()
116 assertThat(isSubscribed).isFalse(); in updateListening_doNotListen_providerUnsubscribed()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DSettingsQCProviderTest.java82 assertThat(testWorker.isSubscribed()).isTrue(); in onSubscribe_startsBackgroundWorker()
96 assertThat(testWorker.isSubscribed()).isFalse(); in onSubscribe_stopsBackgroundWorker()
DTestSettingsQCBackgroundWorker.java46 boolean isSubscribed() { in isSubscribed() method in TestSettingsQCBackgroundWorker
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java893 boolean isSubscribed = false; in unsubscribeProperty()
899 isSubscribed = true; in unsubscribeProperty()
915 isSubscribed = true; in unsubscribeProperty()
919 if (!isSubscribed) { in unsubscribeProperty()
/packages/services/Car/service/src/com/android/car/vms/
DVmsClientInfo.java188 boolean isSubscribed(int providerId, VmsLayer layer) { in isSubscribed() method in VmsClientInfo
DVmsBrokerService.java254 if (mClientMap.valueAt(index).isSubscribed(providerId, layer)) { in deliverToSubscribers()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java495 public boolean isSubscribed(BluetoothDevice device, UUID uuid) { in isSubscribed() method in TbsGatt.BluetoothGattCharacteristicNotifier
521 if (isSubscribed(device, characteristic.getUuid())) { in notifyWithValue()
527 if (isSubscribed(device, characteristic.getUuid())) { in notify()