Searched refs:component (Results 26 - 42 of 42) sorted by relevance

12

/packages/apps/Nfc/src/com/android/nfc/
H A DRegisteredComponentCache.java141 for (ComponentInfo component : components) {
142 Log.i(TAG, component.toString());
163 Log.w(TAG, "Unable to load component info " + resolveInfo.toString(), e);
165 Log.w(TAG, "Unable to load component info " + resolveInfo.toString(), e);
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeExternalRuleSettings.java70 ZenModeAutomationSettings.CONFIG, mRule.component);
H A DZenModeAutomationSettings.java106 rule.component = ri.serviceComponent;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java244 ComponentName component = new ComponentName(
249 mComponent.add(component);
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java1337 * @param component of the .apk that contains the resource
1342 public boolean replaceTargetDrawablesIfPresent(ComponentName component, String name, argument
1347 if (component != null) {
1352 component, PackageManager.GET_META_DATA).metaData;
1356 Resources res = packageManager.getResourcesForActivity(component);
1362 + component.flattenToShortString() + " not found", e);
1365 + component.flattenToShortString(), nfe);
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSearchResultsSummary.java205 final ComponentName component =
207 intent.setComponent(component);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java307 * number or identity. Create new contact for each connected component except the very first
313 // Find the connected component based on the aggregation exceptions or
327 // Create new contact for each connected component. Use the first reusable contactId if
328 // possible. If no reusable contactId found, create new contact for the connected component.
329 // Update aggregate data for all the contactIds touched by this connected component,
336 // connected component, we might as well reuse it.
419 * raw_contacts in the same component.
424 for (Set<Long> component : tmpSets) {
425 final String rawContacts = TextUtils.join(",", component);
426 // If "SEPARATE" exception is found inside an connected component [componen
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DAccessibilityActivity.java206 final AccessibilityComponentHolder component =
209 mAccessibilityComponentHolders.add(component);
211 header.add(getServiceHeader(component, title,
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java433 String component = null;
435 component = mConnectionService.getComponentName().flattenToShortString();
443 component,
H A DPhoneAccountRegistrar.java324 ComponentName component = accountHandle.getComponentName();
328 && Objects.equals(component, systemSimCallManagerComponent)
334 && Objects.equals(component.getPackageName(), dialerPackage)
766 // This component cannot be resolved anymore; skip this one.
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java201 public final ComponentName component; field in class:PhoneInterfaceManager.IncomingThirdPartyCallArgs
205 public IncomingThirdPartyCallArgs(ComponentName component, String callId, argument
207 this.component = component;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java908 // If component is not null, an intent with null package will produce
1892 // The app is installed but the component is no
1895 "Invalid component removed: " + cn, true);
1973 // For shortcuts with no component, keep them as they are
2138 final ComponentName component =
2185 component);
2187 Integer installProgress = installingPkgs.get(component.getPackageName());
2197 "Unrestored widget removed: " + component, true);
3449 Log.d(TAG, "Missing component found in getShortcutInfo: " + componentName);
3542 // TODO: If there's an explicit component an
[all...]
H A DLauncher.java1556 private int[] getSpanForWidget(ComponentName component, int minWidth, int minHeight) { argument
1557 Rect padding = AppWidgetHostView.getDefaultPaddingForWidget(this, component, null);
2285 * @param componentName The name of the component
3908 + " belongs to component " + item.providerName
3934 + " belongs to component " + item.providerName
3955 Log.d(TAG, "bindAppWidget: id=" + item.appWidgetId + " belongs to component "
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java2744 * @param dbSpecComponent a single component of a DBDescriptor spec
2745 * (e.g. the host or database component). The expected format of the string is:
2791 "Malformed DB specification component: " + dbSpecComponent);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java2284 // TODO: If there's an explicit component and we can't install that, delete it.
2367 * Attempts to find an AppWidgetProviderInfo that matches the given component.
2370 ComponentName component) {
2374 if (info.provider.equals(component)) {
2369 findAppWidgetProviderInfoWithComponent(Context context, ComponentName component) argument
H A DLauncher.java1184 static int[] getSpanForWidget(Context context, ComponentName component, int minWidth, argument
1186 Rect padding = AppWidgetHostView.getDefaultPaddingForWidget(context, component, null);
1830 * @param componentName The name of the component
3581 Log.d(TAG, "bindAppWidget: id=" + item.appWidgetId + " belongs to component " + appWidgetInfo.provider);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 545 milliseconds

12