HomeSort by relevance Sort by last modified time
    Searched full:locationname (Results 1 - 17 of 17) sorted by null

  /frameworks/base/location/java/android/location/
Geocoder.java 159 * @param locationName a user-supplied description of a location
165 * @throws IllegalArgumentException if locationName is null
169 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
170 if (locationName == null) {
171 throw new IllegalArgumentException("locationName == null");
175 String ex = mService.getFromLocationName(locationName,
205 * @param locationName a user-supplied description of a location
215 * @throws IllegalArgumentException if locationName is null
223 public List<Address> getFromLocationName(String locationName, int maxResults,
226 if (locationName == null)
    [all...]
IGeocodeProvider.aidl 32 String getFromLocationName(String locationName,
ILocationManager.aidl 57 String getFromLocationName(String locationName,
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 46 public String getFromLocationName(String locationName,
50 return GeocodeProvider.this.onGetFromLocationName(locationName, lowerLeftLatitude,
69 public abstract String onGetFromLocationName(String locationName,
  /frameworks/base/services/core/java/com/android/server/location/
GeocoderProxy.java 87 public String getFromLocationName(String locationName,
94 return provider.getFromLocationName(locationName, lowerLeftLatitude,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
58 this.lastLocationName = locationName;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 718 String locationName = getDefaultExemplarLocationName(tzID);
719 if (locationName != null) {
723 names[EX_LOC_INDEX] = locationName;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 716 String locationName = getDefaultExemplarLocationName(tzID);
717 if (locationName != null) {
721 names[EX_LOC_INDEX] = locationName;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h 264 virtual HRESULT WINAPI get_LocationName(BSTR *LocationName) = 0;
300 HRESULT (WINAPI *get_LocationName)(IWebBrowser *This,BSTR *LocationName);
338 #define IWebBrowser_get_LocationName(This,LocationName) (This)->lpVtbl->get_LocationName(This,LocationName)
387 HRESULT WINAPI IWebBrowser_get_LocationName_Proxy(IWebBrowser *This,BSTR *LocationName);
487 HRESULT (WINAPI *get_LocationName)(IWebBrowserApp *This,BSTR *LocationName);
545 #define IWebBrowserApp_get_LocationName(This,LocationName) (This)->lpVtbl->get_LocationName(This,LocationName)
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 668 const UChar* locationName = NULL;
675 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);
681 if (locationName == NULL) {
691 locationName = locationNameOwned;
697 if (locationName != NULL || names != NULL) {
704 tznames->fLocationName = locationName;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 956 milliseconds