OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locationchanged
(Results
1 - 4
of
4
) 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
694
Intent
locationChanged
= new Intent();
695
locationChanged
.putExtra(LocationManager.KEY_LOCATION_CHANGED, new Location(location));
700
mPendingIntent.send(mContext, 0,
locationChanged
, this, mLocationHandler,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
831
eventName = "
LocationChanged
";
[
all
...]
Completed in 264 milliseconds