OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCountryListener
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/location/java/android/location/
ICountryDetector.aidl
38
void
addCountryListener
(in ICountryListener listener);
CountryDetector.java
41
* {@link #
addCountryListener
}
120
public void
addCountryListener
(CountryListener listener, Looper looper) {
125
mService.
addCountryListener
(transport);
128
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/core/java/com/android/server/
CountryDetectorService.java
112
public void
addCountryListener
(ICountryListener listener) throws RemoteException {
/packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java
454
countryDetector.
addCountryListener
((newCountry) -> {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java
113
public void
addCountryListener
(CountryListener listener, Looper looper) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java
652
verify(mockDetector).
addCountryListener
(captor.capture(), any(Looper.class));
[
all
...]
Completed in 685 milliseconds