Home
last modified time | relevance | path

Searched refs:suggestManualAllowed (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DTimeZonePreferenceControllerTest.java102 boolean suggestManualAllowed) { in createCapabilitiesAndConfig() argument
108 int suggestManualCapability = suggestManualAllowed ? Capabilities.CAPABILITY_POSSESSED in createCapabilitiesAndConfig()
118 .setAutoDetectionEnabled(!suggestManualAllowed) in createCapabilitiesAndConfig()
DDatePreferenceControllerTest.java147 boolean suggestManualAllowed) { in createCapabilitiesAndConfig() argument
148 int suggestManualCapability = suggestManualAllowed ? Capabilities.CAPABILITY_POSSESSED in createCapabilitiesAndConfig()
155 .setAutoDetectionEnabled(!suggestManualAllowed) in createCapabilitiesAndConfig()