public void disableLocationUpdates() {
   mApp.mContext.enforceCallingOrSelfPermission(
       android.Manifest.permission.CONTROL_LOCATION_UPDATES, null);
   mPhone.disableLocationUpdates();
 }