/frameworks/base/core/java/android/view/ |
MenuItem.java | 72 * Return the category and order within the category of this item. This 73 * item will be shown before all items (within its category) that have 76 * An order integer contains the item's category (the upper bits of the 77 * integer; set by or/add the category with the order within the 78 * category) and the ordering of the item within that category (the
|
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 78 * the <strong>action</strong> and <strong>category</strong> must match, and 158 * The part of a match constant that describes the category of match 169 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL} 176 * Quality adjustment applied to the category of match that signifies 1033 final String category = it.next(); local [all...] |
Intent.java | 110 * <li> <p><b>category</b> -- Gives additional information about the action 137 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> -- 147 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b> 157 * <p>There are a variety of standard Intent action and category constants 202 * resolution: the action, type, and category. Using this information, a query 246 * <category android:name="android.intent.category.LAUNCHER" /> 252 * <category android:name="android.intent.category.DEFAULT" /> 257 * <category android:name="android.intent.category.DEFAULT" /> [all...] |
/dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/ |
XsltXPathConformanceTestSuite.java | 191 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01"> 210 String category = testCaseElement.getAttribute("category"); local 212 String name = category + "." + id; 265 return new XsltTest(category, id, purpose, spec, principalData, 313 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest 331 XsltTest(String category, String id, String purpose, String spec, 335 this.category = category; 406 return category + "." + id [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
Character.java | 92 * Unicode category constant Cn. 97 * Unicode category constant Lu. 102 * Unicode category constant Ll. 107 * Unicode category constant Lt. 112 * Unicode category constant Lm. 117 * Unicode category constant Lo. 122 * Unicode category constant Mn. 127 * Unicode category constant Me. 132 * Unicode category constant Mc. 137 * Unicode category constant Nd [all...] |
/external/icu4c/common/unicode/ |
ubrk.h | 118 * getRuleStatus(). A range of values is defined for each category of 119 * word, to allow for further subdivisions of a category in future releases. 151 * A range of values is defined for each category of 152 * word, to allow for further subdivisions of a category in future releases. 173 * A range of values is defined for each category of 174 * sentence, to allow for further subdivisions of a category in future releases.
|
/frameworks/base/docs/html/resources/articles/ |
wikinotes-intents.jd | 177 <category name="android.intent.category.DEFAULT"/> 178 <category name="android.intent.category.BROWSABLE"/> 184 category indicates that the WikiNotes activity should be treated as a 186 BROWSABLE category means it can be invoked from a "browser", in this
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 280 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
|
/external/bluetooth/bluez/audio/ |
avdtp.h | 95 uint8_t category; member in struct:avdtp_service_capability 178 uint8_t *category, void *user_data); 213 struct avdtp_service_capability *avdtp_service_cap_new(uint8_t category,
|
/packages/apps/IM/src/com/android/im/app/ |
DatabaseUtils.java | 218 values.put(Imps.Provider.CATEGORY, ImApp.IMPS_CATEGORY); 229 // Update the full name, signup url and category each time when the plugin change 237 values.put(Imps.Provider.CATEGORY, ImApp.IMPS_CATEGORY);
|
ImPluginHelper.java | 202 // Update the full name, signup url and category each time when the plugin change 210 values.put(Imps.Provider.CATEGORY, ImApp.IMPS_CATEGORY); 218 values.put(Imps.Provider.CATEGORY, ImApp.IMPS_CATEGORY);
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.java | 67 private static final String CATEGORY = "testCategory"; 175 mIntentFilter.addCategory(CATEGORY + i); 183 assertEquals(CATEGORY + i, actual); 184 assertEquals(CATEGORY + i, mIntentFilter.getCategory(i)); 185 assertTrue(mIntentFilter.hasCategory(CATEGORY + i)); 186 assertFalse(mIntentFilter.hasCategory(CATEGORY + i + 10)); 632 mIntentFilter.addCategory(CATEGORY); 645 assertEquals(CATEGORY, intentFilter.getCategory(0)); 669 cat.add(CATEGORY); 670 mIntentFilter.addCategory(CATEGORY); [all...] |
/external/apache-http/src/org/apache/http/util/ |
package.html | 42 do not fall into this category.
|
/external/genext2fs/m4/ |
ac_func_snprintf.m4 | 13 dnl @category C
|
/external/icu4c/common/ |
rbbinode.h | 75 // Values are the character category,
|
/external/proguard/src/proguard/optimize/info/ |
VariableUsageMarker.java | 89 // Account for Category 2 instructions, which take up two entries.
|
/external/webkit/WebCore/inspector/front-end/ |
SummaryBar.js | 72 for (var category in this.categories) { 73 var size = graphInfo.categoryValues[category]; 77 var colorString = this.categories[category].color; 82 var legendLabel = this._makeLegendElement(this.categories[category].title, this.calculator.formatValue(size), colorString);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebResourceLoadDelegatePrivate.idl | 39 @category WebResourceLoadDelegatePrivate
|
/frameworks/base/core/tests/coretests/EnabledTestApp/ |
AndroidManifest.xml | 26 <category android:name="com.android.frameworks.coretests.enabled_app.TEST_CATEGORY" />
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/dalvik/dx/src/com/android/dx/cf/code/ |
OneLocalsArray.java | 172 return throwSimException(idx, "category-2"); 183 return throwSimException(idx, "category-1");
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 595 * Gets the category. Most instances are category 1. {@code long} 596 * and {@code double} are the only category 2 types. 600 * @return the category 614 * Returns whether or not this is a category 1 type. 618 * @return whether or not this is a category 1 type 632 * Returns whether or not this is a category 2 type. 636 * @return whether or not this is a category 2 type
|
/external/proguard/src/proguard/evaluation/ |
TracedStack.java | 165 // Account for the extra space required by Category 2 values. 178 // Account for the extra space required by Category 2 values.
|
/external/webkit/WebCore/platform/text/wince/ |
TextBreakIteratorWince.cpp | 36 CharCategory charCategory = category(c); 42 return category(c) != Separator_Line;
|
/external/webkit/WebKitTools/CygwinDownloader/ |
cygwin-downloader.py | 92 elif line[:10] == "category: ": 94 line = "category: Base\n"
|