Home
last modified time | relevance | path

Searched refs:TermsOfAddressNotSpecifiedController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/localepicker/
DTermsOfAddressNotSpecifiedController.java23 public class TermsOfAddressNotSpecifiedController extends TermsOfAddressBaseController { class
27 public TermsOfAddressNotSpecifiedController(Context context, String preferenceKey) { in TermsOfAddressNotSpecifiedController() method in TermsOfAddressNotSpecifiedController
DTermsOfAddressFragment.java49 use(TermsOfAddressNotSpecifiedController.class).setTermsOfAddressHelper( in onAttach()
/packages/apps/Settings/tests/unit/src/com/android/settings/localepicker/
DTermsOfAddressNotSpecifiedControllerTest.java55 private TermsOfAddressNotSpecifiedController mController;
90 mController = new TermsOfAddressNotSpecifiedController(mContext, KEY_NOT_SPECIFIED); in setUp()