Home
last modified time | relevance | path

Searched defs:note (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DDuplicateAccountDialogFragment.java40 public static DuplicateAccountDialogFragment newInstance(String note) { in newInstance()
DAccountSetupBasics.java696 public static NoteDialogFragment newInstance(String note) { in newInstance()
707 final String note = getArguments().getString(BUNDLE_KEY_NOTE); in onCreateDialog() local
DAccountSettingsUtils.java227 public String note; field in AccountSettingsUtils.Provider
/packages/apps/Phone/src/com/android/phone/
DNotificationMgr.java408 private static void configureLedNotification(Notification note) { in configureLedNotification()
463 Notification note = new Notification( in notifyMissedCall() local
/packages/apps/Exchange/src/com/android/exchange/adapter/
DContactsSyncAdapter.java1436 public void addNote(Entity entity, String note) { in addNote()
1650 String note = ""; in sendNote() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java507 protected Uri insertNote(long rawContactId, String note) { in insertNote()