Searched refs:SystemInterfaceImpl (Results 1 – 2 of 2) sorted by relevance
44 return new SystemInterfaceImpl(context); in getDefault()47 private static class SystemInterfaceImpl extends SystemInterface { class in SystemInterface56 private SystemInterfaceImpl(Context context) { in SystemInterfaceImpl() method in SystemInterface.SystemInterfaceImpl
38 private SystemInterfaceImpl mSystemInterface;48 mSystemInterface = new SystemInterfaceImpl(); in setUp()262 private static class SystemInterfaceImpl extends SystemInterface { class in CarPowerManagementServiceTest