Searched refs:CustomizableLockScreenUtils (Results 1 – 8 of 8) sorted by relevance
| /packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
| D | CustomizableLockScreenQuickAffordancesPreferenceControllerTest.java | 118 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()
|
| D | ControlsTrivialPrivacyPreferenceControllerTest.java | 201 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/ |
| D | CustomizableLockScreenQuickAffordancesPreferenceController.java | 43 return CustomizableLockScreenUtils.isFeatureEnabled(mContext) in getAvailabilityStatus() 54 final Intent intent = CustomizableLockScreenUtils.newIntent(); in displayPreference() 72 CustomizableLockScreenUtils.getQuickAffordanceSummary(mContext); in refreshSummary()
|
| D | ControlsTrivialPrivacyPreferenceController.java | 53 if (!CustomizableLockScreenUtils.isFeatureEnabled(mContext) in getSummary() 79 return CustomizableLockScreenUtils.isFeatureEnabled(mContext) in showDeviceControlsSettingsEnabled() 87 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in displayPreference()
|
| D | CustomizableLockScreenUtils.java | 37 public final class CustomizableLockScreenUtils { class 69 private CustomizableLockScreenUtils() {} in CustomizableLockScreenUtils() method in CustomizableLockScreenUtils
|
| D | ControlsPrivacyPreferenceController.java | 66 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()
|
| D | WalletPrivacyPreferenceController.java | 65 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()
|
| D | QRCodeScannerPreferenceController.java | 90 if (CustomizableLockScreenUtils.isFeatureEnabled(mContext)) { in getAvailabilityStatus()
|