Loading core/java/android/os/Binder.java +7 −0 Original line number Diff line number Diff line Loading @@ -708,9 +708,16 @@ public class Binder implements IBinder { * * @hide */ @android.ravenwood.annotation.RavenwoodReplace @SystemApi(client = SystemApi.Client.PRIVILEGED_APPS) public final native void markVintfStability(); /** @hide */ private void markVintfStability$ravenwood() { // This is not useful for Ravenwood which uses local binder. // TODO(b/361785059): Use real native libbinder. } /** * Use a VINTF-stability binder w/o VINTF requirements. Should be called * on a binder before it is sent out of process. Loading Loading
core/java/android/os/Binder.java +7 −0 Original line number Diff line number Diff line Loading @@ -708,9 +708,16 @@ public class Binder implements IBinder { * * @hide */ @android.ravenwood.annotation.RavenwoodReplace @SystemApi(client = SystemApi.Client.PRIVILEGED_APPS) public final native void markVintfStability(); /** @hide */ private void markVintfStability$ravenwood() { // This is not useful for Ravenwood which uses local binder. // TODO(b/361785059): Use real native libbinder. } /** * Use a VINTF-stability binder w/o VINTF requirements. Should be called * on a binder before it is sent out of process. Loading