Searched defs:mCurrentRcClient (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java960 private IRemoteControlClient mCurrentRcClient = null; field in class:MediaFocusControl
962 * The PendingIntent associated with mCurrentRcClient. Its value is irrelevant
963 * if mCurrentRcClient is null
975 * A monotonically increasing generation counter for mCurrentRcClient.
1272 if ((mCurrentRcClient != null) && (mCurrentRcClient.equals(prse.getRcc()))) {
1285 mCurrentRcClient.onInformationRequested(mCurrentRcClientGen, flags);
1288 mCurrentRcClient = null;
1307 if (mCurrentRcClient != null) {
1317 mCurrentRcClient
[all...]

Completed in 37 milliseconds