public void noteStartAudio(int uid) {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteAudioOnLocked(uid);
   }
 }