Class android.media.MediaRoute2ProviderService
Removed Methods | |
---|---|
void onSetVolume(String, |
|
void onUpdateVolume(String, |
Added Methods | |
---|---|
void notifyRequestFailed (long, |
|
void onSetRouteVolume (long, |
|
void onSetSessionVolume (long, |
Changed Methods | ||
---|---|---|
void onCreateSession (long, |
Change in signature from (String, String, long, Bundle ) to (long, String, String, Bundle ). |
|
void onDeselectRoute (long, |
Change in signature from (String, String ) to (long, String, String ). |
|
void onReleaseSession (long, |
Change in signature from String to (long, String ). |
|
void onSelectRoute (long, |
Change in signature from (String, String ) to (long, String, String ). |
|
void onTransferToRoute (long, |
Change in signature from (String, String ) to (long, String, String ). |
Removed Fields | |
---|---|
long REQUEST_ID_UNKNOWN
|
Added Fields | |
---|---|
int REASON_INVALID_COMMAND |
|
int REASON_NETWORK_ERROR |
|
int REASON_REJECTED |
|
int REASON_ROUTE_NOT_AVAILABLE |
|
int REASON_UNKNOWN_ERROR |
|
long REQUEST_ID_NONE |