Searched refs:mWakeLockLevel (Results 1 – 1 of 1) sorted by relevance
57 private int mWakeLockLevel; field in TelecomWakeLock63 mWakeLockLevel = wakeLockLevel; in TelecomWakeLock()72 mWakeLockLevel = wakeLockLevel; in TelecomWakeLock()80 if(powerManager.isWakeLockLevelSupported(mWakeLockLevel)) { in getWakeLockFromPowerManager()81 PowerManager.WakeLock wakeLock = powerManager.newWakeLock(mWakeLockLevel, mWakeLockTag); in getWakeLockFromPowerManager()93 Log.i(TAG, "Can not acquire WakeLock (not supported) with level: " + mWakeLockLevel); in acquire()99 Log.i(TAG, "Acquiring WakeLock with id: " + mWakeLockLevel); in acquire()101 Log.i(TAG, "WakeLock already acquired for id: " + mWakeLockLevel); in acquire()107 Log.i(TAG, "Can not release WakeLock (not supported) with id: " + mWakeLockLevel); in release()113 Log.i(TAG, "Releasing WakeLock with id: " + mWakeLockLevel); in release()[all …]