Searched refs:wl (Results 1 – 5 of 5) sorted by relevance
45 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); in onReceive() local46 wl.acquire(); in onReceive()74 wl.release(); in onReceive()
91 float wl = w / histogram.length; in drawHistogram() local97 mPaint.setStrokeWidth((int) Math.ceil(wl)); in drawHistogram()115 float x = i * wl + dx; in drawHistogram()
378 float wl = w / histogram.length; in drawHistogram() local382 paint.setStrokeWidth((int) Math.ceil(wl)); in drawHistogram()394 float x = i * wl + dx; in drawHistogram()
684 final PowerManager.WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); in onReceive() local685 wl.acquire(); in onReceive()691 wl.release(); in onReceive()
172 PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in onReceive() local174 wl.acquire(5000); in onReceive()