OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
ObserverNodeTest.java
27
import com.android.server.content.
ContentService
.ObserverCall;
28
import com.android.server.content.
ContentService
.ObserverNode;
/frameworks/base/services/java/com/android/server/content/
ContentService.java
59
public final class
ContentService
extends IContentService.Stub {
60
private static final String TAG = "
ContentService
";
151
/*package*/
ContentService
(Context context, boolean factoryTest) {
731
public static
ContentService
main(Context context, boolean factoryTest) {
732
ContentService
service = new
ContentService
(context, factoryTest);
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
54
import com.android.server.content.
ContentService
;
129
ContentService
contentService
= null;
260
// The AccountManager must come before the
ContentService
262
// TODO: seems like this should be disable-able, but req'd by
ContentService
271
contentService
=
ContentService
.main(context,
564
if (
contentService
!= null)
565
contentService
.systemReady();
[
all
...]
Completed in 46 milliseconds