/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | LoopingBackwardsPerfTest.java | 50 int fake = 0; in timeForwards() local 54 fake += j; in timeForwards() 62 int fake = 0; in timeBackwards() local 66 fake += j; in timeBackwards()
|
H A D | PriorityQueuePerfTest.java | 105 boolean fake = false; in timeRemove() 118 fake = mUsepq.remove(mSeekElements.get(i % elementsSize)); in timeRemove()
|
H A D | CharacterPerfTest.java | 85 boolean fake = false; in timeIsSpace() 90 fake ^= ((char) ch == ' '); in timeIsSpace() 96 fake ^= (ch == ' '); in timeIsSpace()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsStateController.java | 287 @Nullable InsetsControlTarget target, boolean fake) { in onControlTargetChanged() argument 288 final InsetsControlTarget lastTarget = fake in onControlTargetChanged() 297 if (fake) { in onControlTargetChanged() 314 removeFromControlMaps(lastTarget, provider, fake); in onControlTargetChanged() 318 addToControlMaps(target, provider, fake); in onControlTargetChanged() 324 InsetsSourceProvider provider, boolean fake) { in removeFromControlMaps() argument 333 if (fake) { in removeFromControlMaps() 341 InsetsSourceProvider provider, boolean fake) { in addToControlMaps() argument 345 if (fake) { in addToControlMaps()
|
H A D | InsetsPolicy.java | 481 boolean fake) { in getStatusControlTarget() argument 482 if (!fake && isTransient(Type.statusBars())) { in getStatusControlTarget() 502 if (mPolicy.areTypesForciblyShownTransiently(Type.statusBars()) && !fake) { in getStatusControlTarget() 529 boolean fake) { in getNavControlTarget() argument 536 if (!fake && isTransient(Type.navigationBars())) { in getNavControlTarget() 562 if (mPolicy.areTypesForciblyShownTransiently(Type.navigationBars()) && !fake) { in getNavControlTarget()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | StyleSpan.java | 176 int fake = want & ~tf.getStyle(); in apply() local 178 if ((fake & Typeface.BOLD) != 0) { in apply() 182 if ((fake & Typeface.ITALIC) != 0) { in apply()
|
H A D | TypefaceSpan.java | 172 int fake = style & ~styledTypeface.getStyle(); in applyFontFamily() local 174 if ((fake & Typeface.BOLD) != 0) { in applyFontFamily() 178 if ((fake & Typeface.ITALIC) != 0) { in applyFontFamily()
|
H A D | TextAppearanceSpan.java | 508 int fake = style & ~readyTypeface.getStyle(); in updateMeasureState() local 510 if ((fake & Typeface.BOLD) != 0) { in updateMeasureState() 514 if ((fake & Typeface.ITALIC) != 0) { in updateMeasureState()
|
/aosp14/frameworks/base/tests/RollbackTest/ |
H A D | README.txt | 12 - source for fake apks used in testing. 15 - source for fake apex modules used in testing.
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | DumpableContainerImplTest.java | 221 CustomDumpable fake = new CustomDumpable("Slim Shade", "Please stand up!"); in testRemoveDumpable_sameNameButDifferentDumpable() local 225 assertWithMessage("removeDumpable(fake)").that(mImpl.removeDumpable(fake)).isFalse(); in testRemoveDumpable_sameNameButDifferentDumpable()
|
/aosp14/frameworks/base/data/keyboards/ |
H A D | Vendor_03f6_Product_a001.idc | 21 # To fix this, set a fake delta using the touchpad's known report rate.
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 3526 final String fake = SystemProperties.get("fw.fake_plan"); 3527 if (!TextUtils.isEmpty(fake)) { 3529 if ("month_hard".equals(fake)) { 3554 } else if ("month_soft".equals(fake)) { 3582 } else if ("month_over".equals(fake)) { 3608 } else if ("month_none".equals(fake)) { 3613 } else if ("prepaid".equals(fake)) { 3623 } else if ("prepaid_crazy".equals(fake)) { 3653 } else if ("unlimited".equals(fake)) {
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | executors.md | 25 They are defined as an interface, making it easy to swap in fake implementations
|