Searched refs:KEY_INSTANT_APP_BUTTONS (Results 1 – 1 of 1) sorted by relevance
51 private static final String KEY_INSTANT_APP_BUTTONS = "instant_app_buttons"; field in InstantAppButtonsPreferenceController62 super(context, KEY_INSTANT_APP_BUTTONS); in InstantAppButtonsPreferenceController()80 mPreference = screen.findPreference(KEY_INSTANT_APP_BUTTONS); in displayPreference()142 newFragment.show(mParent.getFragmentManager(), KEY_INSTANT_APP_BUTTONS); in showDialog() local