OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addCountryListener
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java
59
countryDetector.
addCountryListener
(new CountryListener() {
/frameworks/base/location/java/android/location/
CountryDetector.java
41
* {@link #
addCountryListener
}
122
public void
addCountryListener
(CountryListener listener, Looper looper) {
127
mService.
addCountryListener
(transport);
130
Log.e(TAG, "
addCountryListener
: RemoteException", e);
/frameworks/base/services/java/com/android/server/
CountryDetectorService.java
112
public void
addCountryListener
(ICountryListener listener) throws RemoteException {
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
85
mCountryDetector.
addCountryListener
(mCountryListener, getMainLooper());
Completed in 80 milliseconds