Searched refs:getAllCellInfo (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1617 public List<CellInfo> getAllCellInfo(String callingPackage) { method in class:PhoneInterfaceManager
1618 enforceFineOrCoarseLocationPermission("getAllCellInfo");
1628 if (DBG_LOC) log("getAllCellInfo: is active user");
1631 final List<CellInfo> info = phone.getAllCellInfo();
1632 if (info != null) cellInfos.addAll(phone.getAllCellInfo());
1636 if (DBG_LOC) log("getAllCellInfo: suppress non-active user");
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java988 mCellInfoResult = mTelephonyManager.getAllCellInfo();

Completed in 208 milliseconds