Searched refs:component (Results 151 - 170 of 170) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java63 import com.android.systemui.recents.events.component.RecentsVisibilityChangedEvent;
64 import com.android.systemui.recents.events.component.ScreenPinningRequestEvent;
298 // In the case that the activity starts up before the Recents component has initialized
382 // If the Recents component has preloaded a load plan, then use that to prevent
H A DRecentsImpl.java56 import com.android.systemui.recents.events.component.RecentsVisibilityChangedEvent;
57 import com.android.systemui.recents.events.component.ScreenPinningRequestEvent;
82 * An implementation of the Recents component for the current user. For secondary users, this can
/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 DNotificationManager.java477 ruleMap.put(rule.id, new AutomaticZenRule(rule.name, rule.component,
H A DInstrumentation.java257 * Returns complete component name of this instrumentation.
259 * @return Returns the complete component name for this instrumentation.
371 * activity component is resolved before talking with the activity manager
1784 Context instrContext, Context appContext, ComponentName component,
1790 mComponent = component;
1783 init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) argument
H A DActivityManager.java1261 * activity component that was initially started; the component of
1268 * The actual activity component that started the task.
1322 * The component launched as the first activity in the task.
1328 * The activity component at the top of the history stack of the task.
1568 * The component launched as the first activity in the task. This can
1574 * The activity component at the top of the history stack of the task.
2073 * The service component.
2900 * is the name of the component that is being used in this process.
3472 public boolean isVrModePackageEnabled(ComponentName component) { argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java44 import com.android.systemui.recents.events.component.RecentsVisibilityChangedEvent;
292 // In the case that the activity starts up before the Recents component has initialized
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java206 public static void setDefaultLauncher(Instrumentation instrumentation, String component) { argument
208 + instrumentation.getContext().getUserId() + " " + component,
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java329 = new ArrayMap<String,String>(); // component name -> registration name
1830 private void registerTransport(String name, String component, IBackupTransport transport) { argument
1833 + component + "::" + name + " = " + transport);
1836 mTransportNames.put(component, name);
1838 mTransports.remove(mTransportNames.get(component));
1839 mTransportNames.remove(component);
1867 mTransportNames.remove(component);
1909 // In general we need to try to bind any time we see a component enable
1911 // However, because we currently only support a single transport component
1914 // transport component itsel
2063 onServiceConnected(ComponentName component, IBinder service) argument
2078 onServiceDisconnected(ComponentName component) argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java188 private static final String TAG_LOCK_TASK_COMPONENTS = "lock-task-component";
438 // This is the list of component allowed to start lock task mode.
549 private static final String TAG_TRUST_AGENT_COMPONENT_OPTIONS = "trust-agent-component-options";
550 private static final String TAG_TRUST_AGENT_COMPONENT = "component";
1142 final String component = parser.getAttributeValue(null, ATTR_VALUE);
1144 result.put(component, trustAgentInfo);
1752 return; // Already a full component name.
1768 Log.v(LOG_TAG, "Device owner component filled in");
2002 * Find the admin for the component and userId bit of the uid, then check
2286 String component
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java604 * to know which component is the setup wizard.
3473 // Caller is asking for component details, so they'd better be
3511 // Caller is asking for component details, so they'd better be
3539 public ActivityInfo getActivityInfo(ComponentName component, int flags, int userId) { argument
3541 flags = updateFlagsForComponent(flags, userId, component);
3545 PackageParser.Activity a = mActivities.mActivities.get(component);
3547 if (DEBUG_PACKAGE_INFO) Log.v(TAG, "getActivityInfo " + component + ": " + a);
3549 PackageSetting ps = mSettings.mPackages.get(component.getPackageName());
3554 if (mResolveComponentName.equals(component)) {
3563 public boolean activitySupportsIntent(ComponentName component, Inten argument
3585 getReceiverInfo(ComponentName component, int flags, int userId) argument
3605 getServiceInfo(ComponentName component, int flags, int userId) argument
3625 getProviderInfo(ComponentName component, int flags, int userId) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java378 public final boolean isComponentFiltered(ComponentInfo component) { argument
383 final ComponentName checkName = component.getComponentName();
976 * Check a simple match for the component of two ResolveInfos.
1140 * Get the resolved component name that represents this target. Note that this may not
1141 * be the component that will be directly launched by calling one of the <code>start</code>
1142 * methods provided; this is the component that will be credited with the launch.
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java408 // the case the component name will be a bare package name.
415 for (String component : changedComponents) {
416 if (component.equals(pkgName)) {
1296 * - The component is enabled and runnable.
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1217 * @param outComponentNames The output component names.
1230 * @param outComponentNames The set of component names to be populated based on
1232 * @param doMerge If true, the parsed component names will be merged into the output
1258 * Persists the component names in the specified setting in a
1262 * @param componentNames The component names.
1925 public void addService(ComponentName component) { argument
1926 mServices.add(component.flattenToString());
1929 public void deleteService(ComponentName component) { argument
1930 mServices.remove(component.flattenToString());
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java613 * For addAppTask: cached of the last activity component that was added.
978 * have seen. Mapping is target uid -> target component -> source uid -> source process name
1123 * Information about component usage
3462 // Don't use an app process or different user process for system component.
3886 void updateUsageStats(ActivityRecord component, boolean resumed) { argument
3888 "updateUsageStats: comp=" + component + "res=" + resumed);
3892 mUsageStatsService.reportEvent(component.realActivity, component.userId,
3896 stats.noteActivityResumedLocked(component.app.uid);
3900 mUsageStatsService.reportEvent(component
[all...]
H A DActiveServices.java1364 // Make sure this component isn't in the pending list.
2485 void cleanUpRemovedTaskLocked(TaskRecord tr, ComponentName component, Intent baseIntent) { argument
2490 if (sr.packageName.equals(component.getPackageName())) {
3271 * - a flattened component name that matched an existing service was specified as the
3273 * - the first arg isn't the flattened component name of an existing service:
3274 * dump all services whose component contains the first arg as a substring
3299 // Not a '/' separated full component name; maybe an object ID?
/frameworks/base/core/java/android/content/
H A DIntent.java149 * <li> <p><b>component</b> -- Specifies an explicit name of a component
152 * categories) and matching that with a component that can handle it.
154 * and this component is used exactly as is. By specifying this attribute,
157 * This can be used to provide extended information to the component.
206 * <li> <p><b>Explicit Intents</b> have specified a component (via
212 * <li> <p><b>Implicit Intents</b> have not specified a component;
233 * is done on the {@link PackageManager} for a component that can handle the
234 * intent. The appropriate component is determined based on the intent
239 * <li> <p>The <b>action</b>, if given, must be listed by the component a
7946 setComponent(ComponentName component) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java199 mMainActivityChecker = (component, userId) -> false;
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2134 milliseconds

1234567