Home
last modified time | relevance | path

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

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DCurrentCallConverter.java43 mMuteAction = getCurrentCallAction(context, in CurrentCallConverter()
45 mUnMuteAction = getCurrentCallAction(context, in CurrentCallConverter()
48 mAcceptCallAction = getCurrentCallAction(context, in CurrentCallConverter()
50 mHangupCallAction = getCurrentCallAction(context, in CurrentCallConverter()
54 private PendingIntent getCurrentCallAction(Context context, in getCurrentCallAction() method in CurrentCallConverter