HomeSort by relevance Sort by last modified time
    Searched refs:disconnectChannel (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
BluetoothHealth.java 52 * <li> When done, close the health channel by calling {@link #disconnectChannel}
288 public boolean disconnectChannel(BluetoothDevice device,
293 return mService.disconnectChannel(device, config, channelId);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 130 disconnectChannel();
191 private void disconnectChannel() {
192 Log.i(TAG, "disconnectChannel()");
193 mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig, mChannelId);
BluetoothHDPActivity.java 195 disconnectChannel();
272 private void disconnectChannel() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 370 public boolean disconnectChannel(BluetoothDevice device,
374 return service.disconnectChannel(device, config, channelId);
440 boolean disconnectChannel(BluetoothDevice device,
445 if (DBG) Log.d(TAG,"disconnectChannel: no channel found");
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 560 milliseconds