Clean up split system user code in packages/apps/Settings/

Remove legacy code belonged to Andrometa project. Split system user
feature is always turned off now.

Bug: 137101239
Test: build, sync and reboot
Change-Id: Ieb84a6e131383dcd263a5d9b29a49dc64d905fe0
This commit is contained in:
Yan Zhu
2021-01-12 12:23:43 -08:00
parent 6ac579fe44
commit 460c2cbc0f
6 changed files with 3 additions and 43 deletions

View File

@@ -411,11 +411,6 @@ public class WifiConfigControllerTest {
super(parent, view, accessPoint, mode, wifiManager);
}
@Override
boolean isSplitSystemUser() {
return false;
}
@Override
KeyStore getKeyStore() { return mKeyStore; }
}