Home
last modified time | relevance | path

Searched refs:CustomizableLockScreenUtils (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DCustomizableLockScreenQuickAffordancesPreferenceControllerTest.java118 CustomizableLockScreenUtils.WALLPAPER_LAUNCH_SOURCE)).isEqualTo( in displayPreference_click()
119 CustomizableLockScreenUtils.LAUNCH_SOURCE_SETTINGS); in displayPreference_click()
164 CustomizableLockScreenUtils.NAME, in setEnabled()
165 CustomizableLockScreenUtils.VALUE in setEnabled()
169 CustomizableLockScreenUtils.ENABLED_FLAG, isFeatureEnabled ? 1 : 0 in setEnabled()
173 CustomizableLockScreenUtils.FLAGS_URI, null, null, null)) in setEnabled()
179 new String[] { CustomizableLockScreenUtils.AFFORDANCE_NAME }); in setSelectedAffordanceNames()
186 CustomizableLockScreenUtils.SELECTIONS_URI, null, null, null)) in setSelectedAffordanceNames()
DControlsTrivialPrivacyPreferenceControllerTest.java201 CustomizableLockScreenUtils.FLAGS_URI, null, null, null)) in setCustomizableLockScreenQuickAffordancesEnabled()
205 CustomizableLockScreenUtils.NAME, in setCustomizableLockScreenQuickAffordancesEnabled()
206 CustomizableLockScreenUtils.VALUE in setCustomizableLockScreenQuickAffordancesEnabled()
210 CustomizableLockScreenUtils.ENABLED_FLAG, isEnabled ? 1 : 0 in setCustomizableLockScreenQuickAffordancesEnabled()
/packages/apps/Settings/src/com/android/settings/display/
DCustomizableLockScreenQuickAffordancesPreferenceController.java43 return CustomizableLockScreenUtils.isFeatureEnabled(mContext) in getAvailabilityStatus()
54 final Intent intent = CustomizableLockScreenUtils.newIntent(); in displayPreference()
72 CustomizableLockScreenUtils.getQuickAffordanceSummary(mContext); in refreshSummary()
DControlsTrivialPrivacyPreferenceController.java53 if (!CustomizableLockScreenUtils.isFeatureEnabled(mContext) in getSummary()
79 return CustomizableLockScreenUtils.isFeatureEnabled(mContext) in showDeviceControlsSettingsEnabled()
87 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in displayPreference()
DCustomizableLockScreenUtils.java37 public final class CustomizableLockScreenUtils { class
69 private CustomizableLockScreenUtils() {} in CustomizableLockScreenUtils() method in CustomizableLockScreenUtils
DControlsPrivacyPreferenceController.java66 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()
DWalletPrivacyPreferenceController.java65 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()
DQRCodeScannerPreferenceController.java90 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()