Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java938 Intent callLastNumberIntent = new Intent(Intent.ACTION_CALL) in dialLastCallHandler() local
941 mContext.startActivityAsUser(callLastNumberIntent, UserHandle.CURRENT); in dialLastCallHandler()