OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothPhoneService
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
418
// Start
BluetoothPhoneService
even if device is not voice capable.
420
startService(new Intent(this,
BluetoothPhoneService
.class));
421
bindService(new Intent(this,
BluetoothPhoneService
.class),
[
all
...]
BluetoothPhoneService.java
55
public class
BluetoothPhoneService
extends Service {
56
private static final String TAG = "
BluetoothPhoneService
";
144
Log.w(TAG, "Stopping Bluetooth
BluetoothPhoneService
Service: device does not have BT");
147
if (VDBG) Log.d(TAG, "
BluetoothPhoneService
started");
153
if (DBG) log("Stopping Bluetooth
BluetoothPhoneService
Service");
[
all
...]
Completed in 1519 milliseconds