Searched refs:mAcceptCallAction (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
H A DCurrentCallExtension.java47 private PendingIntent mAcceptCallAction; field in class:CurrentCallExtension
72 mAcceptCallAction = acceptCallAction;
86 bundle.putParcelable(ACCEPT_CALL_ACTION_KEY, mAcceptCallAction);
101 mAcceptCallAction = bundle.getParcelable(ACCEPT_CALL_ACTION_KEY);
114 return mAcceptCallAction;
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
H A DCurrentCallConverter.java39 private PendingIntent mAcceptCallAction; field in class:CurrentCallConverter
48 mAcceptCallAction = getCurrentCallAction(context,
107 contactPhoto, mMuteAction, mUnMuteAction, mAcceptCallAction, mHangupCallAction);

Completed in 64 milliseconds