Home
last modified time | relevance | path

Searched refs:addCategory (Results 1 – 16 of 16) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DRobolectricPackageManagerTest.java66 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/
DIntentTest.java252 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/
Dregexcmp.cpp97 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/
DShadowPackageManagerTest.java482 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 …]
DShadowIntentTest.java282 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/
DInterpreterConfiguration.java79 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverForType()
96 intent.addCategory(Intent.CATEGORY_LAUNCHER); in discoverAll()
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java61 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
/external/clang/test/Analysis/
Dpr4209.m60 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DApplicationManagerFacade.java66 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApplications()
DSettingsFacade.java303 intent.addCategory(Intent.CATEGORY_HOME); in showHomeScreen()
DAndroidFacade.java405 intent.addCategory(categories.getString(i)); in buildIntent()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java712 intentToResolve.addCategory(Intent.CATEGORY_INFO); in getLaunchIntentForPackage()
718 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForPackage()
DLegacyManifestParser.java333 outInfo.addCategory(category); in populateIntentInfo()
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java270 intent.addCategory(categories.getString(i)); in buildIntent()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java107 public Intent addCategory(String category) { in addCategory() method in ShadowIntent
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java1248 FilenameIntent.addCategory(Intent.CATEGORY_OPENABLE); in launchFileNameChoosingActivity()