OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountryDetectorService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java
44
private class CountryDetectorServiceTester extends
CountryDetectorService
{
96
private void waitForSystemReady(
CountryDetectorService
service) {
/frameworks/base/services/java/com/android/server/
CountryDetectorService.java
44
public class
CountryDetectorService
extends ICountryDetector.Stub implements Runnable {
93
public
CountryDetectorService
(Context context) {
216
p.println("
CountryDetectorService
state:");
224
Slog.e(TAG, "Failed to dump
CountryDetectorService
: ", e);
SystemServer.java
354
CountryDetectorService
countryDetector = null;
598
countryDetector = new
CountryDetectorService
(context);
[
all
...]
Completed in 198 milliseconds