Home | History | Annotate | Download | only in server

Lines Matching refs:Country

27 import android.location.Country;
39 * This class detects the country that the user is in through
83 /** Whether to dump the state of the country detector service to bugreports */
100 public Country detectCountry() {
157 protected void notifyReceivers(Country country) {
161 receiver.getListener().onCountryDetected(country);
178 public void onCountryDetected(final Country country) {
181 notifyReceivers(country);