cmsdk: Add preliminary hardware manager tests.

Change-Id: Ic01898fc9c1ae4d9c3b52ade8737ec6ab8388670
This commit is contained in:
Adnan Begovic
2015-09-01 14:09:43 -07:00
parent 3a502e91b2
commit c0c27a6f94
6 changed files with 451 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public final class CMHardwareManager {
}
/** @hide */
private static ICMHardwareService getService() {
public static ICMHardwareService getService() {
if (sService != null) {
return sService;
}