Searched refs:PostalCodeFragment (Results 1 – 4 of 4) sorted by relevance
44 import com.android.tv.tuner.setup.PostalCodeFragment;177 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()182 String postalCode = params.getString(PostalCodeFragment.KEY_POSTAL_CODE); in executeAction()
44 import com.android.tv.tuner.setup.PostalCodeFragment;178 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()183 String postalCode = params.getString(PostalCodeFragment.KEY_POSTAL_CODE); in executeAction()
207 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()304 SetupFragment fragment = new PostalCodeFragment(); in showPostalCodeFragment()
36 public class PostalCodeFragment extends SetupMultiPaneFragment { class