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

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

View File

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