Lines Matching full:selection
127 <h3>Define the selection criteria</h3>
129 Define a constant for your selection clause, an array to hold selection arguments, and a
130 variable to hold the selection value. Use
135 // Defines the selection clause
136 private static final String SELECTION = Data.LOOKUP_KEY + " = ?";
140 * Defines a variable to contain the selection value. Once you
148 Using "?" as a placeholder in your selection text expression ensures that the resulting search
224 // Assigns the selection parameter
232 SELECTION,
298 Selection
301 Modify the selection text to search for the
344 <h3>Define selection criteria</h3>
357 * Defines the selection clause. Search for a lookup key
360 private static final String SELECTION =