AMS绑定AS的地方:通过IAccessibilityServiceConnection.Stub来绑定
class Service extends IAccessibilityServiceConnection.Stub
public void onServiceConnected(ComponentName componentName, IBinder service) {
Log.i(LOG_TAG, " onServiceConnected start");
Log.i(LOG_TAG, "onServiceConnected IBinder service, is AS!!!!");