Searched defs:note (Results 1 – 6 of 6) sorted by relevance
186 val note = mNoteCaptor.value in verifyConnectedNotification() constant
295 val note = device.wait(Until.findObject(By.text(doneText)), TEST_TIMEOUT_MS) in testTapDoneNotification() constant
302 public void insertPostCallNotification(@NonNull String number, @NonNull String note) { in insertPostCallNotification()
404 final Notification note = makeProgressNotification(task, progress); in maybeNotifyProgress() local
1463 final NoteDataItem note = (NoteDataItem) dataItem; in dataItemToEntry() local
517 protected Uri insertNote(long rawContactId, String note) { in insertNote()