summaryrefslogtreecommitdiff
path: root/core/java/android/os/Process.java
Commit message (Expand)AuthorAgeFilesLines
* Enables the use of the blastula pool.Chris Wailes2019-01-241-2/+4
* Code cleanup to conform to style guide / linter.Chris Wailes2019-01-231-13/+2
* Expose UIDs for NetworkStack permission checksRemi NGUYEN VAN2019-01-221-3/+0
* Merge "Ignore ipv6 tx traffic on clat uid."Junyu Lai2019-01-041-0/+6
|\
| * Ignore ipv6 tx traffic on clat uid.junyulai2018-12-101-0/+6
* | Add NetworkStack appRemi NGUYEN VAN2018-12-251-0/+6
|/
* Add ConnectivityManager.getConnectionOwnerUid()Jeff Vander Stoep2018-09-211-0/+5
* Merge "ActivityManagerService: add restricted cpuset" into pi-devTim Murray2018-04-181-0/+7
|\
| * ActivityManagerService: add restricted cpusetTim Murray2018-04-181-0/+7
* | Merge "Expose Process.isIsolated()" into pi-devAndrew Grieve2018-03-061-1/+0
|\|
| * Expose Process.isIsolated()Andrew Grieve2018-03-061-1/+0
* | Merge "Add DNS_TETHER to the list of UIDs in the framework." am: 0b8d55e633Lorenzo Colitti2018-03-051-0/+6
|\ \ | |/ |/|
| * Add DNS_TETHER to the list of UIDs in the framework.Lorenzo Colitti2018-03-011-0/+6
| * Add UID and Service for Secure Element ApplicationRuchi Kandoi2018-01-261-0/+6
* | Add UID and Service for Secure Element ApplicationRuchi Kandoi2018-01-271-0/+6
* | Merge "Fix wrong use if "!UserHandle.isApp()""TreeHugger Robot2018-01-241-0/+8
|\ \
| * | Fix wrong use if "!UserHandle.isApp()"Makoto Onuki2018-01-231-0/+8
* | | Merge "Use the correct value for Process.WEBVIEW_ZYGOTE_UID." am: 572f65fb58 ...Robert Sesek2018-01-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * Use the correct value for Process.WEBVIEW_ZYGOTE_UID.Robert Sesek2018-01-221-1/+1
| * Workaround to get passed the broken install flowJeff Sharkey2017-11-171-0/+3
* | Merge "Fix permissions problems of incidentd."Yi Jin2018-01-191-0/+6
|\ \
| * | Fix permissions problems of incidentd.Yi Jin2018-01-171-0/+6
* | | Add video priority to Process.javaJeff Tinker2018-01-081-0/+9
|/ /
* / Hack.Jeff Sharkey2017-11-161-0/+3
|/
* resolve merge conflicts of e017dae5873c to stage-aosp-masterNicolas Geoffray2017-09-131-7/+7
|\
| * Rename debugFlags to runtimeFlags.Nicolas Geoffray2017-09-121-7/+7
* | Merge "Documentation: changed tid parameter description for getThreadPriority...Alessio Balsini2017-06-191-1/+2
|\|
| * Merge "Documentation: changed tid parameter description for getThreadPriority...Alessio Balsini2017-06-191-1/+2
| |\
| | * Documentation: changed tid parameter description for getThreadPriority()Alessio Balsini2017-06-191-1/+2
| * | Set android.display thread to top-app cpusets and schedtune groupJoel Fernandes2017-04-061-1/+16
* | | Add a thread group for RT appsJoel Fernandes2017-05-131-0/+6
* | | Set android.display thread to top-app cpusets and schedtune groupJoel Fernandes2017-04-051-1/+16
|/ /
* | Fixes attestation id gathering from secondary android userJanis Danisevskis2017-03-231-0/+6
* | Allocate new UID for OTA update resource tracking.Jeff Sharkey2017-03-211-0/+6
* | Revert "Push mapping from file extension to GID."Jeff Sharkey2017-01-311-7/+0
* | Push mapping from file extension to GID.Jeff Sharkey2017-01-261-0/+7
|/
* Offer to measure disk stats using quotas.Jeff Sharkey2017-01-031-0/+5
* Enable logwrapper functionality on user buildsTamas Berghammer2016-12-161-1/+2
* Zygote: Add invoke-with to zygote protocolTamas Berghammer2016-12-161-2/+8
* Merge "Create the WebViewZygote and implement WebViewZygoteInit."Robert Sesek2016-10-221-0/+23
|\
| * Create the WebViewZygote and implement WebViewZygoteInit.Robert Sesek2016-10-071-0/+23
| * Split the zygote logic out of android.os.Process into a new ZygoteProcess class.Robert Sesek2016-09-091-356/+5
* | resolve merge conflicts of 0b58f19 to nyc-mr1-dev-plus-aospRobert Sesek2016-10-131-365/+5
|\ \
| * | Split the zygote logic out of android.os.Process into a new ZygoteProcess class.Robert Sesek2016-10-071-356/+5
| |/
* | Process: Fix communication with zygote. am: 448be0a622Narayan Kamath2016-08-181-6/+15
|\ \
| * | Process: Fix communication with zygote.Narayan Kamath2016-08-091-6/+15
| |/
* | Adding a new getThreadScheduler() method.Srinath Sridharan2016-07-201-0/+20
* | Make sure StrictMode allows disk reads when calling isThreadInProcess.Tim Murray2016-07-161-0/+4
* | Sets android.ui to be in the fg stune group.Tim Murray2016-07-081-0/+5
* | Add new mode for SCHED_FIFO on UI and RenderThreads.Tim Murray2016-07-071-1/+0