Searched defs:standardizeInput (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
H A DInlineListPayload.java36 protected int standardizeInput(int input) throws IllegalArgumentException { method in class:InlineListPayload
H A DInlinePayload.java109 protected abstract int standardizeInput(int input) throws IllegalArgumentException; method in class:InlinePayload
132 return standardizeInput(settingsValue);
142 newValue = standardizeInput(newValue);
H A DInlineSwitchPayload.java65 protected int standardizeInput(int value) { method in class:InlineSwitchPayload
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
H A DInlinePayloadTest.java123 protected int standardizeInput(int input) throws IllegalArgumentException { method in class:InlinePayloadTest.ConcreteInlinePayload

Completed in 99 milliseconds