Home
last modified time | relevance | path

Searched refs:mFooterPreferenceMixin (Results 1 – 25 of 56) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DDiscoverableFooterPreferenceControllerTest.java67 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DiscoverableFooterPreferenceControllerTest
87 mDiscoverableFooterPreferenceController.init(mFooterPreferenceMixin, mPreference, in setUp()
111 when(mFooterPreferenceMixin.createFooterPreference()).thenReturn(mPreference); in displayPreference()
183 mDiscoverableFooterPreferenceController.init(mFooterPreferenceMixin, mPreference, null); in onResume_localBluetoothManagerNull_shouldNotCrash()
192 mDiscoverableFooterPreferenceController.init(mFooterPreferenceMixin, mPreference, null); in onPause_localBluetoothManagerNull_shouldNotCrash()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/
DDiscoverableFooterPreferenceController.java54 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DiscoverableFooterPreferenceController
84 mFooterPreferenceMixin = new FooterPreferenceMixinCompat(fragment, in init()
91 mFooterPreferenceMixin = footerPreferenceMixin; in init()
110 mPreference = mFooterPreferenceMixin.createFooterPreference(); in addFooterPreference()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DDiscoverableFooterPreferenceController.java54 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DiscoverableFooterPreferenceController
84 mFooterPreferenceMixin = new FooterPreferenceMixinCompat(fragment, in init()
91 mFooterPreferenceMixin = footerPreferenceMixin; in init()
110 mPreference = mFooterPreferenceMixin.createFooterPreference(); in addFooterPreference()
/packages/apps/Settings/src/com/android/settings/accounts/
DEnterpriseDisclosurePreferenceController.java33 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in EnterpriseDisclosurePreferenceController
45 mFooterPreferenceMixin = footerPreferenceMixin; in setFooterPreferenceMixin()
74 mFooterPreferenceMixin.createFooterPreference(); in addEnterpriseDisclosure()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DEnterpriseDisclosurePreferenceController.java33 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in EnterpriseDisclosurePreferenceController
45 mFooterPreferenceMixin = footerPreferenceMixin; in setFooterPreferenceMixin()
74 mFooterPreferenceMixin.createFooterPreference(); in addEnterpriseDisclosure()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsMacAddressController.java34 FooterPreferenceMixinCompat mFooterPreferenceMixin; field in BluetoothDetailsMacAddressController
42 mFooterPreferenceMixin = new FooterPreferenceMixinCompat(fragment, lifecycle); in BluetoothDetailsMacAddressController()
47 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in init()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DEnterpriseDisclosurePreferenceControllerTest.java47 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in EnterpriseDisclosurePreferenceControllerTest
57 mFooterPreferenceMixin = new FooterPreferenceMixinCompat(mFragment, in setUp()
85 mController.setFooterPreferenceMixin(mFooterPreferenceMixin); in displayPreference_hasDisclosure_shouldSetTitle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java94 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DeviceAdminListPreferenceController
110 mFooterPreferenceMixin = mixin; in setFooterPreferenceMixin()
170 if (mFooterPreferenceMixin != null) { in refreshUI()
171 final FooterPreference footer = mFooterPreferenceMixin.createFooterPreference(); in refreshUI()
DDeviceAdminSettings.java44 mFooterPreferenceMixin); in onAttach()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceController.java95 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DeviceAdminListPreferenceController
111 mFooterPreferenceMixin = mixin; in setFooterPreferenceMixin()
171 if (mFooterPreferenceMixin != null) { in refreshUI()
172 final FooterPreference footer = mFooterPreferenceMixin.createFooterPreference(); in refreshUI()
DDeviceAdminSettings.java44 mFooterPreferenceMixin); in onAttach()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceControllerTest.java50 private FooterPreferenceMixinCompat mFooterPreferenceMixin; field in DeviceAdminListPreferenceControllerTest
65 .setFooterPreferenceMixin(mFooterPreferenceMixin)); in setUp()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragment.java141 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
145 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DToggleFeaturePreferenceFragment.java141 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
145 mFooterPreferenceMixin.createFooterPreference().setTitle(summary); in onProcessArguments()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DRestrictedAppDetails.java79 private final FooterPreferenceMixinCompat mFooterPreferenceMixin = field in RestrictedAppDetails
100 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
DSmartBatterySettings.java46 mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.smart_battery_footer); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DRestrictedAppDetails.java79 private final FooterPreferenceMixinCompat mFooterPreferenceMixin = field in RestrictedAppDetails
100 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAutoBrightnessSettings.java40 mFooterPreferenceMixin.createFooterPreference() in onCreate()
DAdaptiveSleepSettings.java42 mFooterPreferenceMixin.createFooterPreference(); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DAutoBrightnessSettings.java40 mFooterPreferenceMixin.createFooterPreference() in onCreate()
DAdaptiveSleepSettings.java42 mFooterPreferenceMixin.createFooterPreference(); in onCreate()
/packages/apps/Settings/src/com/android/settings/notification/
DZenCustomRuleBlockedEffectsSettings.java35 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenCustomRuleBlockedEffectsSettings.java35 mFooterPreferenceMixin.createFooterPreference().setTitle( in onCreate()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java71 protected final FooterPreferenceMixinCompat mFooterPreferenceMixin = field in SettingsPreferenceFragment
314 - (mFooterPreferenceMixin.hasFooter() ? 1 : 0)) <= 0 in updateEmptyView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java71 protected final FooterPreferenceMixinCompat mFooterPreferenceMixin = field in SettingsPreferenceFragment
314 - (mFooterPreferenceMixin.hasFooter() ? 1 : 0)) <= 0 in updateEmptyView()

123