File
Doc
Category
Size
Date
Package
WorkSource.java
API Doc
Android 5.1 API
1165
Sat Mar 14 14:09:42 GMT 2015
android.os
WorkSource
java.lang.Object
public class WorkSource extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public WorkSource
()
throw new RuntimeException("Stub!");
public WorkSource
(
WorkSource
orig)
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
add
(
android.os.WorkSource
other)
throw new RuntimeException("Stub!");
public void
clear
()
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
diff
(
android.os.WorkSource
other)
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
o)
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
remove
(
android.os.WorkSource
other)
throw new RuntimeException("Stub!");
public void
set
(
android.os.WorkSource
other)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source