Searched refs:TEL_SCHEME (Results 1 – 1 of 1) sorted by relevance
70 private static final String TEL_SCHEME = "tel"; field in IntentForwarderActivity174 || (isViewActionIntent(intent) && TEL_SCHEME.equals(intent.getScheme())); in isDialerIntent()