Home | History | Annotate | Download | only in telephony

Lines Matching refs:getCellLocation

913     public CellLocation getCellLocation() {
917 Rlog.d(TAG, "getCellLocation returning null because telephony is null");
920 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName());
922 Rlog.d(TAG, "getCellLocation returning null because bundle is empty");
927 Rlog.d(TAG, "getCellLocation returning null because CellLocation is empty");
932 Rlog.d(TAG, "getCellLocation returning null due to RemoteException " + ex);
935 Rlog.d(TAG, "getCellLocation returning null due to NullPointerException " + ex);
2959 * android.telephony.TelephonyManager#getCellLocation getCellLocation()}.
2962 * android.telephony.TelephonyManager#getCellLocation getCellLocation()}