Searched refs:WAKELOCK_OP (Results 1 – 1 of 1) sorted by relevance
44 protected static final int WAKELOCK_OP = 1000; field in SafeAsyncTask161 sWakeLock.acquire(Factory.get().getApplicationContext(), intent, WAKELOCK_OP); in executeOnThreadPool() local168 sWakeLock.release(intent, WAKELOCK_OP); in executeOnThreadPool()