Searched defs:Note (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DDiagnostics.h71 enum class Level { Note, Warn, Error }; member in class:aapt::IDiagnostics::Level
85 virtual void Note(const DiagMessage& message) { function in struct:aapt::IDiagnostics
87 Log(Level::Note, actual);
111 case Level::Note:
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h39 Note, enumerator in enum:mcld::LDFileFormat::Kind
H A DDiagnosticEngine.h44 Note, enumerator in enum:mcld::DiagnosticEngine::Severity
/frameworks/base/core/java/android/provider/
H A DContactsContract.java423 * Note: this query returns primary profile results before managed profile results,
1913 * <i>Note: this query may be expensive! If you need to use it in bulk,
2501 * Note the use of {@link ContentProviderOperation.Builder#withValueBackReference(String, int)}
2851 * Note that changing
3012 * Note that this sub-directory also supports opening the photo as an asset file
3361 * <p>Note that this latter form allows the insertion of a stream item and its
4509 * <li>{@link CommonDataKinds.Note Note.CONTENT_ITEM_TYPE}</li>
7232 public static final class Note implements DataColumnsWithJoins, ContactCounts { class in class:ContactsContract.CommonDataKinds
7236 private Note() {} method in class:ContactsContract.CommonDataKinds.Note
[all...]

Completed in 158 milliseconds