Searched defs:RECEIVE_OPTIONS_DROP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java58 * @see #RECEIVE_OPTIONS_DROP
67 public static final int RECEIVE_OPTIONS_DROP = 0x1; field in class:CarrierMessagingService
142 * available after the user unlocks the phone, if the bit {@link #RECEIVE_OPTIONS_DROP} is not
150 * text SMS should be handled by the platform. Use {@link #RECEIVE_OPTIONS_DROP} and
159 callback.onReceiveResult(result ? RECEIVE_OPTIONS_DEFAULT : RECEIVE_OPTIONS_DROP

Completed in 2537 milliseconds