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/Telecomm/src/com/android/server/telecom/
TelecomApp.java
71
// Start the
BluetoothPhoneService
72
BluetoothPhoneService
.start(this);
BluetoothPhoneService.java
51
public final class
BluetoothPhoneService
extends Service {
71
private static final String TAG = "
BluetoothPhoneService
";
269
address = TelephonyManager.from(
BluetoothPhoneService
.this)
285
label = TelephonyManager.from(
BluetoothPhoneService
.this)
357
// The
BluetoothPhoneService
does not need to respond to changes in foreground calls,
432
public
BluetoothPhoneService
() {
438
context.startService(new Intent(context,
BluetoothPhoneService
.class));
454
Log.d(TAG, "
BluetoothPhoneService
shutting down, no BT Adapter found.");
[
all
...]
Completed in 884 milliseconds