Home | History | Annotate | Download | only in telephony

Lines Matching defs:workSource

51 import android.os.WorkSource;
311 WorkSource workSource = new WorkSource(Process.myUid(),
313 assertEquals(sst.getAllCellInfo(workSource), list);
396 WorkSource workSource = new WorkSource(Process.myUid(), mContext.getPackageName());
397 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource);