Searched refs:lockStatic (Results 1 – 1 of 1) sorted by relevance
133 private static volatile PowerManager.WakeLock lockStatic = null; field in WearPackageInstallerService545 if (lockStatic == null) { in getLock()548 lockStatic = mgr.newWakeLock( in getLock()550 lockStatic.setReferenceCounted(true); in getLock()552 return lockStatic; in getLock()