public void noteStopGps(int uid) {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteStopGpsLocked(uid);
   }
 }