Searched refs:ACTION_DIAL (Results 1 – 16 of 16) sorted by relevance
65 mimeTypeDial.addAction(Intent.ACTION_DIAL); in setFilters()85 dialWithData.addAction(Intent.ACTION_DIAL); in setFilters()97 dialNoData.addAction(Intent.ACTION_DIAL); in setFilters()
105 new Intent(Intent.ACTION_DIAL, Uri.parse(WebView.SCHEME_TEL)), in WebViewContextMenu()285 final Intent intent = new Intent(Intent.ACTION_DIAL, in onCreateContextMenu()
94 fireIntent(Intent.ACTION_DIAL); in onClick()
160 Intent intent = new Intent(Intent.ACTION_DIAL); in addCall()
438 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) { in fillDigitsIfNecessary()492 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) { in isAddCallMode()538 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action) in configureScreenFromIntent()
398 systemDialerIntent.setAction(Intent.ACTION_DIAL); in launchSystemDialer()
172 final Intent intent = new Intent(Intent.ACTION_DIAL);
521 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL); in processIntent()
83 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in EmergencyDialer
1733 Intent intent = new Intent(Intent.ACTION_DIAL); in startNewCall()
917 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(url)); in dialForSubscriber()
179 assertEquals(Intent.ACTION_DIAL, dialerIntent.getAction()); in testEmergencyCallWithNonDefaultDialer()
406 Intent dialIntent = new Intent(Intent.ACTION_DIAL, in onClick()
982 if (Intent.ACTION_DIAL.equals(action) || ACTION_TOUCH_DIALER.equals(action)) { in isDialIntent()
390 Intent.ACTION_DIAL, CallUtil.getCallUri(number)); in onMenuItemClick()
864 Intent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(urlString)); in createCallActivityIntent()