HomeSort by relevance Sort by last modified time
    Searched refs:CellInfo (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telephony/java/android/telephony/
CellInfo.aidl 20 parcelable CellInfo
CellInfo.java 28 public final class CellInfo implements Parcelable {
59 public CellInfo(int timeStampType, long timeStamp, long timingAdv,
80 public CellInfo(CellInfo ci) {
96 private CellInfo(Parcel in) {
206 public static final Creator<CellInfo> CREATOR =
207 new Creator<CellInfo>() {
209 public CellInfo createFromParcel(Parcel in) {
210 return new CellInfo(in);
214 public CellInfo[] newArray(int size)
    [all...]
PhoneStateListener.java 25 import android.telephony.CellInfo;
297 public void onCellInfoChanged(CellInfo cellInfo) {
350 public void onCellInfoChanged(CellInfo cellInfo) {
391 PhoneStateListener.this.onCellInfoChanged((CellInfo)msg.obj);
TelephonyManager.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneNotifier.java 19 import android.telephony.CellInfo;
49 public void notifyCellInfo(Phone sender, CellInfo cellInfo);
IPhoneStateListener.aidl 22 import android.telephony.CellInfo;
37 void onCellInfoChanged(in CellInfo cellInfo);
ITelephony.aidl 22 import android.telephony.CellInfo;
286 List<CellInfo> getAllCellInfo();
ITelephonyRegistry.aidl 25 import android.telephony.CellInfo;
43 void notifyCellInfo(in CellInfo cellInfo);
DefaultPhoneNotifier.java 24 import android.telephony.CellInfo;
160 public void notifyCellInfo(Phone sender, CellInfo cellInfo) {
162 mRegistry.notifyCellInfo(cellInfo);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 20 import android.telephony.CellInfo;
64 public void notifyCellInfo(Phone sender, CellInfo cellInfo) {
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 32 import android.telephony.CellInfo;
111 private CellInfo mCellInfo = null;
244 r.callback.onCellInfoChanged(new CellInfo(mCellInfo));
338 public void notifyCellInfo(CellInfo cellInfo) {
344 mCellInfo = cellInfo;
348 r.callback.onCellInfoChanged(new CellInfo(cellInfo));
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 32 import android.telephony.CellInfo;
653 public List<CellInfo> getAllCellInfo() {
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 78 private final CellInfo mCellInfo = new CellInfo();
663 final CellInfo cellInfo = mCellInfo;
689 cellInfo.cell = child;
690 cellInfo.cellX = lp.cellX;
691 cellInfo.cellY = lp.cellY;
692 cellInfo.spanX = lp.cellHSpan;
693 cellInfo.spanY = lp.cellVSpan;
706 cellInfo.cell = null
    [all...]
Workspace.java 112 * CellInfo for the cell that is currently being dragged
114 private CellLayout.CellInfo mDragInfo;
    [all...]
Launcher.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1028 milliseconds