Searched defs:category (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DIntent.java138 * <li> <p><b>category</b> -- Gives additional information about the action
165 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
175 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
185 * <p>There are a variety of standard Intent action and category constants
230 * resolution: the action, type, and category. Using this information, a query
274 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
280 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
285 * &lt;category androi
4818 hasCategory(String category) argument
5780 addCategory(String category) argument
5795 removeCategory(String category) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1853 * @param category category of data (e.g. "total", "last", "unplugged", "current" )
1857 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, argument
1861 pw.print(category); pw.print(',');
1909 String category = STAT_NAMES[which];
1912 dumpLine(pw, 0 /* uid */, category, BATTERY_DATA,
1957 dumpLine(pw, 0 /* uid */, category, GLOBAL_NETWORK_DATA,
1962 dumpLine(pw, 0 /* uid */, category, MISC_DATA,
1976 dumpLine(pw, 0 /* uid */, category, SCREEN_BRIGHTNESS_DATA, args);
1983 dumpLine(pw, 0 /* uid */, category, SIGNAL_STRENGTH_TIME_DAT
[all...]

Completed in 69 milliseconds

12