am 3babc728: Merge "Qualify private outer call in MediaProjectionManagerService." into lmp-mr1-dev

* commit '3babc728e0910ac25744bdf3f923fdfdeeb689d1':
  Qualify private outer call in MediaProjectionManagerService.
This commit is contained in:
John Spurlock
2014-10-20 20:20:25 +00:00
committed by Android Git Automerger

View File

@@ -325,7 +325,7 @@ public final class MediaProjectionManagerService extends SystemService
final long token = Binder.clearCallingIdentity(); final long token = Binder.clearCallingIdentity();
try { try {
dump(pw); MediaProjectionManagerService.this.dump(pw);
} finally { } finally {
Binder.restoreCallingIdentity(token); Binder.restoreCallingIdentity(token);
} }