HomeSort by relevance Sort by last modified time
    Searched defs:restartObexServerSession (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java 27 public void restartObexServerSession() {
28 Assert.fail("restartObexServerSession() should not occur");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 419 public void restartObexServerSession() {
420 if (D) Log.d(TAG, "MAP Service restartObexServerSession()");
BluetoothMapService.java 264 mMasInstances.valueAt(i).restartObexServerSession();
268 mMasInstances.valueAt(i).restartObexServerSession();
312 masInst.restartObexServerSession();
315 mMasInstances.valueAt(i).restartObexServerSession();
    [all...]
BluetoothMapContentObserver.java     [all...]

Completed in 57 milliseconds