Searched refs:mUxRestrictionsHelper (Results 1 – 1 of 1) sorted by relevance
49 private CarUxRestrictionsHelper mUxRestrictionsHelper; field in BaseCarSettingsActivity62 if (mUxRestrictionsHelper == null) { in onCreate()63 mUxRestrictionsHelper = new CarUxRestrictionsHelper(/* context= */ this, /* listener= */ in onCreate()66 mUxRestrictionsHelper.start(); in onCreate()76 mUxRestrictionsHelper.stop(); in onDestroy()77 mUxRestrictionsHelper = null; in onDestroy()