Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03cb98ae authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Move Observer test to servicetests

Change-Id: Ib3493af4eb3185db79004a3cad5473161ed51f71
parent e03c17f1
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -14,18 +14,19 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


package android.content;
package com.android.server.content;


import java.util.ArrayList;
import java.util.ArrayList;


import android.content.ContentService.ObserverCall;
import android.content.ContentService.ObserverNode;
import android.database.ContentObserver;
import android.database.ContentObserver;
import android.net.Uri;
import android.net.Uri;
import android.os.Handler;
import android.os.Handler;
import android.os.UserHandle;
import android.os.UserHandle;
import android.test.AndroidTestCase;
import android.test.AndroidTestCase;


import com.android.server.content.ContentService.ObserverCall;
import com.android.server.content.ContentService.ObserverNode;

public class ObserverNodeTest extends AndroidTestCase {
public class ObserverNodeTest extends AndroidTestCase {
    static class TestObserver  extends ContentObserver {
    static class TestObserver  extends ContentObserver {
        public TestObserver() {
        public TestObserver() {