OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocationManagerService
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
SystemServer.java
214
LocationManagerService
location = null;
318
location = new
LocationManagerService
(context);
476
final
LocationManagerService
locationF = location;
LocationManagerService.java
84
public class
LocationManagerService
extends ILocationManager.Stub implements Runnable {
85
private static final String TAG = "
LocationManagerService
";
127
private final static String WAKELOCK_KEY = "
LocationManagerService
";
364
LocationManagerService
.this.decrementPendingBroadcasts();
381
LocationManagerService
.this.incrementPendingBroadcasts();
387
LocationManagerService
.this.decrementPendingBroadcasts();
483
* @param context the context that the
LocationManagerService
runs in
485
public
LocationManagerService
(Context context) {
496
Thread thread = new Thread(null, this, "
LocationManagerService
");
[
all
...]
Completed in 18 milliseconds