Home | History | Annotate | Download | only in phone

Lines Matching refs:ACTION_CALL

207                 // calls via the ACTION_CALL intent, we also don't allow 3rd
255 * original ACTION_CALL intent that started the whole sequence (in cases
283 Intent newIntent = new Intent(Intent.ACTION_CALL, uri);
447 if (!Intent.ACTION_CALL.equals(intent.getAction())) {
449 intent.setAction(Intent.ACTION_CALL);
457 // (Note that the ACTION_CALL check below depends on the result of
487 action = Intent.ACTION_CALL;
493 if (Intent.ACTION_CALL.equals(action)) {
689 if (Intent.ACTION_CALL.equals(action) && (Constants.SCHEME_TEL.equals(scheme))) {