Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 73) sorted by relevance

123

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java55 boolean always) {
57 mPref = new PreferredComponent(this, match, set, activity, always);
62 ComponentName activity, boolean always) {
63 this(filter.mFilter, match, set, activity, always);
H A DPreferredActivityHelper.java80 List<ResolveInfo> query, boolean always, boolean removeMatches, boolean debug, in findPreferredActivityNotLocked() argument
82 return findPreferredActivityNotLocked(snapshot, intent, resolvedType, flags, query, always, in findPreferredActivityNotLocked()
91 List<ResolveInfo> query, boolean always, boolean removeMatches, boolean debug, in findPreferredActivityNotLocked() argument
101 intent, resolvedType, flags, query, always, in findPreferredActivityNotLocked()
179 int match, ComponentName[] set, ComponentName activity, boolean always, int userId,
213 new PreferredActivity(filter, match, set, activity, always));
H A DPreferredComponent.java67 ComponentName component, boolean always) { in PreferredComponent() argument
71 mAlways = always; in PreferredComponent()
/aosp14/frameworks/base/core/java/android/util/
H A DTimeUtils.java183 static private int accumField(int amt, int suffix, boolean always, int zeropad) { in accumField() argument
192 if (amt > 99 || (always && zeropad >= 3)) { in accumField()
195 if (amt > 9 || (always && zeropad >= 2)) { in accumField()
198 if (always || amt > 0) { in accumField()
206 boolean always, int zeropad) { in printFieldLocked() argument
207 if (always || amt > 0) { in printFieldLocked()
224 if ((always && zeropad >= 3) || amt > 99) { in printFieldLocked()
230 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) { in printFieldLocked()
/aosp14/frameworks/base/tests/FlickerTests/
H A DREADME.md19 * status bar is always visible
21 * nav bar is always visible
32 * status bar is always visible
33 * nav bar is always visible
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A Dmediaprojection.md28 `WindowManagerService` calls into `MediaProjectionManagerService`, always while holding
33 Since `WindowManagerService -> MediaProjectionManagerService` is guaranteed to always hold the
/aosp14/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp70 sp<Rule> always = new Rule(); in generateDensity() local
71 always->op = Rule::ALWAYS_TRUE; in generateDensity()
72 return always; in generateDensity()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DCondition.java189 final boolean always = (flags & FLAG_RELEVANT_ALWAYS) != 0; in relevanceToString()
190 if (!now && !always) return "NONE"; in relevanceToString()
191 if (now && always) return "NOW, ALWAYS"; in relevanceToString()
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A D.prettierrc8 "arrowParens": "always"
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java212 always( in verifyImeIsAlwaysHidden()
222 always( in verifyWindowNeverGainsFocus()
233 always( in verifyViewNeverGainsFocus()
248 public static void always(ThrowingRunnable r, long timeoutMillis) { in always() method in ImeStressTestUtil
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java251 public void showBootMessage(CharSequence msg, boolean always) { in showBootMessage() argument
268 boolean always, String reason) { in performHapticFeedback() argument
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl143 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback() argument
149 oneway void performHapticFeedbackAsync(int effectId, boolean always); in performHapticFeedbackAsync() argument
H A DWindowlessWindowManager.java480 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback() argument
485 public void performHapticFeedbackAsync(int effectId, boolean always) { in performHapticFeedbackAsync() argument
486 performHapticFeedback(effectId, always); in performHapticFeedbackAsync()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dkotlin-in-sysui.md13 extension functions to add methods to android classes that you always wished
H A Dsos_gesture.md24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
H A Dcamera.md14 …se the user has multiple camera apps installed and has not chosen one to always launch for the `SE…
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSync.md25 And the consumer will always be passed the first frame containing the configuration change. This ca…
37 SD: Send syncable state updates to the client, always paired with the current seqId
68 The first case is impossible because step SD says that the server always sends the seqId if a sync …
72 …e render to sync. Requirement 4 says drawing never fails, so CC must execute, and so we will always
78 send the state changes before prepareSync, and so they can always include at least the seqId
89 always be delivered to the draw handler. Assuming that the client and server uphold this protocol a…
H A DSession.java303 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback() argument
307 effectId, always, null); in performHapticFeedback()
314 public void performHapticFeedbackAsync(int effectId, boolean always) { in performHapticFeedbackAsync() argument
315 performHapticFeedback(effectId, always); in performHapticFeedbackAsync()
/aosp14/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java515 private void performFling(int position, float velocity, boolean always,
521 if (always || (velocity > mMaximumMajorVelocity ||
538 if (!always && (velocity > mMaximumMajorVelocity ||
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1043 public void showBootMessage(final CharSequence msg, final boolean always); in showBootMessage() argument
1067 boolean always, String reason); in performHapticFeedback() argument
/aosp14/frameworks/base/core/proto/android/server/
H A Dwindowmanagertransitiontrace.proto65 optional int32 window_id = 3; // Not dumped in always on tracing
/aosp14/frameworks/base/media/lib/remotedisplay/
H A DREADME.txt8 <uses-library> tag. And since Java always tries to load a class from the
/aosp14/frameworks/base/media/lib/signer/
H A DREADME.txt10 <uses-library> tag. And since Java always tries to load a class from the
/aosp14/system/core/init/fuzzer/
H A DREADME.md87 This also ensures that the plugin is always deterministic for any given input.
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java500 void addPss(long pss, long uss, long rss, boolean always, int type, long duration) { in addPss() argument
506 tracker.addPss(pss, uss, rss, always, type, duration, in addPss()

123