Searched defs:resolved (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp31 FontStyle resolved = resolvedFace->fStyle; local
37 FontStyle minikinStyle(langListId, minikinVariant, resolved.getWeight(), resolved.getItalic());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java127 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
130 if (wouldLaunchResolverActivity(resolved, appList)) {
133 if (resolved == null || resolved.activityInfo == null) {
136 return getWidgetInfoFromMetaData(resolved.activityInfo.packageName,
137 resolved.activityInfo.metaData);
147 * {@code null} if it resolved to the resolver activity
157 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
159 if (resolved == null || wouldLaunchResolverActivity(resolved, appLis
166 wouldLaunchResolverActivity( ResolveInfo resolved, List<ResolveInfo> appList) argument
[all...]
/frameworks/native/cmds/installd/
H A Dutils.cpp107 auto resolved = StringPrintf("%s/%s", user_path.c_str(), ent->d_name); local
108 if (resolved != fallback) {
109 LOG(DEBUG) << "Resolved path " << resolved << " for inode " << ce_data_inode
113 return resolved;
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
H A Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/ExportLicensesTask$__clinit__closure1.class ...

Completed in 157 milliseconds