OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeUpdates
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
299
mManager.
removeUpdates
( (LocationListener) null );
343
mManager.
removeUpdates
(listener);
393
mManager.
removeUpdates
(listener);
414
mManager.
removeUpdates
((LocationListener) null );
441
mManager.
removeUpdates
(mPendingIntent);
463
mManager.
removeUpdates
( (PendingIntent) null );
498
mManager.
removeUpdates
(listener);
526
mManager.
removeUpdates
((LocationListener) null );
558
mManager.
removeUpdates
(mPendingIntent);
580
mManager.
removeUpdates
( (PendingIntent) null )
[
all
...]
TestLocationManager.java
47
* See {@code LocationManager#
removeUpdates
(LocationListener)}.
53
mLocationManager.
removeUpdates
(listener);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationListenerActivity.java
70
mLocationManager.
removeUpdates
(mLocationListener);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLocationManagerTest.java
173
locationManager.
removeUpdates
(listener1);
186
locationManager.
removeUpdates
(listener);
210
locationManager.
removeUpdates
(someLocationListenerPendingIntent);
245
locationManager.
removeUpdates
(someLocationListenerPendingIntent);
514
locationManager.
removeUpdates
(this);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
LocationFacade.java
156
mLocationManager.
removeUpdates
(mLocationListener);
/development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java
161
mLocationManager.
removeUpdates
(listener);
169
mLocationManager.
removeUpdates
(listener);
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
186
mManager.
removeUpdates
(mPendingIntent);
213
mManager.
removeUpdates
(listener);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java
306
protected void
removeUpdates
(LocationListener listener) {
323
protected void
removeUpdates
(PendingIntent pendingIntent) {
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsBgVsFgActions.java
242
locManager.
removeUpdates
(locListener);
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
AtomTests.java
263
locManager.
removeUpdates
(locListener);
Completed in 143 milliseconds