コード例 #1
0
 /** @hide */
 public boolean isBluetoothDock() {
   try {
     return sService.isBluetoothDock(mAddress);
   } catch (RemoteException e) {
     Log.e(TAG, "", e);
   }
   return false;
 }