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

/frameworks/base/media/java/android/media/
H A DAudioService.java3670 private void removeFocusStackEntry(String clientToRemove, boolean signal) { method in class:AudioService
3674 //Log.i(TAG, " removeFocusStackEntry() removing top of stack");
3826 removeFocusStackEntry(clientId, false /* signal */);
3847 removeFocusStackEntry(clientId, true);
3863 removeFocusStackEntry(clientId, false);

Completed in 16 milliseconds