Searched refs:AlarmAlertWakeLock (Results 1 – 5 of 5) sorted by relevance
29 import com.android.deskclock.AlarmAlertWakeLock;114 AlarmAlertWakeLock.acquireCpuWakeLock(this); in startAlarm()139 AlarmAlertWakeLock.releaseCpuLock(); in stopCurrentAlarm()207 AlarmAlertWakeLock.releaseCpuLock(); in onStartCommand()
35 import com.android.deskclock.AlarmAlertWakeLock;888 final PowerManager.WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); in onReceive()
36 import com.android.deskclock.AlarmAlertWakeLock;713 AlarmAlertWakeLock.acquireScreenCpuWakeLock(mContext); in updateRinger()720 AlarmAlertWakeLock.releaseCpuLock(); in updateRinger()
25 public class AlarmAlertWakeLock { class
57 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); in onReceive()