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

/frameworks/base/core/java/android/os/
H A DWorkSource.java22 public class WorkSource implements Parcelable { class in inherits:Parcelable
23 static final String TAG = "WorkSource";
34 * The WorkSource object itself is not thread safe, but we need to
37 static final WorkSource sTmpWorkSource = new WorkSource(0);
41 static WorkSource sNewbWork;
45 static WorkSource sGoneWork;
50 public WorkSource() { method in class:WorkSource
56 * Create a new WorkSource that is a copy of an existing one.
57 * If <var>orig</var> is null, an empty WorkSource i
59 public WorkSource(WorkSource orig) { method in class:WorkSource
86 public WorkSource(int uid) { method in class:WorkSource
94 public WorkSource(int uid, String name) { method in class:WorkSource
104 WorkSource(Parcel in) { method in class:WorkSource
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java31 import android.os.WorkSource;
1197 public void getNeighboringCids(Message result, WorkSource workSource) {
1890 public void getCellInfoList(Message response, WorkSource WorkSource) { argument
1920 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) {

Completed in 106 milliseconds