OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HidProfile
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HidProfile.java
32
*
HidProfile
handles Bluetooth HID profile.
34
public final class
HidProfile
implements LocalBluetoothProfile {
35
private static final String TAG = "
HidProfile
";
64
Log.w(TAG, "
HidProfile
found new device: " + nextDevice);
67
device.onProfileStateChanged(
HidProfile
.this, BluetoothProfile.STATE_CONNECTED);
83
HidProfile
(Context context, LocalBluetoothAdapter adapter,
LocalBluetoothProfileManager.java
84
private final
HidProfile
mHidProfile;
119
mHidProfile = new
HidProfile
(context, mLocalAdapter, mDeviceManager, this);
120
addProfile(mHidProfile,
HidProfile
.NAME,
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java
41
import com.android.settingslib.bluetooth.
HidProfile
;
268
return new Pair<Integer, String>(
HidProfile
.getHidClassDrawable(btClass),
Completed in 98 milliseconds