Searched refs:buildIntent (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DNewOutgoingCallIntentBroadcasterTest.java135 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
189 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null);
196 Intent intent = buildIntent(handle, Intent.ACTION_CALL_EMERGENCY, null);
203 Intent intent = buildIntent(handle, Intent.ACTION_CALL_PRIVILEGED, null);
215 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras);
258 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
273 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
290 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
309 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
324 Intent callIntent = buildIntent(handl
373 private Intent buildIntent(Uri handle, String action, Bundle extras) { method in class:NewOutgoingCallIntentBroadcasterTest
[all...]
/packages/apps/TV/src/com/android/tv/onboarding/
H A DOnboardingActivity.java67 public static Intent buildIntent(@NonNull Context context, method in class:OnboardingActivity
123 startActivity(buildIntent(this, intentForNextActivity));
/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java462 startActivity(OnboardingActivity.buildIntent(this, getIntent()));

Completed in 113 milliseconds