summaryrefslogtreecommitdiffstats
path: root/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-08-29 16:26:56 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-29 16:26:56 -0700
commit33b5c82b68ecf8c18f284214b65db0c2e80589ce (patch)
tree41741e034f2057289f485f49761ebe6bc2135532 /tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
parent10fc11011278db3da38e3d28f729887426c1c3a1 (diff)
parent71e5da3c38e5a7e79d5c1f94a13f239cc7ca7458 (diff)
downloadandroid_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.tar.gz
android_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.tar.bz2
android_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.zip
Merge "AudioFX: finish rename; persist process" into cm-13.0
Diffstat (limited to 'tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java')
-rw-r--r--tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java b/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
index 1bf531c..a9e7651 100644
--- a/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
+++ b/tests/src/com/cyngn/audiofx/service/AudioFxServiceTests.java
@@ -1,4 +1,4 @@
-package com.cyngn.audiofx.service;
+package org.cyanogenmod.audiofx.service;
import android.content.Intent;
import android.media.audiofx.AudioEffect;
@@ -7,14 +7,14 @@ import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;
-import com.cyngn.audiofx.util.BaseAudioFxServiceInstrumentationTest;
-import com.cyngn.audiofx.util.TestMediaPlayer;
+import org.cyanogenmod.audiofx.util.BaseAudioFxServiceInstrumentationTest;
+import org.cyanogenmod.audiofx.util.TestMediaPlayer;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
-import com.cyngn.audiofx.tests.R;
+import org.cyanogenmod.audiofx.tests.R;
import static org.junit.Assert.*;