OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionService
(Results
26 - 32
of
32
) sorted by null
1
2
/packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java
29
import android.telecom.
ConnectionService
;
70
public class TelephonyConnectionService extends
ConnectionService
{
663
* Called by the {@link
ConnectionService
} when a newly created {@link Connection} has been
664
* added to the {@link
ConnectionService
} and sent to Telecom. Here it is safe to send
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java
39
import android.telecom.
ConnectionService
;
536
Intent intent = new Intent(
ConnectionService
.SERVICE_INTERFACE);
[
all
...]
InCallController.java
36
import android.telecom.
ConnectionService
;
611
* Extras changes can originate from a {@link
ConnectionService
} or an {@link InCallService}
613
* change was a {@link
ConnectionService
}.
632
* Extras changes can originate from a {@link
ConnectionService
} or an {@link InCallService}
634
* change was a {@link
ConnectionService
}.
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/frameworks/base/telecomm/java/android/telecom/
ConnectionService.java
50
* built-in phone app. Referred to as a <b>system managed</b> {@link
ConnectionService
}.</li>
52
* built-in phone app. Referred to as a <b>self managed</b> {@link
ConnectionService
}.</li>
54
* Once implemented, the {@link
ConnectionService
} needs to take the following steps so that Telecom
64
* <action android:name="android.telecom.
ConnectionService
" />
73
* System managed {@link
ConnectionService
}s must be enabled by the user in the phone app settings
74
* before Telecom will bind to them. Self-manged {@link
ConnectionService
}s must be granted the
78
* will bind to a {@link
ConnectionService
} implementation when it wants that
79
* {@link
ConnectionService
} to place a call or the service has indicated that is has an incoming
80
* call through {@link TelecomManager#addNewIncomingCall}. The {@link
ConnectionService
} can then
83
* {@link Connection} object that telecom receives state updates and the {@link
ConnectionService
}
[
all
...]
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/26/
android.jar
Completed in 519 milliseconds
1
2