Searched defs:notes (Results 1 – 3 of 3) sorted by relevance
89 public @NonNull ListenableFuture<AppSearchBatchResult<String, Void>> insertNotes( in insertNotes()
102 List<String> notes = ImmutableList.of("note1", "note2"); in testBuilder() local232 List<String> notes = ImmutableList.of("org1", "org2"); in testBuilder_copy() local379 List<String> notes = new ArrayList<>(originalNotes); in testPerson_immutableAfterBuilt() local586 List<String> notes = Arrays.asList(noteArray); in testSchemaType_matchingBetweenJetpackAndFramework() local
172 @NonNull List<String> notes, in Person()441 public @NonNull T setNotes(@NonNull List<String> notes) { in setNotes()