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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneStateListener.aidl 22 import android.telephony.CellInfo;
37 void onCellInfoChanged(in List<CellInfo> cellInfo);
ITelephonyRegistry.aidl 25 import android.telephony.CellInfo;
43 void notifyCellInfo(in List<CellInfo> cellInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 19 import android.telephony.CellInfo;
50 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo);
DefaultPhoneNotifier.java 24 import android.telephony.CellInfo;
162 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
164 mRegistry.notifyCellInfo(cellInfo);
ServiceStateTracker.java 27 import android.telephony.CellInfo;
54 protected CellInfo mLastCellInfo = null;
58 protected final CellInfo mCellInfo;
190 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
192 mCellInfo = cellInfo;
602 public List<CellInfo> getAllCellInfo() {
PhoneBase.java 35 import android.telephony.CellInfo;
715 public List<CellInfo> getAllCellInfo() {
855 public void notifyCellInfo(List<CellInfo> cellInfo) {
856 mNotifier.notifyCellInfo(this, cellInfo);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 21 import android.telephony.CellInfo;
67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 25 import android.telephony.CellInfo;
290 * @param cellInfo is the list of currently visible cells.
292 public void onCellInfoChanged(List<CellInfo> cellInfo) {
344 public void onCellInfoChanged(List<CellInfo> cellInfo) {
345 Message.obtain(mHandler, LISTEN_CELL_INFO, 0, 0, cellInfo).sendToTarget();
385 PhoneStateListener.this.onCellInfoChanged((List<CellInfo>)msg.obj);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 77 private final CellInfo mCellInfo = new CellInfo();
700 final CellInfo cellInfo = mCellInfo;
726 cellInfo.cell = child;
727 cellInfo.cellX = lp.cellX;
728 cellInfo.cellY = lp.cellY;
729 cellInfo.spanX = lp.cellHSpan;
730 cellInfo.spanY = lp.cellVSpan;
743 cellInfo.cell = null
    [all...]
Workspace.java 110 * CellInfo for the cell that is currently being dragged
112 private CellLayout.CellInfo mDragInfo;
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 38 import android.telephony.CellInfo;
126 private List<CellInfo> mCellInfo = null;
397 public void notifyCellInfo(List<CellInfo> cellInfo) {
403 mCellInfo = cellInfo;
410 r.callback.onCellInfoChanged(cellInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 53 import android.telephony.CellInfo;
169 protected CdmaServiceStateTracker(CDMAPhone phone, CellInfo cellInfo) {
170 super(phone, phone.mCM, cellInfo);
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 333 milliseconds