Searched refs:WakeLockHelper (Results 1 – 5 of 5) sorted by relevance
30 import com.android.messaging.util.WakeLockHelper;46 static WakeLockHelper sWakeLock = new WakeLockHelper(WAKELOCK_ID);
32 import com.android.messaging.util.WakeLockHelper;220 static WakeLockHelper sWakeLock = new WakeLockHelper(WAKELOCK_ID);
30 public class WakeLockHelper { class43 public WakeLockHelper(final String wakeLockId) { in WakeLockHelper() method in WakeLockHelper
45 private static WakeLockHelper sWakeLock = new WakeLockHelper(WAKELOCK_ID);
40 import com.android.messaging.util.WakeLockHelper;105 assertEquals("Check pid", intent.getIntExtra(WakeLockHelper.EXTRA_CALLING_PID, 0), in testChatServiceCreatesIntentAndExecutesAction()