Lines Matching full:context
19 import android.content.Context;
30 static PowerManager.WakeLock createPartialWakeLock(Context context) {
32 (PowerManager) context.getSystemService(Context.POWER_SERVICE);
36 static void acquireCpuWakeLock(Context context) {
41 sCpuWakeLock = createPartialWakeLock(context);
45 static void acquireScreenCpuWakeLock(Context context) {
49 PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);