Home
last modified time | relevance | path

Searched refs:EventSmsDeliverSuccess (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java295 public static final String EventSmsDeliverSuccess = "SmsDeliverSuccess"; field in TelephonyConstants
DSmsFacade.java461 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverSuccess, event); in onReceive()