Searched refs:mOverviewProxy (Results 1 – 1 of 1) sorted by relevance
80 private IOverviewProxy mOverviewProxy; field in OverviewProxyService204 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);212 mOverviewProxy.onBind(mSysUiProxy);326 listener.onConnectionChanged(mOverviewProxy != null); in addCallback()344 return mOverviewProxy; in getProxy()352 if (mOverviewProxy != null) { in disconnectFromLauncherService()353 mOverviewProxy.asBinder().unlinkToDeath(mOverviewServiceDeathRcpt, 0); in disconnectFromLauncherService()355 mOverviewProxy = null; in disconnectFromLauncherService()369 mConnectionCallbacks.get(i).onConnectionChanged(mOverviewProxy != null); in notifyConnectionChanged()397 pw.print(" isConnected="); pw.println(mOverviewProxy != null); in dump()