1 /**
2  * This is a stub library for the runtime class at
3  * frameworks/base/core/java/android/os/VintfObject.java
4  */
5 
6 package android.os;
7 
8 import java.util.Map;
9 
10 public class VintfObject {
getVndkSnapshots()11     public static Map<String, String[]> getVndkSnapshots() { return null; }
getSepolicyVersion()12     public static String getSepolicyVersion() { return null; }
getHalNamesAndVersions()13     public static String[] getHalNamesAndVersions() { return null; }
report()14     public static String[] report() { return null; }
getTargetFrameworkCompatibilityMatrixVersion()15     public static Long getTargetFrameworkCompatibilityMatrixVersion() { return null; }
16 }
17