コード例 #1
0
 public void noteScreenOff() {
   enforceCallingPermission();
   synchronized (mStats) {
     mStats.noteScreenOffLocked();
   }
 }