Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 25 of 62) sorted by relevance

123

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCrossProfileApps.java102 protected void startMainActivity(ComponentName componentName, UserHandle targetUser) { in startMainActivity()
118 protected void startActivity(ComponentName componentName, UserHandle targetUser) { in startActivity()
149 ComponentName componentName = intent.getComponent(); in startActivity() local
439 private final ComponentName componentName; field in ShadowCrossProfileApps.StartedMainActivity
442 public StartedMainActivity(ComponentName componentName, UserHandle userHandle) { in StartedMainActivity()
485 private final ComponentName componentName; field in ShadowCrossProfileApps.StartedActivity
491 public StartedActivity(ComponentName componentName, UserHandle userHandle) { in StartedActivity()
497 ComponentName componentName, in StartedActivity()
DShadowPackageManager.java208 public ActivityInfo addActivityIfNotPresent(ComponentName componentName) { in addActivityIfNotPresent()
225 public ServiceInfo addServiceIfNotPresent(ComponentName componentName) { in addServiceIfNotPresent()
242 public ActivityInfo addReceiverIfNotPresent(ComponentName componentName) { in addReceiverIfNotPresent()
259 public ProviderInfo addProviderIfNotPresent(ComponentName componentName) { in addProviderIfNotPresent()
353 public ActivityInfo removeActivity(ComponentName componentName) { in removeActivity()
364 public ServiceInfo removeService(ComponentName componentName) { in removeService()
375 public ProviderInfo removeProvider(ComponentName componentName) { in removeProvider()
386 public ActivityInfo removeReceiver(ComponentName componentName) { in removeReceiver()
444 ComponentName componentName, in removeComponent()
742 public int getComponentEnabledSettingFlags(ComponentName componentName) { in getComponentEnabledSettingFlags()
[all …]
DShadowSearchManager.java25 protected SearchableInfo getSearchableInfo(ComponentName componentName) { in getSearchableInfo()
DShadowAutofillManager.java52 public void setAutofillServiceComponentName(@Nullable ComponentName componentName) { in setAutofillServiceComponentName()
DShadowVoiceInteractionService.java71 protected static boolean isActiveService(Context context, ComponentName componentName) { in isActiveService()
DShadowNotificationListenerService.java75 protected static void requestRebind(ComponentName componentName) { in requestRebind()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCrossProfileApps.java132 protected void startMainActivity(ComponentName componentName, UserHandle targetUser) { in startMainActivity()
149 protected void startActivity(ComponentName componentName, UserHandle targetUser) { in startActivity()
381 private final ComponentName componentName; field in ShadowCrossProfileApps.StartedMainActivity
384 public StartedMainActivity(ComponentName componentName, UserHandle userHandle) { in StartedMainActivity()
422 private final ComponentName componentName; field in ShadowCrossProfileApps.StartedActivity
425 public StartedActivity(ComponentName componentName, UserHandle userHandle) { in StartedActivity()
DShadowSearchManager.java13 protected SearchableInfo getSearchableInfo(ComponentName componentName) { in getSearchableInfo()
DShadowPackageManager.java221 static String resolvePackageName(String packageName, ComponentName componentName) { in resolvePackageName()
381 public int getComponentEnabledSettingFlags(ComponentName componentName) { in getComponentEnabledSettingFlags()
1037 public List<IntentFilter> getIntentFiltersForActivity(ComponentName componentName) in getIntentFiltersForActivity()
1048 public List<IntentFilter> getIntentFiltersForService(ComponentName componentName) in getIntentFiltersForService()
1059 public List<IntentFilter> getIntentFiltersForReceiver(ComponentName componentName) in getIntentFiltersForReceiver()
1065 List<? extends Component> components, ComponentName componentName) in getIntentFiltersForComponent()
1075 private static Package getAppPackage(ComponentName componentName) throws NameNotFoundException { in getAppPackage()
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootMetadata.java112 public ImmutableSet<TypeElement> modules(ClassName componentName) { in modules()
116 public ImmutableSet<TypeName> entryPoints(ClassName componentName) { in entryPoints()
130 public ImmutableSet<ClassName> scopes(ClassName componentName) { in scopes()
141 public ImmutableSet<TypeElement> modulesThatDaggerCannotConstruct(ClassName componentName) { in modulesThatDaggerCannotConstruct()
169 ClassName componentName = componentDescriptor.component(); in validate() local
/external/sl4a/Common/src/com/googlecode/android_scripting/
DIntentBuilders.java51 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInBackgroundIntent() local
67 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInTerminalIntent() local
83 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInterpreterIntent() local
/external/v4l2_codec2/components/
DV4L2ComponentFactory.cpp23 const std::string& componentName, std::shared_ptr<C2ReflectorHelper> reflector) { in create()
39 V4L2ComponentFactory::V4L2ComponentFactory(const std::string& componentName, bool isEncoder, in V4L2ComponentFactory()
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java88 ClassName componentName = ClassName.get(componentElement); in from() local
90 componentNames.contains(componentName), "%s is not a valid Component.", componentName); in from() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DContentProviderController.java29 …ComponentName componentName = createRelative(baseContext.getPackageName(), contentProvider.getClas… in create() local
65 ComponentName componentName = in create() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
DContentProviderController.java32 …ComponentName componentName = createRelative(baseContext.getPackageName(), contentProvider.getClas… in create() local
73 ComponentName componentName = in create() local
DActivityController.java111 ComponentName componentName = in attach() local
126 ComponentName componentName = in getActivityInfo() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationException.java226 String componentName = (isVideo ? "Video" : "Audio") + (isDecoder ? "Decoder" : "Encoder"); in createForCodec() local
253 String componentName = (isVideo ? "Video" : "Audio") + (isDecoder ? "Decoder" : "Encoder"); in createForCodec() local
269 Throwable cause, String componentName, AudioFormat audioFormat, int errorCode) { in createForAudioProcessor()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAutofillManagerTest.java29 ComponentName componentName = new ComponentName("package", "class"); in setAutofillServiceComponentName() local
DShadowContentCaptureManagerTest.java60 ComponentName componentName = new ComponentName("fake pkg", "fake cls"); in getServiceComponentName_nonNull() local
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentNames.java54 ClassName componentName = componentDescriptor.typeElement().getClassName(); in getRootComponentClassName() local
121 String componentName = namesByPath.get(componentPath); in creatorNamesByPath() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationException.java219 Throwable cause, String componentName, Format format, int errorCode) { in createForCodec()
234 Throwable cause, String componentName, AudioFormat audioFormat, int errorCode) { in createForAudioProcessor()
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/pm/
DPackageManagerTest.java125 ComponentName componentName = new ComponentName(context, "org.robolectric.testapp.TestService"); in getComponent_validName() local
133 ComponentName componentName = new ComponentName(context, "org.robolectric.testapp.TestService"); in getComponent_validName_queryWithMoreFlags() local
/external/dagger2/java/dagger/hilt/processor/internal/
DComponentNames.java74 private static String componentName(ClassName component) { in componentName() method in ComponentNames
/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
DDefineComponentClassesMetadata.java85 String componentName = AnnotationValues.getString(values.get("component")); in create() local
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DShadowMediaBrowserCompatTest.java44 final ComponentName componentName = new ComponentName("a", "b"); in setUp() local

123