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