Searched refs:mCurrentRcClient (Results 1 – 1 of 1) sorted by relevance
1121 private IRemoteControlClient mCurrentRcClient = null; field in MediaFocusControl1433 if ((mCurrentRcClient != null) && (mCurrentRcClient.equals(prse.getRcc()))) { in onRcDisplayUpdate()1446 mCurrentRcClient.onInformationRequested(mCurrentRcClientGen, flags); in onRcDisplayUpdate()1449 mCurrentRcClient = null; in onRcDisplayUpdate()1468 if (mCurrentRcClient != null) { in onRcDisplayInitInfo()1478 mCurrentRcClient.informationRequestForDisplay(newRcd, w, h); in onRcDisplayInitInfo()1481 mCurrentRcClient = null; in onRcDisplayInitInfo()1497 mCurrentRcClient = null; in clearRemoteControlDisplay_syncPrs()1522 if (!prse.getRcc().equals(mCurrentRcClient)) { in updateRemoteControlDisplay_syncPrs()1526 mCurrentRcClient = prse.getRcc(); in updateRemoteControlDisplay_syncPrs()