Searched refs:IndicationFilter (Results 1 – 12 of 12) sorted by relevance
39 import android.hardware.radio.V1_5.IndicationFilter;68 IndicationFilter.SIGNAL_STRENGTH69 | IndicationFilter.FULL_NETWORK_STATE70 | IndicationFilter.DATA_CALL_DORMANCY_CHANGED71 | IndicationFilter.LINK_CAPACITY_ESTIMATE72 | IndicationFilter.PHYSICAL_CHANNEL_CONFIG73 | IndicationFilter.REGISTRATION_FAILURE74 | IndicationFilter.BARRING_INFO;123 IndicationFilter.SIGNAL_STRENGTH, new int[] {125 IndicationFilter.FULL_NETWORK_STATE, new int[] {[all …]
30 import android.hardware.radio.V1_5.IndicationFilter;199 private int mUnsolicitedResponseFilter = IndicationFilter.ALL;536 int newFilter = IndicationFilter.REGISTRATION_FAILURE; in onUpdateDeviceState()539 newFilter |= IndicationFilter.SIGNAL_STRENGTH; in onUpdateDeviceState()543 newFilter |= IndicationFilter.FULL_NETWORK_STATE; in onUpdateDeviceState()547 newFilter |= IndicationFilter.DATA_CALL_DORMANCY_CHANGED; in onUpdateDeviceState()551 newFilter |= IndicationFilter.LINK_CAPACITY_ESTIMATE; in onUpdateDeviceState()555 newFilter |= IndicationFilter.PHYSICAL_CHANNEL_CONFIG; in onUpdateDeviceState()560 newFilter |= IndicationFilter.BARRING_INFO; in onUpdateDeviceState()564 if ((newFilter & IndicationFilter.PHYSICAL_CHANNEL_CONFIG) in onUpdateDeviceState()[all …]
56 import android.hardware.radio.V1_5.IndicationFilter;214 IndicationFilter.SIGNAL_STRENGTH215 | IndicationFilter.FULL_NETWORK_STATE216 | IndicationFilter.DATA_CALL_DORMANCY_CHANGED;219 | IndicationFilter.LINK_CAPACITY_ESTIMATE220 | IndicationFilter.PHYSICAL_CHANNEL_CONFIG;223 | IndicationFilter.REGISTRATION_FAILURE224 | IndicationFilter.BARRING_INFO;
52 * @1.2::IndicationFilter:ALL.55 * @param indicationFilter 32-bit bitmap of IndicationFilter. Bits set to 1 indicate the56 * indications are enabled. See @1.2::IndicationFilter for the definition of each bit.60 oneway setIndicationFilter_1_2(int32_t serial, bitfield<IndicationFilter> indicationFilter);
88 * Overwritten from @1.0::IndicationFilter in order to redefine ALL. In the future, this should91 enum IndicationFilter : int32_t {
24 import @1.5::IndicationFilter;261 * @1.5::IndicationFilter:ALL.264 * @param indicationFilter 32-bit bitmap of IndicationFilter. Bits set to 1 indicate the265 * indications are enabled. See @1.5::IndicationFilter for the definition of each bit.269 oneway setIndicationFilter_1_5(int32_t serial, bitfield<IndicationFilter> indicationFilter);
42 import @1.2::IndicationFilter;842 enum IndicationFilter : @1.2::IndicationFilter {
806 hidl_bitfield<IndicationFilter> /* indicationFilter */) { in setIndicationFilter() argument868 int32_t /* serial */, hidl_bitfield<IndicationFilter> /* indicationFilter */) { in setIndicationFilter_1_2() argument
240 hidl_bitfield<IndicationFilter> indicationFilter) override;264 hidl_bitfield<IndicationFilter> indicationFilter) override;
1561 * @param indicationFilter 32-bit bitmap of IndicationFilter. Bits set to 1 indicate the1562 * indications are enabled. See IndicationFilter for the definition of each bit.1569 oneway setIndicationFilter(int32_t serial, bitfield<IndicationFilter> indicationFilter);
1121 enum IndicationFilter : int32_t {
412 serial, static_cast<int>(::android::hardware::radio::V1_2::IndicationFilter::ALL)); in TEST_P()