Home
last modified time | relevance | path

Searched refs:restoredValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsHelperRestoreTest.java220 final String restoredValue = "com.android.a11y/Service"; in restoreAccessibilityShortcutTargetService_broadcastSent() local
230 restoredValue, in restoreAccessibilityShortcutTargetService_broadcastSent()
235 .isEqualTo(restoredValue); in restoreAccessibilityShortcutTargetService_broadcastSent()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredBroadcastRepositoryTest.kt293 restoredValue: String, in createRestoreIntent()
303 .putExtra(Intent.EXTRA_SETTING_NEW_VALUE, restoredValue) in createRestoreIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DAutoAddTrackerTest.java291 String settingName, String previousValue, String restoredValue) { in makeRestoreIntent() argument
295 intent.putExtra(Intent.EXTRA_SETTING_NEW_VALUE, restoredValue); in makeRestoreIntent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2115 String oldValue, String restoredValue) { in restoreAccessibilityShortcutTargetService() argument
2125 readColonDelimitedStringToSet(restoredValue, str -> str, in restoreAccessibilityShortcutTargetService()