Searched defs:WorkSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DWorkSource.java12 public class WorkSource implements Parcelable { class in inherits:Parcelable
13 static final String TAG = "WorkSource";
22 * The WorkSource object itself is not thread safe, but we need to
25 static final WorkSource sTmpWorkSource = new WorkSource(0);
29 static WorkSource sNewbWork;
33 static WorkSource sGoneWork;
38 public WorkSource() { method in class:WorkSource
43 * Create a new WorkSource that is a copy of an existing one.
44 * If <var>orig</var> is null, an empty WorkSource i
46 public WorkSource(WorkSource orig) { method in class:WorkSource
62 public WorkSource(int uid) { method in class:WorkSource
69 public WorkSource(int uid, String name) { method in class:WorkSource
78 WorkSource(Parcel in) { method in class:WorkSource
[all...]

Completed in 164 milliseconds