Searched defs:category (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java36 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
38 ShortCodeTest(String countryIso, String destAddress, int category) { argument
41 this.category = category;
463 test.category, monitor.checkDestination(test.address, test.countryIso));
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramResults.java38 /** Program result: category already opted in. */
41 /** Program result: category already opted in. */
50 /** Program result: invalid service category name. */
56 /** Service category to modify. */
59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
62 /** Result of service category programming for this category. */
66 public CdmaSmsCbProgramResults(int category, int language, int categoryResult) { argument
67 mCategory = category;
93 * Returns the CDMA service category t
[all...]
H A DCdmaSmsCbProgramData.java33 /** Delete the specified service category from the list of enabled categories. */
36 /** Add the specified service category to the list of enabled categories. */
78 /** Service category operation (add/delete/clear). */
81 /** Service category to modify. */
84 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
87 /** Maximum number of messages to store for this service category. */
90 /** Service category alert option. */
93 /** Name of service category. */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages, argument
100 mCategory = category;
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java68 * Display category: Presentation displays.
70 * This category can be used to identify secondary displays that are suitable for
79 "android.hardware.display.category.PRESENTATION";
112 * Gets all currently valid logical displays of the specified category.
114 * When there are multiple displays in a category the returned displays are sorted
115 * of preference. For example, if the requested category is
122 * @param category The requested display category or null to return all displays.
127 public Display[] getDisplays(String category) { argument
131 if (category
[all...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java93 static Intent buildHomeIntent(String category) { argument
95 intent.addCategory(category);
405 String category = null;
409 category = Intent.CATEGORY_CAR_DOCK;
414 category = Intent.CATEGORY_DESK_DOCK;
418 category = Intent.CATEGORY_HOME;
424 + mDockState +", category=" + category);
427 sendConfigurationAndStartDreamOrDockAppLocked(category);
445 String category
478 sendConfigurationAndStartDreamOrDockAppLocked(String category) argument
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java31 // CMAS message class (in GSM/UMTS message identifier or CDMA service category).
51 /** CMAS category for operator defined use. */
54 /** CMAS category for warning types that are reserved for future extension. */
57 // CMAS alert category (in CDMA type 1 elements record).
59 /** CMAS alert category: Geophysical including landslide. */
62 /** CMAS alert category: Meteorological including flood. */
65 /** CMAS alert category: General emergency and public safety. */
68 /** CMAS alert category: Law enforcement, military, homeland/local/private security. */
71 /** CMAS alert category: Rescue and recovery. */
74 /** CMAS alert category
197 SmsCbCmasInfo(int messageClass, int category, int responseType, int severity, int urgency, int certainty) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java84 * the <strong>action</strong> and <strong>category</strong> must match, and
164 * The part of a match constant that describes the category of match
175 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL}
182 * Quality adjustment applied to the category of match that signifies
964 * Add a new Intent category to match against. The semantics of
967 * filter in order to match. In other words, adding a category to the
968 * filter has no impact on matching unless that category is specified in
971 * @param category Name of category to match, i.e. Intent.CATEGORY_EMBED.
973 public final void addCategory(String category) { argument
1001 hasCategory(String category) argument
[all...]
H A DIntent.java119 * <li> <p><b>category</b> -- Gives additional information about the action
146 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
156 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
166 * <p>There are a variety of standard Intent action and category constants
211 * resolution: the action, type, and category. Using this information, a query
255 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
261 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
266 * &lt;category androi
4065 hasCategory(String category) argument
4989 addCategory(String category) argument
5004 removeCategory(String category) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp1176 if (tag == "category") {
1177 String8 category = getAttribute(tree, NAME_ATTR, &error); local
1183 if (category == "android.intent.category.LAUNCHER") {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java866 int category = result.getCategory();
867 outStream.write(8, category >> 8);
868 outStream.write(8, category);
1662 int category = (inStream.read(8) << 8) | inStream.read(8);
1671 throw new CodingException("category name is " + textBits + " bits in length,"
1684 CdmaSmsCbProgramData programData = new CdmaSmsCbProgramData(operation, category,
1759 * @param serviceCategory is the service category from the SMS envelope
1773 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN;
1817 category = inStream.read(8);
1832 bData.cmasWarningInfo = new SmsCbCmasInfo(messageClass, category, responseTyp
1847 isCmasAlertCategory(int category) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRouter.java465 // Enforce that any added route in a groupable category must be in a group.
574 * Return the {@link MediaRouter.RouteCategory category} at the given index.
577 * @param index which category to return
578 * @return the category at index
615 * @param category The category the new route will belong to
622 public UserRouteInfo createUserRoute(RouteCategory category) { argument
623 return new UserRouteInfo(category);
627 * Create a new route category. Each route must belong to a category
964 RouteInfo(RouteCategory category) argument
1284 UserRouteInfo(RouteCategory category) argument
1501 RouteGroup(RouteCategory category) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1172 * @param category category of data (e.g. "total", "last", "unplugged", "current" )
1176 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, argument
1180 pw.print(category); pw.print(',');
1215 String category = STAT_NAMES[which];
1218 dumpLine(pw, 0 /* uid */, category, BATTERY_DATA,
1255 dumpLine(pw, 0 /* uid */, category, MISC_DATA,
1266 dumpLine(pw, 0 /* uid */, category, SCREEN_BRIGHTNESS_DATA, args);
1273 dumpLine(pw, 0 /* uid */, category, SIGNAL_STRENGTH_TIME_DATA, args);
1274 dumpLine(pw, 0 /* uid */, category, SIGNAL_SCANNING_TIME_DAT
[all...]

Completed in 180 milliseconds