Searched refs:postDialStr (Results 1 – 1 of 1) sorted by relevance
36 private String postDialStr; field in PostCharDialogFragment40 public PostCharDialogFragment(String callId, String postDialStr) { in PostCharDialogFragment() argument42 this.postDialStr = postDialStr; in PostCharDialogFragment()49 if (postDialStr == null && savedInstanceState != null) { in onCreateDialog()51 postDialStr = savedInstanceState.getString(STATE_POST_CHARS); in onCreateDialog()56 buf.append(postDialStr); in onCreateDialog()94 outState.putString(STATE_POST_CHARS, postDialStr); in onSaveInstanceState()