OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
51 - 75
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Telecomm/src/com/android/server/telecom/components/
PhoneAccountBroadcastReceiver.java
17
package com.android.server.
telecom
.components;
19
import com.android.server.
telecom
.PhoneAccountRegistrar;
25
import android.
telecom
.TelecomManager;
31
* removal of associated {@link android.
telecom
.PhoneAccount}s via the
32
* {@link com.android.
telecom
.PhoneAccountRegistrar}.
37
* {@link android.
telecom
.PhoneAccount}s associated with a package being re-installed to ensure
62
* un-register any {@link android.
telecom
.PhoneAccount}s associated with the package.
/cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java
17
package android.
telecom
.cts;
22
import android.
telecom
.Conference;
23
import android.
telecom
.Connection;
24
import android.
telecom
.ConnectionRequest;
25
import android.
telecom
.ConnectionService;
26
import android.
telecom
.PhoneAccountHandle;
30
* This is the Remote ConnectionService for
Telecom
's CTS App. Since
telecom
requires that a
39
*
Telecom
framework to the test connection service.
40
* sTelecomConnectionService: Contains the connection service object registered to the
Telecom
[
all
...]
CtsConnectionService.java
17
package android.
telecom
.cts;
22
import android.
telecom
.Conference;
23
import android.
telecom
.Connection;
24
import android.
telecom
.ConnectionRequest;
25
import android.
telecom
.ConnectionService;
26
import android.
telecom
.PhoneAccountHandle;
27
import android.
telecom
.RemoteConference;
28
import android.
telecom
.RemoteConnection;
35
* This is the official ConnectionService for
Telecom
's CTS App. Since
telecom
requires that
[
all
...]
MockConnectionService.java
17
package android.
telecom
.cts;
19
import android.
telecom
.Connection;
20
import android.
telecom
.ConnectionRequest;
21
import android.
telecom
.ConnectionService;
22
import android.
telecom
.PhoneAccountHandle;
23
import android.
telecom
.RemoteConference;
24
import android.
telecom
.RemoteConnection;
25
import android.
telecom
.TelecomManager;
33
* of
Telecom
CTS tests that simply require that a outgoing call is placed, or incoming call is
SimCallManagerTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.ACCOUNT_ID;
20
import static android.
telecom
.cts.TestUtils.ACCOUNT_LABEL;
21
import static android.
telecom
.cts.TestUtils.COMPONENT;
22
import static android.
telecom
.cts.TestUtils.PACKAGE;
29
import android.
telecom
.PhoneAccount;
30
import android.
telecom
.PhoneAccountHandle;
31
import android.
telecom
.TelecomManager;
OutgoingCallTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.shouldTestTelecom;
24
import android.
telecom
.CallAudioState;
25
import android.
telecom
.TelecomManager;
28
* Verifies the behavior of
Telecom
during various outgoing call flows.
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DirectToVoicemailCallFilterTest.java
17
package com.android.server.
telecom
.tests;
23
import com.android.server.
telecom
.Call;
24
import com.android.server.
telecom
.callfiltering.CallFilterResultCallback;
25
import com.android.server.
telecom
.CallerInfoLookupHelper;
26
import com.android.server.
telecom
.callfiltering.CallFilteringResult;
27
import com.android.server.
telecom
.callfiltering.DirectToVoicemailCallFilter;
MockitoHelper.java
17
package com.android.server.
telecom
.tests;
19
import com.android.server.
telecom
.Log;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
TelecomAdapter.java
24
import android.
telecom
.InCallService;
25
import android.
telecom
.PhoneAccountHandle;
56
private android.
telecom
.Call getTelecomCallById(String callId) {
62
android.
telecom
.Call call = getTelecomCallById(callId);
71
android.
telecom
.Call call = getTelecomCallById(callId);
80
android.
telecom
.Call call = getTelecomCallById(callId);
89
android.
telecom
.Call call = getTelecomCallById(callId);
98
android.
telecom
.Call call = getTelecomCallById(callId);
123
android.
telecom
.Call call = getTelecomCallById(callId);
132
android.
telecom
.Call call = getTelecomCallById(callId)
[
all
...]
Call.java
24
import android.
telecom
.Call.Details;
25
import android.
telecom
.Connection;
26
import android.
telecom
.DisconnectCause;
27
import android.
telecom
.GatewayInfo;
28
import android.
telecom
.InCallService.VideoCall;
29
import android.
telecom
.PhoneAccount;
30
import android.
telecom
.PhoneAccountHandle;
31
import android.
telecom
.TelecomManager;
32
import android.
telecom
.VideoProfile;
37
import com.android.contacts.common.compat.
telecom
.TelecomManagerCompat
[
all
...]
/frameworks/base/telecomm/java/android/telecom/
CallbackRecord.java
17
package android.
telecom
;
/frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl
17
package com.android.internal.
telecom
;
22
import android.
telecom
.ConnectionRequest;
23
import android.
telecom
.DisconnectCause;
24
import android.
telecom
.ParcelableConnection;
25
import android.
telecom
.ParcelableConference;
26
import android.
telecom
.StatusHints;
28
import com.android.internal.
telecom
.IVideoProvider;
29
import com.android.internal.
telecom
.RemoteServiceCallback;
34
* @see android.
telecom
.ConnectionServiceAdapter
IVideoProvider.aidl
17
package com.android.internal.
telecom
;
21
import android.
telecom
.VideoProfile;
25
* @see android.
telecom
.VideoProvider
/packages/apps/ContactsCommon/src-N/com/android/contacts/common/compat/
PhoneAccountSdkCompat.java
20
import android.
telecom
.PhoneAccount;
TelephonyManagerSdkCompat.java
20
import android.
telecom
.PhoneAccountHandle;
/packages/apps/ContactsCommon/src-pre-N/com/android/contacts/common/compat/
PhoneAccountSdkCompat.java
20
import android.
telecom
.PhoneAccount;
28
"android.
telecom
.extra.CALL_SUBJECT_MAX_LENGTH";
31
"android.
telecom
.extra.CALL_SUBJECT_CHARACTER_ENCODING";
/packages/services/Telecomm/src/com/android/server/telecom/
CallState.java
17
package com.android.server.
telecom
;
31
* within
Telecom
and should not be used between
Telecom
and call services. Call services are
32
* not expected to ever interact with NEW calls, but {@link android.
telecom
.InCallService}s will
46
* {@link android.
telecom
.PhoneAccount} through which to place the call.
CallerInfoAsyncQueryFactory.java
16
package com.android.server.
telecom
;
CallsManagerListenerBase.java
17
package com.android.server.
telecom
;
19
import android.
telecom
.AudioState;
20
import android.
telecom
.CallAudioState;
21
import android.
telecom
.VideoProfile;
MissedCallNotifier.java
17
package com.android.server.
telecom
;
ThreadUtil.java
17
package com.android.server.
telecom
;
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java
17
package com.android.server.
telecom
.callfiltering;
22
import com.android.server.
telecom
.Call;
23
import com.android.server.
telecom
.Log;
24
import com.android.server.
telecom
.Session;
BlockCheckerAdapter.java
17
package com.android.server.
telecom
.callfiltering;
DirectToVoicemailCallFilter.java
17
package com.android.server.
telecom
.callfiltering;
22
import com.android.server.
telecom
.Call;
23
import com.android.server.
telecom
.CallerInfoLookupHelper;
24
import com.android.server.
telecom
.Log;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallServiceImpl.java
17
package com.android.server.
telecom
.testapps;
21
import android.
telecom
.Call;
22
import android.
telecom
.InCallService;
23
import android.
telecom
.Phone;
Completed in 5956 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>