Home | History | Annotate | Download | only in content

Lines Matching defs:content

17 package com.android.server.content;
29 import com.android.server.content.ContentService.ObserverCall;
30 import com.android.server.content.ContentService.ObserverNode;
33 * bit FrameworksServicesTests:com.android.server.content.ObserverNodeTest
48 Uri.parse("content://c/a/"),
49 Uri.parse("content://c/"),
50 Uri.parse("content://x/"),
51 Uri.parse("content://c/b/"),
52 Uri.parse("content://c/a/a1/1/"),
53 Uri.parse("content://c/a/a1/2/"),
54 Uri.parse("content://c/b/1/"),
55 Uri.parse("content://c/b/2/"),
82 Uri.parse("content://c/"),
83 Uri.parse("content://x/"),
84 Uri.parse("content://c/a/"),
85 Uri.parse("content://c/b/"),
86 Uri.parse("content://c/a/1/"),
87 Uri.parse("content://c/a/2/"),
88 Uri.parse("content://c/b/1/"),
89 Uri.parse("content://c/b/2/"),