summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-02-06 10:26:22 -0800
committerSteven Moreland <smoreland@google.com>2018-02-06 10:26:22 -0800
commit3a5419befaca48eb35f02074fd44550c99c0a424 (patch)
treede5e4c6b7a93c08f85cfdd72af3cd875ee9d4cde /core/java
parent44dbca0999d1c20237383ff9a2199a21ccc4d4d4 (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.java6
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.
*