Home
last modified time | relevance | path

Searched defs:postalCode (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java76 private String postalCode; field in SampleNetworkTunerSetupActivity
127 String postalCode = PostalCodeUtils.getLastPostalCode(this); in executeAction() local
156 String postalCode = in executeAction() local
178 String postalCode = params.getString(PostalCodeFragment.KEY_POSTAL_CODE); in executeAction() local
383 private final String postalCode; field in SampleNetworkTunerSetupActivity.FetchLineupTask
385 FetchLineupTask(ContentResolver contentResolver, String postalCode) { in FetchLineupTask()
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java76 private String postalCode; field in SampleDvbTunerSetupActivity
126 String postalCode = PostalCodeUtils.getLastPostalCode(this); in executeAction() local
155 String postalCode = in executeAction() local
177 String postalCode = params.getString(PostalCodeFragment.KEY_POSTAL_CODE); in executeAction() local
382 private final String postalCode; field in SampleDvbTunerSetupActivity.FetchLineupTask
384 FetchLineupTask(ContentResolver contentResolver, String postalCode) { in FetchLineupTask()
/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java65 String postalCode = getPostalCode(context); in updatePostalCode() local
90 public static void setLastPostalCode(Context context, String postalCode) { in setLastPostalCode()
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineups.java29 public static Set<Lineup> query(ContentResolver contentResolver, String postalCode) { in query()
DEpgContract.java98 public static Uri uriForPostalCode(String postalCode) { in uriForPostalCode()
/packages/apps/TV/src/com/android/tv/data/epg/
DStubEpgReader.java51 public List<Lineup> getLineups(@NonNull String postalCode) { in getLineups()
DEpgReader.java64 List<Lineup> getLineups(@NonNull String postalCode); in getLineups()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java68 public List<Lineup> getLineups(@NonNull String postalCode) { in getLineups()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java161 String postalCode = PostalCodeUtils.getLastPostalCode(this); in executeAction() local
186 String postalCode = in executeAction() local
/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java220 public static synchronized void setLastPostalCode(Context context, String postalCode) { in setLastPostalCode()