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

/frameworks/base/core/java/android/os/
H A DWorkSource.java14 public class WorkSource implements Parcelable { class in inherits:Parcelable
15 static final String TAG = "WorkSource";
24 * The WorkSource object itself is not thread safe, but we need to
27 static final WorkSource sTmpWorkSource = new WorkSource(0);
31 static WorkSource sNewbWork;
35 static WorkSource sGoneWork;
40 public WorkSource() { method in class:WorkSource
45 * Create a new WorkSource that is a copy of an existing one.
46 * If <var>orig</var> is null, an empty WorkSource i
48 public WorkSource(WorkSource orig) { method in class:WorkSource
64 public WorkSource(int uid) { method in class:WorkSource
71 public WorkSource(int uid, String name) { method in class:WorkSource
80 WorkSource(Parcel in) { method in class:WorkSource
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java28 import android.os.WorkSource;
1138 public void getNeighboringCids(Message result, WorkSource workSource) {
1802 public void getCellInfoList(Message response, WorkSource WorkSource) { argument
1832 public void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) {

Completed in 225 milliseconds