Merge "Add userId to log messages - DO NOT MERGE" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5191bb759f
File diff suppressed because it is too large
Load Diff
@@ -166,7 +166,7 @@ public class BackupManagerServiceTestUtils {
|
||||
PowerManager powerManager =
|
||||
(PowerManager) application.getSystemService(Context.POWER_SERVICE);
|
||||
return new UserBackupManagerService.BackupWakeLock(
|
||||
powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "*backup*"));
|
||||
powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "*backup*"), 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user