Lines Matching refs:empty
119 // Typically shown up as popup window by longpressing on empty space on workspace.
169 // Folder's label is one of the non-empty suggested values.
172 // Folder's label is non-empty, manually entered by the user
180 // Folder's label is empty(i.e., title == "").
336 // EditText was empty.
337 // Eg: When a folder label is updated from empty string.
340 // EditText was non-empty and manually entered by the user.
344 // EditText was non-empty and one of the suggestions.
362 // New value matches with second top suggestion even though the top suggestion was non-empty.
365 // New value matches with second top suggestion given that top suggestion was empty.
368 // New value matches with third top suggestion even though the top suggestion was non-empty.
371 // New value matches with third top suggestion given that top suggestion was empty.
374 // New value matches with 4th top suggestion even though the top suggestion was non-empty.
377 // New value matches with 4th top suggestion given that top suggestion was empty.
380 // New value is empty even though the top suggestion was non-empty.
383 // New value is empty given that top suggestion was empty.
386 // New value is empty given that no suggestions were provided.
389 // New value is empty given that suggestions feature was disabled.
392 …// New value is non-empty and does not match with any of the suggestions even though the top sugge…
395 // New value is non-empty and not match with any suggestions given that top suggestion was empty.
398 // New value is non-empty and also no suggestions were provided.
401 // New value is non-empty and also suggestions feature was disable.