Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +1 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,7 @@ public class OverviewProxyService extends CurrentUserTracker implements backAnimation.createExternalInterface().asBinder())); try { Log.d(TAG_OPS, "OverviewProxyService connected, initializing overview proxy"); mOverviewProxy.onInitialize(params); } catch (RemoteException e) { mCurrentBoundedUserId = -1; Loading Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +1 −0 Original line number Diff line number Diff line Loading @@ -507,6 +507,7 @@ public class OverviewProxyService extends CurrentUserTracker implements backAnimation.createExternalInterface().asBinder())); try { Log.d(TAG_OPS, "OverviewProxyService connected, initializing overview proxy"); mOverviewProxy.onInitialize(params); } catch (RemoteException e) { mCurrentBoundedUserId = -1; Loading