Home
last modified time | relevance | path

Searched refs:nativeInterface (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine() argument
77 nativeInterface, systemInterface); in makeStateMachine()
DAtPhonebook.java98 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) { in AtPhonebook() argument
102 mNativeInterface = nativeInterface; in AtPhonebook()
DHeadsetStateMachine.java168 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine() argument
175 Objects.requireNonNull(nativeInterface, "nativeInterface cannot be null"); in HeadsetStateMachine()
195 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make() argument
198 nativeInterface, systemInterface); in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java92 HearingAidNativeInterface nativeInterface, Looper looper) { in HearingAidStateMachine() argument
96 mNativeInterface = nativeInterface; in HearingAidStateMachine()
112 HearingAidNativeInterface nativeInterface, Looper looper) { in make() argument
115 nativeInterface, looper); in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java73 private static void setInstance(HidDeviceNativeInterface nativeInterface) { in setInstance() argument
74 sInstance = nativeInterface; in setInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java89 AvrcpNativeInterface nativeInterface) { in AvrcpVolumeManager() argument
92 mNativeInterface = nativeInterface; in AvrcpVolumeManager()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java126 HidDeviceNativeInterface nativeInterface = in setUp() local
128 Assert.assertEquals(nativeInterface, mHidDeviceNativeInterface); in setUp()