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

/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java982 mCellLocationResult = mTelephonyManager.getCellLocation();
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1631 public Bundle getCellLocation(String callingPackage) { method in class:PhoneInterfaceManager
1632 enforceFineOrCoarseLocationPermission("getCellLocation");
1637 log("getCellLocation: returning null; mode != allowed");
1643 if (DBG_LOC) log("getCellLocation: is active user");
1651 phone.getCellLocation(workSource).fillInNotifierBundle(data);
1654 log("getCellLocation: suppress non-active user");

Completed in 91 milliseconds