OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTelecomSystem
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/components/
BluetoothPhoneService.java
33
synchronized (
getTelecomSystem
().getLock()) {
34
return
getTelecomSystem
().getBluetoothPhoneServiceImpl().getBinder();
39
public TelecomSystem
getTelecomSystem
() {
TelecomBroadcastReceiver.java
35
synchronized (
getTelecomSystem
().getLock()) {
36
getTelecomSystem
().getTelecomBroadcastIntentProcessor().processIntent(intent);
41
public TelecomSystem
getTelecomSystem
() {
PrimaryCallReceiver.java
21
synchronized (
getTelecomSystem
().getLock()) {
22
getTelecomSystem
().getCallIntentProcessor().processIntent(intent);
28
public TelecomSystem
getTelecomSystem
() {
TelecomService.java
57
synchronized (
getTelecomSystem
().getLock()) {
58
return
getTelecomSystem
().getTelecomServiceImpl().getBinder();
160
public TelecomSystem
getTelecomSystem
() {
UserCallActivity.java
87
public TelecomSystem
getTelecomSystem
() {
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java
46
* component should implement the
getTelecomSystem
() method to return the global singleton,
54
TelecomSystem
getTelecomSystem
();
Completed in 71 milliseconds