summaryrefslogtreecommitdiff
path: root/tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 05:25:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 05:25:25 +0000
commite2b91369fed510780ffb3643edafde0e95bea1b9 (patch)
treec185245b31ba16567f69e499d21810173e1b0ce8 /tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java
parent92ee1c4e91c8c1a9880af75f903b438d196fc9b6 (diff)
parent788bb708dd234f5056d265192f8306604f5698bf (diff)
downloadDialer-e2b91369fed510780ffb3643edafde0e95bea1b9.tar.gz
Snap for 7491908 from 788bb708dd234f5056d265192f8306604f5698bf to sc-release
Change-Id: Ib8dc320d08e69eb44cf7030ed1a18b13428d28fa
Diffstat (limited to 'tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java')
-rw-r--r--tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java b/tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java
deleted file mode 100644
index 9488040c..00000000
--- a/tests/unittests/src/com/android/car/dialer/livedata/CallStateLiveDataUnitTest.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2020 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.car.dialer.livedata;
-
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Before;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-@RunWith(AndroidJUnit4.class)
-public class CallStateLiveDataUnitTest {
-
- @Before
- public void setup() {
- }
-
- @Test
- public void testOnActiveRegistry() {
- }
-}
-