OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
176 - 200
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java
17
package com.android.server.
telecom
;
23
import android.
telecom
.Connection;
24
import android.
telecom
.InCallService;
25
import android.
telecom
.VideoProfile;
28
import com.android.internal.
telecom
.IVideoCallback;
29
import com.android.internal.
telecom
.IVideoProvider;
42
* Also provides a means for
Telecom
to send and receive these messages.
47
* Listener for
Telecom
components interested in callbacks from the video provider.
67
* The {@link android.
telecom
.Connection.VideoProvider} implementation residing with the
68
* {@link android.
telecom
.ConnectionService} which is being wrapped by thi
[
all
...]
RingtoneFactory.java
17
package com.android.server.
telecom
;
29
import android.
telecom
.PhoneAccount;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestVideoProvider.java
17
package com.android.server.
telecom
.testapps;
22
import com.android.server.
telecom
.testapps.R;
23
import com.android.server.
telecom
.testapps.TestConnectionService.TestConnection;
39
import android.
telecom
.Connection;
40
import android.
telecom
.VideoProfile;
41
import android.
telecom
.VideoProfile.CameraCapabilities;
/packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java
23
import android.
telecom
.Conference;
24
import android.
telecom
.Connection;
25
import android.
telecom
.ConnectionService;
26
import android.
telecom
.DisconnectCause;
27
import android.
telecom
.Conferenceable;
28
import android.
telecom
.PhoneAccountHandle;
305
* which is NOT reported to the connection service and
Telecom
.
308
* from the connection service (removing it from
Telecom
). The connection is put into a held
309
* state to ensure that
telecom
removes the connection without putting it into a disconnected
321
// from
Telecom
. Instead we create a new instance and remove the old one from telecom
[
all
...]
TelephonyConferenceController.java
28
import android.
telecom
.Conference;
29
import android.
telecom
.ConferenceParticipant;
30
import android.
telecom
.Conferenceable;
31
import android.
telecom
.Connection;
32
import android.
telecom
.DisconnectCause;
33
import android.
telecom
.PhoneAccountHandle;
CdmaConference.java
21
import android.
telecom
.Conference;
22
import android.
telecom
.Connection;
23
import android.
telecom
.PhoneAccountHandle;
CdmaConferenceController.java
22
import android.
telecom
.Connection;
23
import android.
telecom
.DisconnectCause;
24
import android.
telecom
.PhoneAccountHandle;
TelephonyConference.java
19
import android.
telecom
.Conference;
20
import android.
telecom
.Connection;
21
import android.
telecom
.PhoneAccountHandle;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java
17
package com.android.server.
telecom
.tests;
27
import com.android.server.
telecom
.Call;
28
import com.android.server.
telecom
.CallerInfoAsyncQueryFactory;
29
import com.android.server.
telecom
.CallerInfoLookupHelper;
30
import com.android.server.
telecom
.ContactsAsyncHelper;
31
import com.android.server.
telecom
.Session;
32
import com.android.server.
telecom
.TelecomSystem;
67
"android.resource://com.android.server.
telecom
.tests/"
CallAudioModeStateMachineTest.java
17
package com.android.server.
telecom
.tests;
22
import com.android.server.
telecom
.CallAudioManager;
23
import com.android.server.
telecom
.CallAudioModeStateMachine;
SystemStateProviderTest.java
17
package com.android.server.
telecom
.tests;
31
import com.android.server.
telecom
.SystemStateProvider;
32
import com.android.server.
telecom
.SystemStateProvider.SystemStateListener;
/cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.*;
26
import android.
telecom
.CallAudioState;
27
import android.
telecom
.Call;
28
import android.
telecom
.Connection;
29
import android.
telecom
.ConnectionService;
30
import android.
telecom
.InCallService;
31
import android.
telecom
.TelecomManager;
32
import android.
telecom
.VideoProfile;
38
* verify the functionality of the
Telecom
service
[
all
...]
PhoneAccountOperationsTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.*;
26
import android.
telecom
.PhoneAccount;
27
import android.
telecom
.PhoneAccountHandle;
28
import android.
telecom
.TelecomManager;
DefaultDialerOperationsTest.java
17
package android.
telecom
.cts;
24
import android.
telecom
.PhoneAccountHandle;
25
import android.
telecom
.TelecomManager;
195
"android.
telecom
.cts.MockDialerActivity");
ConnectionTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.shouldTestTelecom;
24
import android.
telecom
.Connection;
25
import android.
telecom
.DisconnectCause;
26
import android.
telecom
.StatusHints;
27
import android.
telecom
.TelecomManager;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomCallFacade.java
24
import android.
telecom
.Call;
25
import android.
telecom
.CallAudioState;
26
import android.
telecom
.PhoneAccount;
27
import android.
telecom
.PhoneAccountHandle;
28
import android.
telecom
.VideoProfile;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java
31
import android.
telecom
.DisconnectCause;
32
import android.
telecom
.PhoneAccount;
33
import android.
telecom
.PhoneAccountHandle;
34
import android.
telecom
.TelecomManager;
35
import android.
telecom
.VideoProfile;
45
import com.android.contacts.common.compat.
telecom
.TelecomManagerCompat;
125
* Whether or not we are currently bound and waiting for
Telecom
to send us a new call.
140
private final android.
telecom
.Call.Callback mCallCallback = new android.
telecom
.Call.Callback() {
142
public void onPostDialWait(android.
telecom
.Call telecomCall
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java
25
import android.
telecom
.Connection;
26
import android.
telecom
.VideoProfile;
27
import android.
telecom
.VideoProfile.CameraCapabilities;
/packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java
23
import android.
telecom
.PhoneAccountHandle;
24
import android.
telecom
.TelecomManager;
25
import android.
telecom
.VideoProfile;
/packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java
29
import android.
telecom
.PhoneAccount;
30
import android.
telecom
.PhoneAccountHandle;
31
import android.
telecom
.TelecomManager;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java
22
import android.
telecom
.ConferenceParticipant;
43
* Capabilities that will be mapped to
telecom
connection
85
* {@link android.
telecom
.Connection}.
92
android.
telecom
.Connection.VideoProvider videoProvider);
114
android.
telecom
.Connection.VideoProvider videoProvider) {}
135
* The
telecom
internal call ID associated with this connection. Only to be used for debugging
183
private android.
telecom
.Connection.VideoProvider mVideoProvider;
195
* @return The
telecom
internal call ID associated with this connection. Only to be used for
203
* Sets the
telecom
call ID associated with this connection.
205
* @param telecomCallId The
telecom
call ID
[
all
...]
/cts/tests/tests/telecom2/src/android/telecom/cts/
DefaultDialerOperationsNoPermissionsTest.java
17
package android.
telecom
.cts;
20
import android.
telecom
.TelecomManager;
/frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java
27
import android.
telecom
.Call;
28
import android.
telecom
.Connection;
146
* Translates an {@code ImsConferenceState} status type to a
telecom
connection state.
149
* @return The corresponding {@link android.
telecom
.Connection} state.
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java
22
import android.
telecom
.PhoneAccount;
23
import android.
telecom
.PhoneAccountHandle;
/packages/apps/Settings/src/com/android/settings/applications/
DefaultPhonePreference.java
22
import android.
telecom
.DefaultDialerManager;
23
import android.
telecom
.TelecomManager;
Completed in 391 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>