OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
276 - 300
of
444
) sorted by null
<<
11
12
13
14
15
16
17
18
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomServiceImpl.java
17
package com.android.server.
telecom
;
41
import android.
telecom
.DefaultDialerManager;
42
import android.
telecom
.ParcelableCallAnalytics;
43
import android.
telecom
.PhoneAccount;
44
import android.
telecom
.PhoneAccountHandle;
45
import android.
telecom
.TelecomManager;
46
import android.
telecom
.VideoProfile;
52
import com.android.internal.
telecom
.ITelecomService;
54
import com.android.server.
telecom
.components.UserCallIntentProcessorFactory;
55
import com.android.server.
telecom
.settings.BlockedNumbersActivity
[
all
...]
Call.java
17
package com.android.server.
telecom
;
29
import android.
telecom
.DisconnectCause;
30
import android.
telecom
.Connection;
31
import android.
telecom
.GatewayInfo;
32
import android.
telecom
.ParcelableConnection;
33
import android.
telecom
.PhoneAccount;
34
import android.
telecom
.PhoneAccountHandle;
35
import android.
telecom
.Response;
36
import android.
telecom
.StatusHints;
37
import android.
telecom
.TelecomManager
[
all
...]
AsyncRingtonePlayer.java
17
package com.android.server.
telecom
;
CallIdMapper.java
17
package com.android.server.
telecom
;
DtmfLocalTonePlayer.java
17
package com.android.server.
telecom
;
HeadsetMediaButton.java
17
package com.android.server.
telecom
;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java
31
import android.
telecom
.Connection;
32
import android.
telecom
.ConnectionRequest;
33
import android.
telecom
.ConnectionService;
34
import android.
telecom
.PhoneAccount;
35
import android.
telecom
.PhoneAccountHandle;
36
import android.
telecom
.TelecomManager;
102
// Add any existing calls to the
telecom
stack.
200
// Create the connection here, trigger
Telecom
to bind to us.
208
// (represented as unknown call in
telecom
since). Since BluetoothHeadsetClientCall is a
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java
34
import android.
telecom
.PhoneAccount;
35
import android.
telecom
.PhoneAccountHandle;
36
import android.
telecom
.TelecomManager;
52
private static final String COMMAND_ENABLE = "
telecom
set-phone-account-enabled";
/cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.*;
27
import android.
telecom
.Call;
28
import android.
telecom
.Connection;
29
import android.
telecom
.ConnectionRequest;
30
import android.
telecom
.DisconnectCause;
31
import android.
telecom
.PhoneAccountHandle;
32
import android.
telecom
.RemoteConnection;
33
import android.
telecom
.RemoteConnection.VideoProvider;
34
import android.
telecom
.StatusHints
[
all
...]
/cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java
28
import android.
telecom
.PhoneAccount;
29
import android.
telecom
.PhoneAccountHandle;
30
import android.
telecom
.TelecomManager;
/frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java
17
package android.
telecom
;
24
import com.android.internal.
telecom
.IConnectionServiceAdapter;
25
import com.android.internal.
telecom
.RemoteServiceCallback;
176
* Asks
Telecom
to start or stop a ringback tone for a call.
179
* @param ringback Whether
Telecom
should start playing a ringback tone.
394
* Informs
telecom
of an existing connection which was added by the {@link ConnectionService}.
498
* Informs
Telecom
of a connection level event.
InCallService.java
17
package android.
telecom
;
33
import com.android.internal.
telecom
.IInCallAdapter;
34
import com.android.internal.
telecom
.IInCallService;
42
* phone calls.
Telecom
binds to this service while there exists a live (active or incoming) call,
45
* before the
telecom
service will bind to its {@code InCallService} implementation.
54
* <meta-data android:name="android.
telecom
.IN_CALL_SERVICE_UI" android:value="true" />
56
* <action android:name="android.
telecom
.InCallService"/>
68
public static final String SERVICE_INTERFACE = "android.
telecom
.InCallService";
AudioState.java
17
package android.
telecom
;
26
* Encapsulates the
telecom
audio state, including the current audio routing, supported audio
CallAudioState.java
17
package android.
telecom
;
25
* Encapsulates the
telecom
audio state, including the current audio routing, supported audio
ConnectionServiceAdapterServant.java
17
package android.
telecom
;
26
import com.android.internal.
telecom
.IConnectionServiceAdapter;
27
import com.android.internal.
telecom
.IVideoProvider;
28
import com.android.internal.
telecom
.RemoteServiceCallback;
ParcelableCallAnalytics.java
17
package android.
telecom
;
PhoneAccountHandle.java
17
package android.
telecom
;
StatusHints.java
17
package android.
telecom
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java
28
import android.
telecom
.PhoneAccount;
29
import android.
telecom
.PhoneAccountHandle;
30
import android.
telecom
.TelecomManager;
/packages/apps/Contacts/src/com/android/contacts/
NonPhoneActivity.java
33
import android.
telecom
.PhoneAccount;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardPresenter.java
30
import android.
telecom
.Call.Details;
31
import android.
telecom
.DisconnectCause;
32
import android.
telecom
.PhoneAccount;
33
import android.
telecom
.PhoneAccountHandle;
34
import android.
telecom
.StatusHints;
35
import android.
telecom
.TelecomManager;
36
import android.
telecom
.VideoProfile;
44
import com.android.contacts.common.compat.
telecom
.TelecomManagerCompat;
496
return mPrimary.can(android.
telecom
.Call.Details.CAPABILITY_MANAGE_CONFERENCE)
[
all
...]
GlowPadAnswerFragment.java
20
import android.
telecom
.VideoProfile;
GlowPadWrapper.java
22
import android.
telecom
.VideoProfile;
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java
29
import android.
telecom
.PhoneAccountHandle;
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
CallLogCacheLollipopMr1.java
20
import android.
telecom
.PhoneAccountHandle;
Completed in 603 milliseconds
<<
11
12
13
14
15
16
17
18