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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
BluetoothHealth.java 54 * {@link #unregisterAppConfiguration}
202 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) {
206 result = mService.unregisterAppConfiguration(config);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 181 mBluetoothHealth.unregisterAppConfiguration(mHealthAppConfig);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 307 mService.unregisterAppConfiguration(mConfig);
350 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) {
353 return service.unregisterAppConfiguration(config);
417 boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) {
420 if (DBG) Log.d(TAG,"unregisterAppConfiguration: no app 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 743 milliseconds