Searched refs:KEY_IS_FIRST_CALL_COMPOSE (Results 1 – 1 of 1) sorted by relevance
106 private static final String KEY_IS_FIRST_CALL_COMPOSE = "is_first_call_compose"; field in CallComposerActivity471 if (preferences.getBoolean(KEY_IS_FIRST_CALL_COMPOSE, true)) { in maybeShowPrivacyToast()478 preferences.edit().putBoolean(KEY_IS_FIRST_CALL_COMPOSE, false).apply(); in maybeShowPrivacyToast()