/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PreferredActivity.java | 55 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 D | PreferredActivityHelper.java | 80 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 D | PreferredComponent.java | 67 ComponentName component, boolean always) { in PreferredComponent() argument 71 mAlways = always; in PreferredComponent()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | TimeUtils.java | 183 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 D | README.md | 19 * 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 D | mediaprojection.md | 28 `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 D | RuleGenerator.cpp | 70 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 D | Condition.java | 189 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 | .prettierrc | 8 "arrowParens": "always"
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeStressTestUtil.java | 212 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 D | TestWindowManagerPolicy.java | 251 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 D | IWindowSession.aidl | 143 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback() argument 149 oneway void performHapticFeedbackAsync(int effectId, boolean always); in performHapticFeedbackAsync() argument
|
H A D | WindowlessWindowManager.java | 480 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 D | kotlin-in-sysui.md | 13 extension functions to add methods to android classes that you always wished
|
H A D | sos_gesture.md | 24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
|
H A D | camera.md | 14 …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 D | BLASTSync.md | 25 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 D | Session.java | 303 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 D | SlidingDrawer.java | 515 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 D | WindowManagerPolicy.java | 1043 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 D | windowmanagertransitiontrace.proto | 65 optional int32 window_id = 3; // Not dumped in always on tracing
|
/aosp14/frameworks/base/media/lib/remotedisplay/ |
H A D | README.txt | 8 <uses-library> tag. And since Java always tries to load a class from the
|
/aosp14/frameworks/base/media/lib/signer/ |
H A D | README.txt | 10 <uses-library> tag. And since Java always tries to load a class from the
|
/aosp14/system/core/init/fuzzer/ |
H A D | README.md | 87 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 D | ProcessProfileRecord.java | 500 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()
|