Lines Matching refs:callIntent
1143 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, intent.getData());1144 callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK1146 context.startActivity(callIntent);