Move trust agent helper methods into TrustAgentManager

Bug: 32953042
Test: robotests
Change-Id: Ia8dae2e583f0faf7bded150dac65ed076f4ea576
This commit is contained in:
Fan Zhang
2017-11-03 10:06:21 -07:00
parent b916456984
commit 8e3f139cbb
4 changed files with 82 additions and 75 deletions

View File

@@ -35,7 +35,7 @@ import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class TrustAgentFeatureProviderTest {
public class TrustAgentManagerTest {
private static final String CANNED_PACKAGE_NAME = "com.test.package";