HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 101 - 125 of 1545) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 547 category c0; category c1; category c2; category c3;
548 category c4; category c5; category c6; category c7;
549 category c8; category c9; category c10; category c11
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/controller/
EventController.java 38 void sendEvent(@StringRes int category, @StringRes int action, @StringRes int label) {
40 eventTracker.sendEvent(category, action, label);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 58 @ViewDebug.ExportedProperty(category="recents")
60 @ViewDebug.ExportedProperty(category="recents")
62 @ViewDebug.ExportedProperty(category="recents")
64 @ViewDebug.ExportedProperty(category="recents")
66 @ViewDebug.ExportedProperty(category="recents")
68 @ViewDebug.ExportedProperty(category="recents")
135 @ViewDebug.ExportedProperty(category="recents")
137 @ViewDebug.ExportedProperty(category="recents")
146 @ViewDebug.ExportedProperty(category="recents")
148 @ViewDebug.ExportedProperty(category="recents"
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/item/
WakelockItem.java 59 public static final String CATEGORY = "CATEGORY";
62 NAME, PROCESS_UID, PROCESS_NAME, HELD_TIME, LOCKED_COUNT, CATEGORY));
70 * @param category The {@link WakeLockCategory} of the wake lock
72 public WakelockInfoItem(String name, long heldTime, int lockedCount, WakeLockCategory category) {
73 this(name, null, heldTime, lockedCount, category);
83 * @param category The {@link WakeLockCategory} of the wake lock
86 WakeLockCategory category) {
93 setAttribute(CATEGORY, category);
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 55 * card emulation service for a certain category. This will
59 * {@link #EXTRA_SERVICE_COMPONENT}, for the category
67 * The category extra for {@link #ACTION_CHANGE_DEFAULT}.
71 public static final String EXTRA_CATEGORY = "category";
82 * Category used for NFC payment services.
87 * Category that can be used for all other card emulation
96 * category.
101 * that the default service has registered in this category,
111 * or {@link OffHostApduService}, whenever an Application ID (AID) of this category
185 * the default service to handle a card emulation category
    [all...]
  /development/ndk/platforms/android-9/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /external/e2fsprogs/intl/
intl-compat.c 77 dcgettext (const char *domainname, const char *msgid, int category)
79 return libintl_dcgettext (domainname, msgid, category);
104 int category)
106 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
PropertyManager.java 13 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProvider.java 11 package org.eclipse.wb.internal.core.model.property.category;
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
default_error_condition.pass.cpp 23 assert(e_cond.category() == e_cat);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
make_error_code.pass.cpp 24 assert(ec.category() == std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
ErrorConditionEnum.pass.cpp 24 assert(ec.category() == std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
ErrorConditionEnum.pass.cpp 25 assert(ec.category() == std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 24 assert(ec1.category() == std::generic_category());
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_code.pass.cpp 22 assert(ec.category() == std::iostream_category());
make_error_condition.pass.cpp 22 assert(ec1.category() == std::iostream_category());
  /external/libcxx/test/std/thread/futures/futures.errors/
default_error_condition.pass.cpp 25 assert(e_cond.category() == e_cat);
make_error_code.pass.cpp 26 assert(ec.category() == std::future_category());
make_error_condition.pass.cpp 28 assert(ec1.category() == std::future_category());
  /packages/apps/Camera2/src_pd/com/android/camera/util/
GoogleHelpHelper.java 35 public void sendGoogleFeedback(int category, Exception ex) {}
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsTimer.java 61 * Logs the duration of the event with the provided category, name, and label.
71 * @param category category for analytics logging
75 public void logDuration(String id, boolean isDestructive, String category, String name,
78 logDurationAndReturn(id, isDestructive, category, name, label);
88 public long logDurationAndReturn(String id, boolean isDestructive, String category, String name,
95 Analytics.getInstance().sendTiming(category, time, name, label);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);

Completed in 796 milliseconds

1 2 3 45 6 7 8 91011>>