OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCountryListener
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/location/java/android/location/
ICountryDetector.aidl
38
void
addCountryListener
(in ICountryListener listener);
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/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java
72
serviceTester.
addCountryListener
(listenerTester);
85
serviceTester.
addCountryListener
(listenerTesterA);
86
serviceTester.
addCountryListener
(listenerTesterB);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java
59
countryDetector.
addCountryListener
(new CountryListener() {
/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());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java
101
public void
addCountryListener
(CountryListener listener, Looper looper) {
Completed in 250 milliseconds