diff options
| author | Steven Moreland <smoreland@google.com> | 2018-02-06 10:26:22 -0800 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2018-02-06 10:26:22 -0800 |
| commit | 3a5419befaca48eb35f02074fd44550c99c0a424 (patch) | |
| tree | de5e4c6b7a93c08f85cfdd72af3cd875ee9d4cde /core/java | |
| parent | 44dbca0999d1c20237383ff9a2199a21ccc4d4d4 (diff) | |
Remove unused flags from IHwBinder.
transaction start: this is interface dependent
flags: part of kernel ABI, unused here
Bug: 72877008
Test: N/A
Change-Id: Ic0f268cd0483edaf3cea7de90b5743e84292f427
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/IHwBinder.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/os/IHwBinder.java b/core/java/android/os/IHwBinder.java index a565dee5ddd0..fbdf27e38d67 100644 --- a/core/java/android/os/IHwBinder.java +++ b/core/java/android/os/IHwBinder.java @@ -21,12 +21,6 @@ import android.annotation.SystemApi; /** @hide */ @SystemApi public interface IHwBinder { - // These MUST match their corresponding libhwbinder/IBinder.h definition !!! - /** @hide */ - public static final int FIRST_CALL_TRANSACTION = 1; - /** @hide */ - public static final int FLAG_ONEWAY = 1; - /** * Process a hwbinder transaction. * |
