Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java617 Intent callLastNumberIntent = new Intent(Intent.ACTION_CALL) in dialLastCallHandler() local
620 mContext.startActivityAsUser(callLastNumberIntent, null, UserHandle.CURRENT_OR_SELF); in dialLastCallHandler()