Home
last modified time | relevance | path

Searched refs:inCallActivityIntent (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DNotificationService.java87 Intent inCallActivityIntent = new Intent(context, InCallActivity.class); in onStartCommand() local
88 inCallActivityIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onStartCommand()
89 inCallActivityIntent.putExtra(Constants.Intents.EXTRA_SHOW_INCOMING_CALL, true); in onStartCommand()
90 startActivity(inCallActivityIntent); in onStartCommand()