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
18 * The WorkSource object itself is not thread safe, but we need to
21 static final WorkSource sTmpWorkSource = new WorkSource(0);
25 static WorkSource sNewbWork;
29 static WorkSource sGoneWork;
34 public WorkSource() { method in class:WorkSource
39 * Create a new WorkSource that is a copy of an existing one.
40 * If <var>orig</var> is null, an empty WorkSource is created.
42 public WorkSource(WorkSourc method in class:WorkSource
56 public WorkSource(int uid) { method in class:WorkSource
61 WorkSource(Parcel in) { method in class:WorkSource
[all...]

Completed in 41 milliseconds