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.java56 private int mWakeLockLevel; field in TelecomWakeLock
62 mWakeLockLevel = wakeLockLevel; in TelecomWakeLock()
71 mWakeLockLevel = wakeLockLevel; in TelecomWakeLock()
79 if(powerManager.isWakeLockLevelSupported(mWakeLockLevel)) { in getWakeLockFromPowerManager()
80 PowerManager.WakeLock wakeLock = powerManager.newWakeLock(mWakeLockLevel, mWakeLockTag); in getWakeLockFromPowerManager()
92 Log.i(TAG, "Can not acquire WakeLock (not supported) with level: " + mWakeLockLevel); in acquire()
98 Log.i(TAG, "Acquiring WakeLock with id: " + mWakeLockLevel); in acquire()
100 Log.i(TAG, "WakeLock already acquired for id: " + mWakeLockLevel); in acquire()
106 Log.i(TAG, "Can not release WakeLock (not supported) with id: " + mWakeLockLevel); in release()
112 Log.i(TAG, "Releasing WakeLock with id: " + mWakeLockLevel); in release()
[all …]