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

/frameworks/base/core/java/android/os/
H A DWorkSource.java8 public class WorkSource implements Parcelable { class in inherits:Parcelable
14 * The WorkSource object itself is not thread safe, but we need to
17 static final WorkSource sTmpWorkSource = new WorkSource(0);
21 static WorkSource sNewbWork;
25 static WorkSource sGoneWork;
30 public WorkSource() { method in class:WorkSource
35 * Create a new WorkSource that is a copy of an existing one.
36 * If <var>orig</var> is null, an empty WorkSource is created.
38 public WorkSource(WorkSourc method in class:WorkSource
52 public WorkSource(int uid) { method in class:WorkSource
57 WorkSource(Parcel in) { method in class:WorkSource
[all...]

Completed in 49 milliseconds