FileDocCategorySizeDatePackage
PackageVerificationResponse.javaAPI DocAndroid 5.1 API893Thu Mar 12 22:22:42 GMT 2015com.android.server.pm

PackageVerificationResponse

public class PackageVerificationResponse extends Object

Fields Summary
public final int
code
public final int
callerUid
Constructors Summary
public PackageVerificationResponse(int code, int callerUid)

        this.code = code;
        this.callerUid = callerUid;
    
Methods Summary