Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java127 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, in getWidgetInfo() local
130 if (wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()
133 if (resolved == null || resolved.activityInfo == null) { in getWidgetInfo()
136 return getWidgetInfoFromMetaData(resolved.activityInfo.packageName, in getWidgetInfo()
137 resolved.activityInfo.metaData); in getWidgetInfo()
157 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, in getTargetActivityInfo() local
159 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) { in getTargetActivityInfo()
162 return resolved.activityInfo; in getTargetActivityInfo()
167 ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() argument
172 if (tmp.activityInfo.name.equals(resolved.activityInfo.name) in wouldLaunchResolverActivity()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSecureCameraLaunchManager.java239 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent, in targetWillWaitForCameraAvailable() local
243 if (resolved == null || resolved.activityInfo == null) { in targetWillWaitForCameraAvailable()
249 if (wouldLaunchResolverActivity(resolved, appList)) { in targetWillWaitForCameraAvailable()
255 if (resolved.activityInfo.metaData == null || resolved.activityInfo.metaData.isEmpty()) { in targetWillWaitForCameraAvailable()
263 resolved.activityInfo.metaData.getBoolean(META_DATA_WILL_WAIT_FOR_CAMERA_AVAILABLE); in targetWillWaitForCameraAvailable()
273 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() argument
277 if (tmp.activityInfo.name.equals(resolved.activityInfo.name) in wouldLaunchResolverActivity()
278 && tmp.activityInfo.packageName.equals(resolved.activityInfo.packageName)) { in wouldLaunchResolverActivity()
DKeyguardBottomAreaView.java272 ResolveInfo resolved = mContext.getPackageManager().resolveActivityAsUser(getCameraIntent(), in updateCameraVisibility() local
275 boolean visible = !isCameraDisabledByDpm() && resolved != null in updateCameraVisibility()
/frameworks/base/core/jni/android/graphics/
DMinikinUtils.cpp33 FontStyle resolved = resolvedFace->fStyle; in prepareMinikinPaint() local
40 FontStyle minikinStyle(minikinLang, minikinVariant, resolved.getWeight(), resolved.getItalic()); in prepareMinikinPaint()
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy169 def resolved;
171 resolved = system.resolveArtifact(session, artifactRequest);
177 def alreadyInGit = isInGit(resolved.artifact.file)
178 println(" |-> resolved ${resolved.artifact.file}. Already in git? $alreadyInGit")
183 def license = ExportLicensesTask.findLicenseFor(resolved.artifact.artifactId)
187 licenses.put(resolved.artifact.artifactId, license)
219 println("skipping $dependency because is already resolved as ${dependencyKey}")
225 File unwanted = new File(resolved.artifact.file.getParentFile(), "_remote.repositories")
/frameworks/base/docs/html/tools/building/
Dmanifest-merge.jd57 <p>Manifest merge conflicts are resolved at the XML node and
164 conflicts not resolved by the default merge rules. Supported merge conflict markers include:</p>
175 values generate a build failure, unless resolved through the conflict rules.</dd>
297 Unresolved placeholder names in libraries generate warnings and need to be resolved when importing
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd20 <li><a href="#resolved-issues">Resolved Issues</a>
145 <h2 id="resolved-issues">Resolved Issues</h2>
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd114 represents the set of levels that player has unlocked, then the resolved data is
249 will be (130, +5). This means the resolved state would be (140, +10). This is
457 is <em>(B:10, C:2, D:14)</em>, then the resolved data will be
/frameworks/data-binding/plugins-repo/com/android/databinding/localizemaven/1.0/
Dlocalizemaven-1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd170 <li>Resource references within attribute values are not resolved</li>
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd321 <p>Once the service is resolved, your application receives detailed
/frameworks/base/docs/html/sdk/installing/
Dstudio-tips.jd231 resolved values for the various attributes that are pulled in.</p>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd667 object, or just an <em>intent</em>, which then gets resolved to a
909 be resolved to a matching external activity &mdash; you must handle the case
922 To test whether an intent can be resolved, your code can query the package manager.
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd99 …<li>All referenced resources (strings, bitmaps, etc...) are resolved based on the selected configu…
335 <p>The following Known Issues from m3-rc20 have been resolved:</p>
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dhce.jd232 then forwards that APDU to the resolved service.</p>
415 reader that selects an AID that is resolved to your service. After unlocking,
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd142 condition that is time-critical or needs to be resolved before they can
Dnotifications.jd270 time-critical or needs to be resolved before they can continue with a
/frameworks/base/docs/html/preview/
Dsupport.jd201 resolved in the Google Apps Device Policy app bundled with MPA44I. Other apps that provide Android
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd388 <li>Fixed dependency resolution so that we resolved the combination of (default config,
/frameworks/base/core/java/android/view/
DViewRootImpl.java2813 final boolean resolved = mView.mContext.getTheme().resolveAttribute( in getAccessibilityFocusedDrawable()
2815 if (resolved) { in getAccessibilityFocusedDrawable()
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd342 will also be resolved to <code>firstName()</code> if that method exists.
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd1351 <li>Updated the resource chooser to shows the resolved value for resources. For example,
1352 when selecting {@code @string/hello} the chooser displays a resolved value such as "Hello World").
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd282 how it is resolved to an app component. An intent can also supply:</p>