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()721 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()788 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()388 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()
107 static final String ARG_CALL_ID = "call_id"; field in AnswerFragment368 bundle.putString(ARG_CALL_ID, Assert.isNotNull(callId)); in newInstance()390 return Assert.isNotNull(getArguments().getString(ARG_CALL_ID)); in getCallId()710 Assert.checkState(arguments.containsKey(ARG_CALL_ID)); in onCreateView()