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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 53 private int mServerIf;
73 mServerIf = serverIf;
315 mServerIf = 0;
375 if (mServerIf == 0) {
388 if (DBG) Log.d(TAG, "unregisterCallback() - mServerIf=" + mServerIf);
389 if (mService == null || mServerIf == 0) return;
393 mService.unregisterServer(mServerIf);
394 mServerIf = 0;
439 if (mService == null || mServerIf == 0) return false
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 703 milliseconds