Searched refs:buildIntent (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 133 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall() 187 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null); in testActionCallEmergencyCall() 194 Intent intent = buildIntent(handle, Intent.ACTION_CALL_EMERGENCY, null); in testActionEmergencyWithEmergencyNumber() 201 Intent intent = buildIntent(handle, Intent.ACTION_CALL_PRIVILEGED, null); in testActionPrivCallWithEmergencyNumber() 213 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras); in testEmergencyCallWithGatewayExtras() 256 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall() 271 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall() 288 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo() 307 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNull() 320 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallModifiedToEmergency() [all …]
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | OnboardingActivity.java | 67 public static Intent buildIntent(@NonNull Context context, in buildIntent() method in OnboardingActivity 123 startActivity(buildIntent(this, intentForNextActivity)); in onRequestPermissionsResult()
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 462 startActivity(OnboardingActivity.buildIntent(this, getIntent())); in onCreate()
|