HomeSort by relevance Sort by last modified time
    Searched refs:cellInfo (Results 1 - 14 of 14) 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;
169 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
171 mRegistry.notifyCellInfo(cellInfo);
ServiceStateTracker.java 25 import android.telephony.CellInfo;
64 protected List<CellInfo> mLastCellInfoList = null;
68 protected final CellInfo mCellInfo;
191 List<CellInfo> list;
199 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
201 mCellInfo = cellInfo;
386 result.list = (List<CellInfo>) ar.result;
405 List<CellInfo> list = (List<CellInfo>) ar.result
    [all...]
PhoneBase.java 33 import android.telephony.CellInfo;
790 public List<CellInfo> getAllCellInfo() {
954 public void notifyCellInfo(List<CellInfo> cellInfo) {
955 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 79 private final CellInfo mCellInfo = new CellInfo();
712 final CellInfo cellInfo = mCellInfo;
738 cellInfo.cell = child;
739 cellInfo.cellX = lp.cellX;
740 cellInfo.cellY = lp.cellY;
741 cellInfo.spanX = lp.cellHSpan;
742 cellInfo.spanY = lp.cellVSpan;
755 cellInfo.cell = null
    [all...]
Workspace.java 109 * CellInfo for the cell that is currently being dragged
111 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 36 import android.telephony.CellInfo;
164 protected CdmaServiceStateTracker(CDMAPhone phone, CellInfo cellInfo) {
165 super(phone, phone.mCi, cellInfo);
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 549 milliseconds