Searched defs:component (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java159 ComponentName component; // service that implements ITrustAgent field in class:TrustManagerService.AgentInfo
170 return component.equals(o.component) && userId == o.userId;
175 return component.hashCode() * 31 + userId;
253 agentInfo.component = name;
369 if (packageName.equals(info.component.getPackageName())) {
370 Log.i(TAG, "Resetting agent " + info.component.flattenToShortString());
387 if (name.equals(info.component) && userId == info.userId) {
388 Log.i(TAG, "Resetting agent " + info.component.flattenToShortString());
749 fout.print(" "); fout.println(info.component
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java581 // Check the component that gave us the suggestion
595 * @param component Name of an activity.
599 private Drawable getActivityIconWithCache(ComponentName component) { argument
601 String componentIconKey = component.flattenToShortString();
608 Drawable drawable = getActivityIcon(component);
618 * @param component Name of an activity.
622 private Drawable getActivityIcon(ComponentName component) { argument
626 activityInfo = pm.getActivityInfo(component, PackageManager.GET_META_DATA);
633 String pkg = component.getPackageName();
637 + component
[all...]
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1217 const char *component; local
1220 CHECK(meta->findCString(kKeyDecoderComponent, &component));
1239 && !strncmp(component, "OMX.", 4)
1240 && strncmp(component, "OMX.google.", 11)) {
1346 // component is completely released by the time we may try
1592 const char *component; local
1594 ->findCString(kKeyDecoderComponent, &component)) {
1595 component = "none";
1598 stat->mDecoderName = component;
/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.java245 * Returns complete component name of this instrumentation.
247 * @return Returns the complete component name for this instrumentation.
359 * activity component is resolved before talking with the activity manager
1756 Context instrContext, Context appContext, ComponentName component,
1762 mComponent = component;
1755 init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) argument
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1346 * @param component of the .apk that contains the resource
1351 public boolean replaceTargetDrawablesIfPresent(ComponentName component, String name, argument
1356 if (component != null) {
1361 component, PackageManager.GET_META_DATA).metaData;
1365 Resources res = packageManager.getResourcesForActivity(component);
1371 + component.flattenToShortString() + " not found", e);
1374 + component.flattenToShortString(), nfe);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1072 // Make sure this component isn't in the pending list.
2070 void cleanUpRemovedTaskLocked(TaskRecord tr, ComponentName component, Intent baseIntent) { argument
2075 if (sr.packageName.equals(component.getPackageName())) {
2704 * - a flattened component name that matched an existing service was specified as the
2706 * - the first arg isn't the flattened component name of an existing service:
2707 * dump all services whose component contains the first arg as a substring
2732 // Not a '/' separated full component name; maybe an object ID?
H A DActivityManagerService.java436 * For addAppTask: cached of the last activity component that was added.
778 * have seen. Mapping is target uid -> target component -> source uid -> source process name
904 * Information about component usage
3082 void updateUsageStats(ActivityRecord component, boolean resumed) { argument
3083 if (DEBUG_SWITCH) Slog.d(TAG, "updateUsageStats: comp=" + component + "res=" + resumed);
3087 mUsageStatsService.reportEvent(component.realActivity, component.userId,
3091 stats.noteActivityResumedLocked(component.app.uid);
3095 mUsageStatsService.reportEvent(component.realActivity, component
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java262 private static boolean hasHardwarePermission(PackageManager pm, ComponentName component) { argument
264 component.getPackageName()) == PackageManager.PERMISSION_GRANTED;
285 ComponentName component = new ComponentName(si.packageName, si.name);
286 if (hasHardwarePermission(pm, component)) {
287 ServiceState serviceState = userState.serviceStateMap.get(component);
292 serviceState = new ServiceState(component, userId);
293 userState.serviceStateMap.put(component, serviceState);
294 updateServiceConnectionLocked(component, userId);
327 ComponentName component = inputMap.get(inputId).info.getComponent();
329 if (component
450 getServiceStateLocked(ComponentName component, int userId) argument
498 updateServiceConnectionLocked(ComponentName component, int userId) argument
1685 private final ComponentName component; field in class:TvInputManagerService.ServiceState
1694 ServiceState(ComponentName component, int userId) argument
1769 InputServiceConnection(ComponentName component, int userId) argument
1775 onServiceConnected(ComponentName component, IBinder service) argument
1832 onServiceDisconnected(ComponentName component) argument
1866 ServiceCallback(ComponentName component, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1032 ? mListenersDisablingEffects.valueAt(0).component : null;
1285 final ComponentName component, final int userid) {
1287 mListeners.registerService(listener, component, userid);
1364 + "from " + info.component
1444 mZenModeHelper.requestFromListener(info.component, interruptionFilter);
1694 pw.print(listener.component);
2562 String listenerName = listener == null ? null : listener.component.toShortString();
2627 String listenerName = listener == null ? null : listener.component.toShortString();
2679 String listenerName = listener == null ? null : listener.component.toShortString();
3181 if (packageName.equals(serviceInfo.component
3239 matches(ComponentName component) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java58 * This exception is thrown when a given package, application, or component
124 * data {@link android.os.Bundle}s that are associated with a component.
269 * component or application is in its default enabled state (as specified
277 * component or application has been explictily enabled, regardless of
285 * component or application has been explicitly disabled, regardless of
378 * that you don't want to kill the app containing the component. Be careful when you set this
379 * since changing component states can make the containing application's behavior unpredictable.
1916 * @param component The full component name (i.e.
1929 public abstract ActivityInfo getActivityInfo(ComponentName component, argument
1952 getReceiverInfo(ComponentName component, int flags) argument
1974 getServiceInfo(ComponentName component, int flags) argument
1996 getProviderInfo(ComponentName component, int flags) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java147 * <li> <p><b>component</b> -- Specifies an explicit name of a component
150 * categories) and matching that with a component that can handle it.
152 * and this component is used exactly as is. By specifying this attribute,
155 * This can be used to provide extended information to the component.
204 * <li> <p><b>Explicit Intents</b> have specified a component (via
210 * <li> <p><b>Implicit Intents</b> have not specified a component;
231 * is done on the {@link PackageManager} for a component that can handle the
232 * intent. The appropriate component is determined based on the intent
237 * <li> <p>The <b>action</b>, if given, must be listed by the component a
6749 setComponent(ComponentName component) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java315 = new ArrayMap<String,String>(); // component name -> registration name
1652 private void registerTransport(String name, String component, IBackupTransport transport) { argument
1655 + component + "::" + name + " = " + transport);
1658 mTransportNames.put(component, name);
1660 mTransports.remove(mTransportNames.get(component));
1661 mTransportNames.remove(component);
1689 mTransportNames.remove(component);
1829 public void onServiceConnected(ComponentName component, IBinder service) { argument
1830 if (DEBUG) Slog.v(TAG, "Connected to transport " + component);
1831 final String name = component
1843 onServiceDisconnected(ComponentName component) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2230 public ActivityInfo getActivityInfo(ComponentName component, int flags, int userId) { argument
2234 PackageParser.Activity a = mActivities.mActivities.get(component);
2236 if (DEBUG_PACKAGE_INFO) Log.v(TAG, "getActivityInfo " + component + ": " + a);
2238 PackageSetting ps = mSettings.mPackages.get(component.getPackageName());
2243 if (mResolveComponentName.equals(component)) {
2252 public boolean activitySupportsIntent(ComponentName component, Intent intent, argument
2255 PackageParser.Activity a = mActivities.mActivities.get(component);
2270 public ActivityInfo getReceiverInfo(ComponentName component, int flags, int userId) { argument
2274 PackageParser.Activity a = mReceivers.mActivities.get(component);
2276 TAG, "getReceiverInfo " + component
2288 getServiceInfo(ComponentName component, int flags, int userId) argument
2306 getProviderInfo(ComponentName component, int flags, int userId) argument
[all...]

Completed in 618 milliseconds

123