Loading Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/24.txt 24 \ -since $(SRC_API_DIR)/25.txt 25 \ -since $(SRC_API_DIR)/26.txt 26 \ -werror -hide 111 -hide 113 -hide 121 \ -werror -lerror -hide 111 -hide 113 -hide 121 -hide 125 -hide 126 -hide 127 -hide 128 \ -overview $(LOCAL_PATH)/core/java/overview.html \ framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR:= \ Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15858,7 +15858,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 } api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -16673,7 +16673,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 } api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15936,7 +15936,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 } core/java/android/accessibilityservice/AccessibilityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ public abstract class AccessibilityService extends Service { /** * Get the controller for fingerprint gestures. This feature requires {@link * AccessibilityServiceInfo#CAPABILITY_CAN_CAPTURE_FINGERPRINT_GESTURES}. * AccessibilityServiceInfo#CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES}. * *<strong>Note: </strong> The service must be connected before this method is called. * Loading Loading
Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/24.txt 24 \ -since $(SRC_API_DIR)/25.txt 25 \ -since $(SRC_API_DIR)/26.txt 26 \ -werror -hide 111 -hide 113 -hide 121 \ -werror -lerror -hide 111 -hide 113 -hide 121 -hide 125 -hide 126 -hide 127 -hide 128 \ -overview $(LOCAL_PATH)/core/java/overview.html \ framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR:= \ Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15858,7 +15858,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 }
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -16673,7 +16673,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 }
api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -15936,7 +15936,6 @@ package android.hardware.fingerprint { field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4 field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3 field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2 field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6 field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8 }
core/java/android/accessibilityservice/AccessibilityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -612,7 +612,7 @@ public abstract class AccessibilityService extends Service { /** * Get the controller for fingerprint gestures. This feature requires {@link * AccessibilityServiceInfo#CAPABILITY_CAN_CAPTURE_FINGERPRINT_GESTURES}. * AccessibilityServiceInfo#CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES}. * *<strong>Note: </strong> The service must be connected before this method is called. * Loading