/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
D | RobolectricPackageManagerTest.java | 66 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities__EmptyResult() 76 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities__Match() 92 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryBroadcastReceivers__EmptyResult() 115 Intent i = new Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER); in resolveActivity__Match() 133 i.addCategory(Intent.CATEGORY_LAUNCHER); in resolveService__Match()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | IntentTest.java | 252 Intent self = intent.addCategory("category.name.1"); in shouldSupportCategories() 253 intent.addCategory("category.name.2"); in shouldSupportCategories() 277 Intent self = intent.addCategory("foo"); in shouldAddCategories() 291 intentB.addCategory(category); in shouldFillIn() 322 .addCategory("category.name"); in equals_shouldTestActionComponentNameDataAndExtras() 330 .addCategory("category.name"); in equals_shouldTestActionComponentNameDataAndExtras() 412 intent.addCategory("category"); in testParcelIo_actionTypeCategory() 420 expected.addCategory("category"); in shouldHaveCreator()
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 97 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() function 1564 addCategory(set, U_GC_ND_MASK, *fStatus); in doParseActions() 4364 addCategory(set, U_GC_CF_MASK, ec); in addIdentifierIgnorable() 4481 addCategory(set, U_GC_CN_MASK, localStatus); in createSetForProperty() 4485 addCategory(set, U_GC_ND_MASK, localStatus); in createSetForProperty() 4494 addCategory(set, U_GC_L_MASK, localStatus); in createSetForProperty() 4495 addCategory(set, U_GC_SC_MASK, localStatus); in createSetForProperty() 4496 addCategory(set, U_GC_PC_MASK, localStatus); in createSetForProperty() 4497 addCategory(set, U_GC_ND_MASK, localStatus); in createSetForProperty() 4498 addCategory(set, U_GC_NL_MASK, localStatus); in createSetForProperty() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPackageManagerTest.java | 482 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivities_EmptyResult() 491 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_Match() 508 i.addCategory(Intent.CATEGORY_APP_BROWSER); in queryIntentActivitiesAsUser_EmptyResult() 518 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivitiesAsUser_Match() 534 intent.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_launcher() 549 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchSystemOnly() 568 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_EmptyResultWithNoMatchingImplicitIntents() 592 i.addCategory(Intent.CATEGORY_DEFAULT); in queryIntentActivities_MatchWithImplicitIntents() 606 i.addCategory(Intent.CATEGORY_LAUNCHER); in queryIntentActivities_MatchWithAliasIntents() 618 Intent i = new Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER); in resolveActivity_Match() [all …]
|
D | ShadowIntentTest.java | 282 Intent self = intent.addCategory("category.name.1"); in shouldSupportCategories() 283 intent.addCategory("category.name.2"); in shouldSupportCategories() 307 Intent self = intent.addCategory("foo"); in shouldAddCategories() 321 intentB.addCategory(category); in shouldFillIn()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterConfiguration.java | 79 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverForType() 96 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverAll()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/ |
D | FutureActivity.java | 61 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
|
/external/clang/test/Analysis/ |
D | pr4209.m | 60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ApplicationManagerFacade.java | 66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
|
D | SettingsFacade.java | 303 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
|
D | AndroidFacade.java | 405 intent.addCategory(categories.getString(i)); in buildIntent()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplicationPackageManager.java | 712 intentToResolve.addCategory(Intent.CATEGORY_INFO); in getLaunchIntentForPackage() 718 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForPackage()
|
D | LegacyManifestParser.java | 333 outInfo.addCategory(category); in populateIntentInfo()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
D | MethodDescriptor.java | 270 intent.addCategory(categories.getString(i)); in buildIntent()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowIntent.java | 107 public Intent addCategory(String category) { in addCategory() method in ShadowIntent
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackActivity.java | 1248 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()
|