am 285f2422: Merge change I28bad882 into eclair
Merge commit '285f242214d38352b844898edffc8eb336d0c19e' into eclair-plus-aosp * commit '285f242214d38352b844898edffc8eb336d0c19e': Fix broken build.
This commit is contained in:
@@ -140,7 +140,7 @@ public final class BluetoothA2dp {
|
||||
* @return false on immediate error, true otherwise
|
||||
* @hide
|
||||
*/
|
||||
public int suspendSink(BluetoothDevice device) {
|
||||
public boolean suspendSink(BluetoothDevice device) {
|
||||
try {
|
||||
return mService.suspendSink(device);
|
||||
} catch (RemoteException e) {
|
||||
@@ -156,7 +156,7 @@ public final class BluetoothA2dp {
|
||||
* @return false on immediate error, true otherwise
|
||||
* @hide
|
||||
*/
|
||||
public int resumeSink(BluetoothDevice device) {
|
||||
public boolean resumeSink(BluetoothDevice device) {
|
||||
try {
|
||||
return mService.resumeSink(device);
|
||||
} catch (RemoteException e) {
|
||||
|
||||
Reference in New Issue
Block a user