Merge "Create dedicated long variables." am: 78106c0ea4 am: dbca2d9a1f am: 742e35e203 am: 2afff12071
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1874248 Change-Id: I1a56e7e0c2052ccd6ab6fb9316aabfc4b97f4e2b
This commit is contained in:
@@ -63,6 +63,8 @@ public final class SomeArgs {
|
||||
public int argi4;
|
||||
public int argi5;
|
||||
public int argi6;
|
||||
public long argl1;
|
||||
public long argl2;
|
||||
|
||||
private SomeArgs() {
|
||||
/* do nothing - reduce visibility */
|
||||
@@ -129,5 +131,7 @@ public final class SomeArgs {
|
||||
argi4 = 0;
|
||||
argi5 = 0;
|
||||
argi6 = 0;
|
||||
argl1 = 0;
|
||||
argl2 = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user