OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IConferenceable
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
IConferenceable.java
24
* {@link
IConferenceable
}s which are {@link Connection}s or {@link Conference}s.
29
public interface
IConferenceable
{
Connection.java
50
public abstract class Connection implements
IConferenceable
{
267
Connection c, List<
IConferenceable
> conferenceables) {}
656
private final List<
IConferenceable
> mConferenceables = new ArrayList<>();
657
private final List<
IConferenceable
> mUnmodifiableConferenceables =
[
all
...]
Conference.java
33
public abstract class Conference implements
IConferenceable
{
ConnectionService.java
528
Connection connection, List<
IConferenceable
> conferenceables) {
[
all
...]
/packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java
24
import android.telecom.
IConferenceable
;
149
List<
IConferenceable
> activeConnections = new ArrayList<>(mTelephonyConnections.size());
150
List<
IConferenceable
> backgroundConnections = new ArrayList<>(mTelephonyConnections.size());
193
for (
IConferenceable
conferenceable : activeConnections) {
202
for (
IConferenceable
conferenceable : backgroundConnections) {
Completed in 902 milliseconds