Lines Matching refs:empty
96 // Typically shown up as popup window by longpressing on empty space on workspace.
114 // Folder's label is one of the non-empty suggested values.
117 // Folder's label is non-empty, manually entered by the user
125 // Folder's label is empty(i.e., title == "").
242 // EditText was empty.
243 // Eg: When a folder label is updated from empty string.
246 // EditText was non-empty and manually entered by the user.
250 // EditText was non-empty and one of the suggestions.
268 // New value matches with second top suggestion even though the top suggestion was non-empty.
271 // New value matches with second top suggestion given that top suggestion was empty.
274 // New value matches with third top suggestion even though the top suggestion was non-empty.
277 // New value matches with third top suggestion given that top suggestion was empty.
280 // New value matches with 4th top suggestion even though the top suggestion was non-empty.
283 // New value matches with 4th top suggestion given that top suggestion was empty.
286 // New value is empty even though the top suggestion was non-empty.
289 // New value is empty given that top suggestion was empty.
292 // New value is empty given that no suggestions were provided.
295 // New value is empty given that suggestions feature was disabled.
298 …// New value is non-empty and does not match with any of the suggestions even though the top sugge…
301 // New value is non-empty and not match with any suggestions given that top suggestion was empty.
304 // New value is non-empty and also no suggestions were provided.
307 // New value is non-empty and also suggestions feature was disable.