OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locationchanged
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/http/
LoggingEventHandler.java
53
public void
locationChanged
(String newLocation, boolean permanent) {
55
HttpLog.v("LoggingEventHandler:
locationChanged
() " + newLocation +
/frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java
321
* Implements the EventHandler
locationChanged
method called when a server
326
public void
locationChanged
(String newLocation, boolean permanent) {
328
Log.v(LOGTAG, "TestEventHandler:
locationChanged
() " +
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
318
Intent
locationChanged
= new Intent();
319
locationChanged
.putExtra(LocationManager.KEY_LOCATION_CHANGED, location);
324
mPendingIntent.send(mContext, 0,
locationChanged
, this, mLocationHandler,
[
all
...]
Completed in 1242 milliseconds