Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DImportTask.java50 private static final String WAKELOCK_LABEL = "Google Photos MTP Import Task"; field in ImportTask
64 mWakeLock = pm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, WAKELOCK_LABEL); in ImportTask()