Searched refs:ACTION_SMS_RECEIVED (Results 1 – 2 of 2) sorted by relevance
44 public static final String ACTION_SMS_RECEIVED = "com.android.vociemailomtp.sms.sms_received"; field in OmtpService101 Intent intent = new Intent(ACTION_SMS_RECEIVED); in onSmsReceived()
69 filter.addAction(OmtpService.ACTION_SMS_RECEIVED); in StatusSmsFetcher()