OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockLocationListener
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
355
mManager.requestLocationUpdates(null, 0, 0, new
MockLocationListener
());
388
final
MockLocationListener
listener = new
MockLocationListener
();
446
final
MockLocationListener
listener = new
MockLocationListener
();
648
final
MockLocationListener
listener = new
MockLocationListener
();
763
MockLocationListener
listener = new
MockLocationListener
();
[
all
...]
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
170
MockLocationListener
listener = new
MockLocationListener
();
345
private static class
MockLocationListener
implements LocationListener {
/cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java
139
LocationListener mockListener = new
MockLocationListener
();
468
private static class
MockLocationListener
implements LocationListener {
Completed in 2441 milliseconds