Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLogger.cpp57 std::ostream& Logger::note() { in note() function in aapt::Logger
61 std::ostream& Logger::note(const Source& source) { in note() function in aapt::Logger
65 std::ostream& Logger::note(const SourceLine& source) { in note() function in aapt::Logger
89 std::ostream& SourceLogger::note() { in note() function in aapt::SourceLogger
93 std::ostream& SourceLogger::note(size_t line) { in note() function in aapt::SourceLogger
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h61 inline mcld::MsgHandler mcld::note(unsigned int pID) { in note() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java694 Notification.Builder note = new Notification.Builder(mContext) in notifyUserAboutHiddenNotifications() local
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1123 public NoteData(String note) { in NoteData()
1972 private void addNote(final String note) { in addNote()
DVCardBuilder.java1330 String note = contentValues.getAsString(Note.NOTE); in appendNotes() local
/frameworks/base/services/core/java/com/android/server/
DMountService.java3356 final VolumeRecord note = mRecords.valueAt(i); in dump() local