FileDocCategorySizeDatePackage
Credentials.javaAPI DocAndroid 5.1 API324Sat Mar 14 14:09:42 GMT 2015android.net

Credentials.java

package android.net;
public class Credentials
{
public  Credentials(int pid, int uid, int gid) { throw new RuntimeException("Stub!"); }
public  int getPid() { throw new RuntimeException("Stub!"); }
public  int getUid() { throw new RuntimeException("Stub!"); }
public  int getGid() { throw new RuntimeException("Stub!"); }
}