Searched refs:always (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2151 // Note: isEnabledLP() does not apply here - always return info
3084 // default, then it is always desireable to pick it.
3170 List<ResolveInfo> query, int priority, boolean always,
3234 // If it's not an "always" type preferred activity and that's what we're
3236 if (always && !pa.mPref.mAlways) {
3284 // user their preference, if we're looking for an "always" type entry.
3285 if (always && !pa.mPref.sameSet(query)) {
3293 // Re-add the filter as a "last chosen" entry (!always)
8594 // If the currently set package isn't valid, then it's always
9307 /* Apps on SD card are always i
3169 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
11722 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId, String opname) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java486 * <p><em>Note: The entire view tree is single threaded. You must always be on
528 * always highlight, or give focus to, a particular view. This motivates a mode
2516 * will always represent the worst case that the application can expect
3599 // Older apps expect onMeasure() to always be called on a layout pass, regardless
3666 * , then the button's text will <em>always</em> be black, regardless of
4939 * focus moved when requestFocus() is called. It may not always
5173 * It may not always apply, in which case use the default.
6079 * Subclasses of View overriding this method should always call super.onFocusLost().
6385 * Note that the insets provided by the framework are always relative to the
6765 // Focusable in touch mode should always b
20186 performHapticFeedback(int effectId, boolean always) argument
[all...]

Completed in 650 milliseconds

12