OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HealthService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java
35
import com.android.bluetooth.hdp.
HealthService
;
58
HealthService
.class,
124
} else if (profile ==
HealthService
.class) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
58
public class
HealthService
extends ProfileService {
61
private static final String TAG="
HealthService
";
153
if (DBG) log("
HealthService
Handler msg: " + msg.what);
175
appInfo.mRcpObj = new BluetoothHealthDeathRecipient(
HealthService
.this,appConfig);
298
private
HealthService
mService;
300
public BluetoothHealthDeathRecipient(
HealthService
service, BluetoothHealthAppConfiguration config) {
320
private
HealthService
mService;
322
public BluetoothHealthBinder(
HealthService
svc) {
331
private
HealthService
getService() {
345
HealthService
service = getService()
[
all
...]
Completed in 420 milliseconds