aboutsummaryrefslogtreecommitdiff
path: root/car-lib/api/current.txt
diff options
context:
space:
mode:
authorJason Tholstrup <jthol@google.com>2016-08-26 14:30:20 -0700
committerJason Tholstrup <jthol@google.com>2016-08-31 12:12:41 -0700
commit3ee334d8c220f631d2ea7fa225af148f41b43354 (patch)
tree7636d512e94322f67560d00415f7353659c3d467 /car-lib/api/current.txt
parent57de61296cc8f29d8740fc7e6983af9553e7a410 (diff)
downloadCar-3ee334d8c220f631d2ea7fa225af148f41b43354.tar.gz
api lint refactorings and renaming of listener add/remove methods.
Change-Id: Id8eceac2322564da8a5fd3f882574041a0b97704
Diffstat (limited to 'car-lib/api/current.txt')
-rw-r--r--car-lib/api/current.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/car-lib/api/current.txt b/car-lib/api/current.txt
index 2f4df12d97..8a386751e6 100644
--- a/car-lib/api/current.txt
+++ b/car-lib/api/current.txt
@@ -2,7 +2,7 @@ package android.car {
public class Car {
method public void connect() throws java.lang.IllegalStateException;
- method public static android.car.Car createCar(android.content.Context, android.content.ServiceConnection, android.os.Looper);
+ method public static android.car.Car createCar(android.content.Context, android.content.ServiceConnection, android.os.Handler);
method public static android.car.Car createCar(android.content.Context, android.content.ServiceConnection);
method public void disconnect();
method public int getCarConnectionType();
@@ -27,7 +27,7 @@ package android.car {
method public void abandonAppFocus(android.car.CarAppFocusManager.AppFocusOwnershipChangeListener) throws android.car.CarNotConnectedException;
method public boolean isOwningFocus(android.car.CarAppFocusManager.AppFocusOwnershipChangeListener, int) throws android.car.CarNotConnectedException;
method public void registerFocusListener(android.car.CarAppFocusManager.AppFocusChangeListener, int) throws android.car.CarNotConnectedException;
- method public int requestAppFocus(android.car.CarAppFocusManager.AppFocusOwnershipChangeListener, int) throws android.car.CarNotConnectedException, java.lang.SecurityException;
+ method public int requestAppFocus(int, android.car.CarAppFocusManager.AppFocusOwnershipChangeListener) throws android.car.CarNotConnectedException, java.lang.SecurityException;
method public void unregisterFocusListener(android.car.CarAppFocusManager.AppFocusChangeListener, int) throws android.car.CarNotConnectedException;
method public void unregisterFocusListener(android.car.CarAppFocusManager.AppFocusChangeListener) throws android.car.CarNotConnectedException;
field public static final int APP_FOCUS_REQUEST_FAILED = 0; // 0x0
@@ -45,9 +45,9 @@ package android.car {
}
public class CarInfoManager {
- method public java.lang.Float getFloat(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
- method public java.lang.Integer getInt(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
- method public java.lang.Long getLong(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
+ method public float getFloat(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
+ method public int getInt(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
+ method public long getLong(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
method public java.lang.String getString(java.lang.String) throws android.car.CarNotConnectedException, java.lang.IllegalArgumentException;
field public static final java.lang.String KEY_MANUFACTURER = "android.car.manufacturer";
field public static final java.lang.String KEY_MODEL = "android.car.model";