/aosp12/art/test/051-thread/src/ |
H A D | Main.java | 148 t1.setPriority(Thread.MAX_PRIORITY); in testThreadPriorities() 151 if (supportsThreadPriorities() && (t1.getNativePriority() != Thread.MAX_PRIORITY)) { in testThreadPriorities() 159 if (supportsThreadPriorities() && (t2.getNativePriority() != Thread.MAX_PRIORITY)) { in testThreadPriorities() 225 setPriority(Thread.MAX_PRIORITY); in run()
|
/aosp12/art/test/720-thread-priority/src/ |
H A D | Main.java | 51 Thread.currentThread().setPriority(Thread.MAX_PRIORITY); in main() 59 t1.setPriority(Thread.MAX_PRIORITY); in main()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
H A D | PreBootListener.java | 37 thread.setPriority(Thread.MAX_PRIORITY); in onReceive()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/manageduser/ |
H A D | ManagedUserCreationListener.java | 44 thread.setPriority(Thread.MAX_PRIORITY); in onReceive()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
H A D | FrameServerFactory.java | 37 Thread.MAX_PRIORITY); in FrameServerFactory()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
H A D | ImageDistributorFactory.java | 52 Thread.MAX_PRIORITY); in ImageDistributorFactory()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphRunner.java | 485 private final int MAX_PRIORITY = Integer.MAX_VALUE; field in GraphRunner.LfuScheduler 507 : (filter.canSchedule() ? (MAX_PRIORITY - filter.getScheduleCount()) in priorityForFilter()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | ProvidersCache.java | 536 Thread.currentThread().setPriority(Thread.MAX_PRIORITY); 620 Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayModeDirector.java | 319 int highestConsideredPriority = Vote.MAX_PRIORITY; in getDesiredDisplayModeSpecs() 381 Vote.MAX_PRIORITY, in getDesiredDisplayModeSpecs() 606 for (int p = Vote.MAX_PRIORITY; p >= Vote.MIN_PRIORITY; p--) { in dump() 637 if (priority < Vote.MIN_PRIORITY || priority > Vote.MAX_PRIORITY) { in updateVoteLocked() 1003 public static final int MAX_PRIORITY = PRIORITY_UDFPS; field in DisplayModeDirector.Vote
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SaveImageInBackgroundTask.java | 129 Thread.currentThread().setPriority(Thread.MAX_PRIORITY); in doInBackground()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/ |
H A D | OneCameraZslImpl.java | 306 mCameraThread.setPriority(Thread.MAX_PRIORITY); in OneCameraZslImpl()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
H A D | DisplayModeDirectorTest.java | 205 DisplayModeDirector.Vote.MAX_PRIORITY - DisplayModeDirector.Vote.MIN_PRIORITY + 1; in testDisplayModeVoting() 238 votes.put(Vote.MAX_PRIORITY, Vote.forRefreshRates(65, 85)); in testDisplayModeVoting()
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 895 SpinThread fast2 = new SpinThread(Thread.MAX_PRIORITY); in b2302318Test()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 42110 field public static final int MAX_PRIORITY = 10; // 0xa
|