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

  /frameworks/base/location/java/android/location/
IGpsStatusProvider.aidl 27 void addGpsStatusListener(IGpsStatusListener listener);
ILocationManager.aidl 45 boolean addGpsStatusListener(IGpsStatusListener listener);
LocationManager.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.location.LocationManager.html 87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/location/LocationManager.html#addGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><code>addGpsStatusListener</code></A>(<code>Listener</code>)</nobr>
methods_index_additions.html 72 <nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)" class="hiddenlink" target="rightframe"><b>addGpsStatusListener</b>
    [all...]
methods_index_all.html 72 <nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)" class="hiddenlink" target="rightframe"><b>addGpsStatusListener</b>
    [all...]
alldiffs_index_additions.html 165 <!-- Method addGpsStatusListener -->
166 <nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)" class="hiddenlink" target="rightframe"><b>addGpsStatusListener</b>
    [all...]
alldiffs_index_all.html 186 <!-- Method addGpsStatusListener -->
187 <nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)" class="hiddenlink" target="rightframe"><b>addGpsStatusListener</b>
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 674 method = "addGpsStatusListener",
687 mManager.addGpsStatusListener(listener);
690 mManager.addGpsStatusListener(null);
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java 280 public void addGpsStatusListener(IGpsStatusListener listener) throws RemoteException {
282 throw new NullPointerException("listener is null in addGpsStatusListener");
304 throw new NullPointerException("listener is null in addGpsStatusListener");
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/
missingSinces.txt 104 NO DOC BLOCK: android.location.LocationManager Method addGpsStatusListener(android.location.GpsStatus.Listener)
    [all...]

Completed in 1688 milliseconds