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