Home
last modified time | relevance | path

Searched refs:mWakeLockLevel (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomWakeLock.java57 private int mWakeLockLevel; field in TelecomWakeLock
63 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 …]