Searched defs:component (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
80 * Creates a new component with the provided name.
81 * @param name The name of the component.
89 * Returns the name of the component.
90 * @return The name of the component.
97 * Returns the parent of this component.
98 * @return The parent of this component.
116 * Adds a child component to this component.
117 * @param child The child component
427 parseComponentImpl(Component component, String text) argument
466 parseLine(String line, ParserState state, Component component) argument
655 parseComponent(Component component, String text) argument
[all...]
/frameworks/rs/
H A DrsElement.cpp124 Component component; local
125 component.loadFromStream(stream);
130 component.getType(),
131 component.getKind(),
132 component.getIsNormalized(),
133 component.getVectorSize());
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.cpp124 Component component; local
125 component.loadFromStream(stream);
130 component.getType(),
131 component.getKind(),
132 component.getIsNormalized(),
133 component.getVectorSize());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java145 private boolean isCurrentHomeActivity(ComponentName component, ActivityInfo homeInfo) { argument
152 && homeInfo.packageName.equals(component.getPackageName())
153 && homeInfo.name.equals(component.getClassName());
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4DECODER_Common.h237 VideoComponentCapabilities *component; member in struct:__anon133
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp174 OMX_COMPONENTTYPE **component)
175 : SimpleSoftOMXComponent(name, callbacks, appData, component),
998 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
999 return new android::SoftAVCEncoder(name, callbacks, appData, component);
170 SoftAVCEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
996 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java227 // Also note that remove the provider does not clear the Provider component data.
679 throw new IllegalArgumentException("Unknown component " + componentName);
1337 private Provider parseProviderInfoXml(ComponentName component, ResolveInfo ri) { argument
1347 + " meta-data for " + "AppWidget provider '" + component + '\'');
1362 + " AppWidget provider '" + component + '\'');
1368 info.provider = component;
1400 info.configure = new ComponentName(component.getPackageName(), className);
1420 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1849 ComponentName component = new ComponentName(ai.packageName, ai.name);
1850 Provider p = lookupProviderLocked(component);
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java759 // Make sure this component isn't in the pending list.
1566 void cleanUpRemovedTaskLocked(TaskRecord tr, ComponentName component, Intent baseIntent) { argument
1569 if (sr.packageName.equals(component.getPackageName())) {
2059 * - a flattened component name that matched an existing service was specified as the
2061 * - the first arg isn't the flattened component name of an existing service:
2062 * dump all services whose component contains the first arg as a substring
2081 // Not a '/' separated full component name; maybe an object ID?
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1083 const char *component; local
1086 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1105 && !strncmp(component, "OMX.", 4)
1106 && strncmp(component, "OMX.google.", 11)
1107 && strcmp(component, "OMX.Nvidia.mpeg2v.decode")) {
1203 // component is completely released by the time we may try
1423 const char *component; local
1425 ->findCString(kKeyDecoderComponent, &component)) {
1426 component = "none";
1429 stat->mDecoderName = component;
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp1377 int i, j, component; local
1598 for (component = 0; component < 2; component++)
2012 int component, SubBlock_indx, temp; local
/frameworks/base/core/java/android/app/
H A DInstrumentation.java233 * Returns complete component name of this instrumentation.
235 * @return Returns the complete component name for this instrumentation.
347 * activity component is resolved before talking with the activity manager
1599 Context instrContext, Context appContext, ComponentName component,
1605 mComponent = component;
1598 init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, IInstrumentationWatcher watcher) argument
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1340 * @param component of the .apk that contains the resource
1345 public boolean replaceTargetDrawablesIfPresent(ComponentName component, String name, argument
1350 if (component != null) {
1355 component, PackageManager.GET_META_DATA).metaData;
1359 Resources res = packageManager.getResourcesForActivity(component);
1365 + component.flattenToShortString() + " not found", e);
1368 + component.flattenToShortString(), nfe);
H A DMultiWaveView.java1239 * @param component of the .apk that contains the resource
1244 public boolean replaceTargetDrawablesIfPresent(ComponentName component, String name, argument
1252 component, PackageManager.GET_META_DATA).metaData;
1256 Resources res = packageManager.getResourcesForActivity(component);
1262 + component.flattenToShortString() + " not found", e);
1265 + component.flattenToShortString(), nfe);
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java47 * This exception is thrown when a given package, application, or component
113 * data {@link android.os.Bundle}s that are associated with a component.
236 * component or application is in its default enabled state (as specified
244 * component or application has been explictily enabled, regardless of
252 * component or application has been explicitly disabled, regardless of
332 * that you don't want to kill the app containing the component. Be careful when you set this
333 * since changing component states can make the containing application's behavior unpredictable.
1383 * @param component The full component name (i.e.
1396 public abstract ActivityInfo getActivityInfo(ComponentName component, argument
1419 getReceiverInfo(ComponentName component, int flags) argument
1441 getServiceInfo(ComponentName component, int flags) argument
1463 getProviderInfo(ComponentName component, int flags) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java128 * <li> <p><b>component</b> -- Specifies an explicit name of a component
131 * categories) and matching that with a component that can handle it.
133 * and this component is used exactly as is. By specifying this attribute,
136 * This can be used to provide extended information to the component.
185 * <li> <p><b>Explicit Intents</b> have specified a component (via
191 * <li> <p><b>Implicit Intents</b> have not specified a component;
212 * is done on the {@link PackageManager} for a component that can handle the
213 * intent. The appropriate component is determined based on the intent
218 * <li> <p>The <b>action</b>, if given, must be listed by the component a
5945 setComponent(ComponentName component) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1906 public ActivityInfo getActivityInfo(ComponentName component, int flags, int userId) { argument
1910 PackageParser.Activity a = mActivities.mActivities.get(component);
1912 if (DEBUG_PACKAGE_INFO) Log.v(TAG, "getActivityInfo " + component + ": " + a);
1914 PackageSetting ps = mSettings.mPackages.get(component.getPackageName());
1919 if (mResolveComponentName.equals(component)) {
1927 public ActivityInfo getReceiverInfo(ComponentName component, int flags, int userId) { argument
1931 PackageParser.Activity a = mReceivers.mActivities.get(component);
1933 TAG, "getReceiverInfo " + component + ": " + a);
1935 PackageSetting ps = mSettings.mPackages.get(component.getPackageName());
1945 public ServiceInfo getServiceInfo(ComponentName component, in argument
1963 getProviderInfo(ComponentName component, int flags, int userId) argument
[all...]

Completed in 825 milliseconds

12