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

/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
H A DRelationWithReservedKeywordTest.java63 Category category = new Category(1, "cat1");
74 static class Category { class in class:RelationWithReservedKeywordTest
81 Category(long id, String name) { method in class:RelationWithReservedKeywordTest.Category
90 Category category = (Category) o;
111 void insert(Category... categories);
118 entities = {Category.class, Topic.class},
129 public Category category;
141 entity = Category
[all...]
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java39 private enum Category { enum in class:SharedLog
86 Log.e(mTag, record(Category.ERROR, e.toString()));
90 Log.e(mTag, record(Category.ERROR, msg));
94 Log.i(mTag, record(Category.NONE, msg));
98 Log.w(mTag, record(Category.WARN, msg));
106 record(Category.NONE, msg);
114 record(Category.MARK, msg);
117 private String record(Category category, String msg) {
123 private String logLine(Category category, String msg) {
126 if (category != Category
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h124 class Category { class in class:mcld::SymbolCategory
134 Category* prev;
135 Category* next;
138 explicit Category(Type pType) function in class:mcld::SymbolCategory::Category
153 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget);
156 Category::Type pSource,
157 Category::Type pTarget);
162 Category* m_pFile;
163 Category* m_pLocal;
164 Category* m_pLocalDy
[all...]
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java1000 public @Category int category = CATEGORY_UNDEFINED;
1015 public @interface Category { interface in class:ApplicationInfo
1026 * Category for apps which are primarily games.
1033 * Category for apps which primarily work with audio or music, such as music
1041 * Category for apps which primarily work with video or movies, such as
1049 * Category for apps which primarily work with images or photos, such as
1057 * Category for apps which are primarily social apps, such as messaging,
1065 * Category for apps which are primarily news apps, such as newspapers,
1073 * Category for apps which are primarily maps apps, such as navigation apps.
1080 * Category fo
[all...]

Completed in 2541 milliseconds