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

  /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);
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/telephony/java/android/telephony/
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);
  /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...]
  /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));

Completed in 355 milliseconds