diff options
| author | Gavin Corkery <gavincorkery@google.com> | 2022-03-08 14:39:01 +0000 |
|---|---|---|
| committer | Gavin Corkery <gavincorkery@google.com> | 2022-03-08 14:45:52 +0000 |
| commit | 2e85bab00d5083bfb3e2438733c2b4fb4937816b (patch) | |
| tree | 306ee8ee9632937e8bda166a34d8cac33f74db06 /core/java | |
| parent | 429c7328bcfb12ca8de16c6e1abc72079eb2ff81 (diff) | |
Rename sdkSandboxToAppUid to getAppUidForSdkSandboxUid
Test: Build
Bug: 223185146
Change-Id: Ie3531d6606b18359497bfb7d6c5fef7e3078f29f
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/Process.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index 9428ac965f84..8cb03443528c 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -920,7 +920,7 @@ public class Process { */ @SystemApi(client = MODULE_LIBRARIES) @TestApi - public static final int sdkSandboxToAppUid(int uid) { + public static final int getAppUidForSdkSandboxUid(int uid) { return uid - (FIRST_SDK_SANDBOX_UID - FIRST_APPLICATION_UID); } |
