Home
last modified time | relevance | path

Searched refs:RECEIVE_OPTIONS_DROP (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java99 CarrierMessagingService.RECEIVE_OPTIONS_DROP, mICarrierAppMessagingService, in testFilter_carrierAppPresent_handled()
104 .onFilterComplete(eq(CarrierMessagingService.RECEIVE_OPTIONS_DROP)); in testFilter_carrierAppPresent_handled()
112 CarrierMessagingService.RECEIVE_OPTIONS_DROP, mISystemCarrierMessagingService, in testFilter_systemAppPresent_handled()
118 .onFilterComplete(eq(CarrierMessagingService.RECEIVE_OPTIONS_DROP)); in testFilter_systemAppPresent_handled()
130 CarrierMessagingService.RECEIVE_OPTIONS_DROP, mISystemCarrierMessagingService, in testFilter_bothCarrierAndSystemAppPresent_carrierAppDecides()
/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingService.java70 public static final int RECEIVE_OPTIONS_DROP = 0x1; field in CarrierMessagingService
83 RECEIVE_OPTIONS_DROP,
196 callback.onReceiveResult(result ? RECEIVE_OPTIONS_DEFAULT : RECEIVE_OPTIONS_DROP in onReceiveTextSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1866 (result & CarrierMessagingService.RECEIVE_OPTIONS_DROP) != 0; in onFilterComplete()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt40428 field public static final int RECEIVE_OPTIONS_DROP = 1; // 0x1