Searched refs:GattNativeInterface (Results 1 – 7 of 7) sorted by relevance
59 public GattNativeInterface getNativeInterface() { in getNativeInterface()60 return GattNativeInterface.getInstance(); in getNativeInterface()
28 public class GattNativeInterface { class29 private static final String TAG = GattNativeInterface.class.getSimpleName();34 private static GattNativeInterface sInstance;38 private GattNativeInterface() {} in GattNativeInterface() method in GattNativeInterface49 public static GattNativeInterface getInstance() { in getInstance()52 sInstance = new GattNativeInterface(); in getInstance()60 public static void setInstance(GattNativeInterface instance) { in setInstance()
196 private GattNativeInterface mNativeInterface;
82 import com.android.bluetooth.gatt.GattNativeInterface;157 private @Mock GattNativeInterface mGattNativeInterface;228 GattNativeInterface.setInstance(mGattNativeInterface); in setUp()358 GattNativeInterface.setInstance(null); in tearDown()
60 import com.android.bluetooth.gatt.GattNativeInterface;105 @Mock private GattNativeInterface mNativeInterface;
78 import com.android.bluetooth.gatt.GattNativeInterface;140 @Mock private GattNativeInterface mNativeInterface;
103 @Mock private GattNativeInterface mNativeInterface;