Searched defs:newClientGeneration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java1569 private void setNewRcClientOnDisplays_syncRcsCurrc(int newClientGeneration, argument
1578 newClientGeneration, newMediaIntent, clearing);
1592 private void setNewRcClientGenerationOnClients_syncRcsCurrc(int newClientGeneration) { argument
1600 se.mRcClient.setCurrentClientGenerationId(newClientGeneration);
1612 * @param newClientGeneration the new generation value matching a client update
1618 private void setNewRcClient_syncRcsCurrc(int newClientGeneration, argument
1621 setNewRcClientOnDisplays_syncRcsCurrc(newClientGeneration, newMediaIntent, clearing);
1623 setNewRcClientGenerationOnClients_syncRcsCurrc(newClientGeneration);

Completed in 46 milliseconds