Searched refs:HIDE_NEW_CONVERSATION_BUTTON_KEY (Results 1 – 2 of 2) sorted by relevance
47 public static final String HIDE_NEW_CONVERSATION_BUTTON_KEY = "hide_conv_button_key"; field in ShareIntentFragment93 if (arguments == null || !arguments.getBoolean(HIDE_NEW_CONVERSATION_BUTTON_KEY)) { in onCreateDialog()
60 bundle.putBoolean(ShareIntentFragment.HIDE_NEW_CONVERSATION_BUTTON_KEY, true); in onCreate()