Searched refs:ARG_CALL_ID (Results 1 – 7 of 7) sorted by relevance
51 args.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()58 private static final String ARG_CALL_ID = "call_id"; field in RttRequestDialogFragment75 CallList.getInstance().getCallById(getArguments().getString(ARG_CALL_ID)); in onCreateDialog()99 DialerCall call = CallList.getInstance().getCallById(getArguments().getString(ARG_CALL_ID)); in onPositiveButtonClick()107 DialerCall call = CallList.getInstance().getCallById(getArguments().getString(ARG_CALL_ID)); in onNegativeButtonClick()
45 private static final String ARG_CALL_ID = "call_id"; field in VideoChargesAlertDialogFragment98 args.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()109 getActivity(), getArguments().getString(ARG_CALL_ID))) { in onCreateDialog()136 CallList.getInstance().getCallById(getArguments().getString(ARG_CALL_ID)); in onPositiveButtonClicked()
91 static final String ARG_CALL_ID = "call_id"; field in SurfaceViewVideoCallFragment141 bundle.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()720 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()
99 static final String ARG_CALL_ID = "call_id"; field in VideoCallFragment187 bundle.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()832 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()
74 args.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()88 private static final String ARG_CALL_ID = "call_id"; field in InternationalCallOnWifiDialogFragment135 continueCall(getArguments().getString(ARG_CALL_ID)); in onPositiveButtonClick()146 cancelCall(getArguments().getString(ARG_CALL_ID)); in onNegativeButtonClick()
88 private static final String ARG_CALL_ID = "call_id"; field in RttChatFragment120 bundle.putString(ARG_CALL_ID, callId); in newInstance()387 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()
112 static final String ARG_CALL_ID = "call_id"; field in AnswerFragment373 bundle.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()395 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()715 Assert.checkState(arguments.containsKey(ARG_CALL_ID)); in onCreateView()