OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_DEVICE
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
76
public static final int
INPUT_DEVICE
= 4;
BluetoothInputDevice.java
485
mServiceListener.onServiceConnected(BluetoothProfile.
INPUT_DEVICE
, BluetoothInputDevice.this);
492
mServiceListener.onServiceDisconnected(BluetoothProfile.
INPUT_DEVICE
);
BluetoothAdapter.java
[
all
...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java
36
INPUT_DEVICE
(1),
150
role = ProtocolRole.
INPUT_DEVICE
;
156
role = ProtocolRole.
INPUT_DEVICE
;
/packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java
90
BluetoothProfile.
INPUT_DEVICE
);
193
BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.
INPUT_DEVICE
,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothUtil.java
40
if (profile == BluetoothProfile.
INPUT_DEVICE
) return "
INPUT_DEVICE
";
112
if (BluetoothUuid.Hid.equals(uuid)) return BluetoothProfile.
INPUT_DEVICE
;
113
if (BluetoothUuid.Hogp.equals(uuid)) return BluetoothProfile.
INPUT_DEVICE
;
BluetoothControllerImpl.java
398
mAdapter.getProfileProxy(mContext, mProfileListener, BluetoothProfile.
INPUT_DEVICE
);
445
return BluetoothProfile.
INPUT_DEVICE
;
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ServerPairingSession.java
95
} else if (getLocalRole() == ProtocolRole.
INPUT_DEVICE
) {
PairingSession.java
229
mLocalOptions.setProtocolRolePreference(ProtocolRole.
INPUT_DEVICE
);
606
ProtocolRole.
INPUT_DEVICE
: ProtocolRole.DISPLAY_DEVICE;
614
return (getLocalRole() == ProtocolRole.
INPUT_DEVICE
);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java
336
case
INPUT_DEVICE
:
404
case
INPUT_DEVICE
:
492
optionsMessage.setProtocolRolePreference(OptionsMessage.ProtocolRole.
INPUT_DEVICE
);
520
role = OptionsMessage.ProtocolRole.
INPUT_DEVICE
;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java
281
mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
, null);
285
mTestUtils.connectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
,
287
mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
,
BluetoothTestUtils.java
227
case BluetoothProfile.
INPUT_DEVICE
:
322
case BluetoothProfile.
INPUT_DEVICE
:
342
case BluetoothProfile.
INPUT_DEVICE
:
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java
283
if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.
INPUT_DEVICE
))
465
mBluetoothAdapter.closeProfileProxy(BluetoothProfile.
INPUT_DEVICE
, mInput);
544
case BluetoothProfile.
INPUT_DEVICE
:
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java
572
adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.
INPUT_DEVICE
);
578
adapter.closeProfileProxy(BluetoothProfile.
INPUT_DEVICE
, mInputProxy);
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
611
notifyProfileConnectionStateChanged(device, BluetoothProfile.
INPUT_DEVICE
,
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 808 milliseconds