Searched refs:SmallAreaDetectionController (Results 1 – 3 of 3) sorted by relevance
39 final class SmallAreaDetectionController { class57 static SmallAreaDetectionController create(@NonNull Context context) { in create()58 final SmallAreaDetectionController controller = in create()59 new SmallAreaDetectionController(context, DeviceConfigInterface.REAL); in create()67 SmallAreaDetectionController(Context context, DeviceConfigInterface deviceConfig) { in SmallAreaDetectionController() method in SmallAreaDetectionController73 new SmallAreaDetectionController.OnPropertiesChangedListener()); in SmallAreaDetectionController()
473 private SmallAreaDetectionController mSmallAreaDetectionController;744 mSmallAreaDetectionController = SmallAreaDetectionController.create(mContext); in systemReady()
60 private SmallAreaDetectionController mSmallAreaDetectionController;91 mSmallAreaDetectionController = spy(new SmallAreaDetectionController( in setup()