public void noteStartGps(int uid) {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteStartGpsLocked(uid);
   }
 }