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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetObjectsFactory.java 69 * @param nativeInterface native interface
75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) {
77 nativeInterface, systemInterface);
AtPhonebook.java 98 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) {
102 mNativeInterface = nativeInterface;
HeadsetStateMachine.java 162 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) {
169 Objects.requireNonNull(nativeInterface, "nativeInterface cannot be null");
188 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) {
191 nativeInterface, systemInterface);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 71 * @param nativeInterface native interface
73 private static void setInstance(HidDeviceNativeInterface nativeInterface) {
74 sInstance = nativeInterface;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStateMachine.java 93 HearingAidNativeInterface nativeInterface, Looper looper) {
97 mNativeInterface = nativeInterface;
113 HearingAidNativeInterface nativeInterface, Looper looper) {
116 nativeInterface, looper);
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpVolumeManager.java 89 AvrcpNativeInterface nativeInterface) {
92 mNativeInterface = nativeInterface;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 125 HidDeviceNativeInterface nativeInterface =
127 Assert.assertEquals(nativeInterface, mHidDeviceNativeInterface);

Completed in 192 milliseconds