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

/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp32 minikin::FontStyle resolved = resolvedFace->fStyle; local
38 minikin::FontStyle minikinStyle(langListId, minikinVariant, resolved.getWeight(),
39 resolved.getItalic());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java130 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
133 if (wouldLaunchResolverActivity(resolved, appList)) {
136 if (resolved == null || resolved.activityInfo == null) {
139 return getWidgetInfoFromMetaData(resolved.activityInfo.packageName,
140 resolved.activityInfo.metaData);
154 * {@code null} if it resolved to the resolver activity
169 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
171 if (resolved == null || wouldLaunchResolverActivity(resolved, appLis
178 wouldLaunchResolverActivity( ResolveInfo resolved, List<ResolveInfo> appList) argument
[all...]
/frameworks/native/cmds/installd/
H A Dutils.cpp106 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
114 return resolved;
716 auto resolved = StringPrintf("%s/%s", parent.c_str(), ent->d_name); local
718 if (resolved != fallback) {
719 LOG(DEBUG) << "Resolved path " << resolved << " for inode " << inode
724 return resolved;
H A DInstalldNativeService.cpp2335 auto resolved = mStorageMounts[path]; local
2336 if (resolved.empty()) {
2338 resolved = path;
2340 return StringPrintf("%s/%u", resolved.c_str(), userid);
/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$_closure5 ...

Completed in 184 milliseconds