• Home
  • Raw
  • Download

Lines Matching refs:empty

120 // Typically shown up as popup window by longpressing on empty space on workspace.
170 // Folder's label is one of the non-empty suggested values.
173 // Folder's label is non-empty, manually entered by the user
181 // Folder's label is empty(i.e., title == "").
352 // EditText was empty.
353 // Eg: When a folder label is updated from empty string.
356 // EditText was non-empty and manually entered by the user.
360 // EditText was non-empty and one of the suggestions.
378 // New value matches with second top suggestion even though the top suggestion was non-empty.
381 // New value matches with second top suggestion given that top suggestion was empty.
384 // New value matches with third top suggestion even though the top suggestion was non-empty.
387 // New value matches with third top suggestion given that top suggestion was empty.
390 // New value matches with 4th top suggestion even though the top suggestion was non-empty.
393 // New value matches with 4th top suggestion given that top suggestion was empty.
396 // New value is empty even though the top suggestion was non-empty.
399 // New value is empty given that top suggestion was empty.
402 // New value is empty given that no suggestions were provided.
405 // New value is empty given that suggestions feature was disabled.
408 …// New value is non-empty and does not match with any of the suggestions even though the top sugge…
411 // New value is non-empty and not match with any suggestions given that top suggestion was empty.
414 // New value is non-empty and also no suggestions were provided.
417 // New value is non-empty and also suggestions feature was disable.