Home | History | Annotate | Download | only in music

Lines Matching defs:pm

339         PowerManager pm = (PowerManager)getSystemService(Context.POWER_SERVICE);
340 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, this.getClass().getName());