Searched refs:WAKELOCK_LABEL (Results 1 – 1 of 1) sorted by relevance
50 private static final String WAKELOCK_LABEL = "Google Photos MTP Import Task"; field in ImportTask64 mWakeLock = pm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, WAKELOCK_LABEL); in ImportTask()