OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
226 - 250
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java
17
package com.android.server.
telecom
;
29
import android.
telecom
.GatewayInfo;
30
import android.
telecom
.PhoneAccount;
31
import android.
telecom
.TelecomManager;
32
import android.
telecom
.VideoProfile;
59
"android.
telecom
.extra.ACTUAL_NUMBER_TO_DIAL";
CallsManager.java
17
package com.android.server.
telecom
;
37
import android.
telecom
.CallAudioState;
38
import android.
telecom
.Conference;
39
import android.
telecom
.Connection;
40
import android.
telecom
.DisconnectCause;
41
import android.
telecom
.GatewayInfo;
42
import android.
telecom
.ParcelableConference;
43
import android.
telecom
.ParcelableConnection;
44
import android.
telecom
.PhoneAccount;
45
import android.
telecom
.PhoneAccountHandle
[
all
...]
ConnectionServiceRepository.java
17
package com.android.server.
telecom
;
DockManager.java
17
package com.android.server.
telecom
;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java
17
package com.android.server.
telecom
.testapps;
19
import com.android.server.
telecom
.testapps.R;
31
import android.
telecom
.PhoneAccount;
32
import android.
telecom
.PhoneAccountHandle;
33
import android.
telecom
.TelecomManager;
97
* Registers a phone account with
telecom
.
166
* Displays all phone accounts registered with
telecom
.
184
* Creates a notification object for using the
telecom
APIs.
199
builder.setContentText("Test phone accounts via
telecom
APIs.");
283
* Adds an action to the Notification Builder for adding an incoming call through
Telecom
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java
17
package com.android.server.
telecom
.tests;
22
import com.android.internal.
telecom
.IConnectionService;
23
import com.android.internal.
telecom
.IInCallService;
24
import com.android.server.
telecom
.Log;
54
import android.
telecom
.CallAudioState;
55
import android.
telecom
.ConnectionService;
56
import android.
telecom
.InCallService;
57
import android.
telecom
.PhoneAccount;
58
import android.
telecom
.TelecomManager;
100
return "com.android.server.
telecom
.tests"
[
all
...]
NewOutgoingCallIntentBroadcasterTest.java
17
package com.android.server.
telecom
.tests;
30
import android.
telecom
.GatewayInfo;
31
import android.
telecom
.TelecomManager;
32
import android.
telecom
.VideoProfile;
36
import com.android.server.
telecom
.Call;
37
import com.android.server.
telecom
.CallsManager;
38
import com.android.server.
telecom
.NewOutgoingCallIntentBroadcaster;
39
import com.android.server.
telecom
.PhoneNumberUtilsAdapter;
40
import com.android.server.
telecom
.PhoneNumberUtilsAdapterImpl;
CallExtrasTest.java
17
package com.android.server.
telecom
.tests;
20
import android.
telecom
.Call;
21
import android.
telecom
.Conference;
22
import android.
telecom
.Connection;
23
import android.
telecom
.InCallService;
24
import android.
telecom
.ParcelableCall;
199
* and merge these changes into the
telecom
extras. The old setExtras worked by just replacing
PhoneAccountRegistrarTest.java
17
package com.android.server.
telecom
.tests;
29
import android.
telecom
.PhoneAccount;
30
import android.
telecom
.PhoneAccountHandle;
31
import android.
telecom
.TelecomManager;
35
import com.android.internal.
telecom
.IConnectionService;
37
import com.android.server.
telecom
.Log;
38
import com.android.server.
telecom
.PhoneAccountRegistrar;
39
import com.android.server.
telecom
.PhoneAccountRegistrar.DefaultPhoneAccountHandle;
266
"com.android.server.
telecom
.tests", R.drawable.stat_sys_phone_call))
289
"com.android.server.
telecom
.tests"
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java
31
import android.
telecom
.AudioState;
32
import android.
telecom
.Call;
33
import android.
telecom
.PhoneAccount;
34
import android.
telecom
.PhoneAccountHandle;
35
import android.
telecom
.TelecomManager;
36
import android.
telecom
.VideoProfile;
266
@Rpc(description = "Sends an MMI string to
Telecom
for processing")
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallList.java
22
import android.
telecom
.DisconnectCause;
23
import android.
telecom
.PhoneAccount;
59
private final HashMap<android.
telecom
.Call, Call> mCallByTelecomCall = new HashMap<>();
89
public void onCallAdded(final android.
telecom
.Call telecomCall) {
105
public void onCallRemoved(android.
telecom
.Call telecomCall) {
385
public Call getCallByTelecomCall(android.
telecom
.Call telecomCall) {
VideoUtils.java
19
import android.
telecom
.VideoProfile;
/cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java
16
package android.
telecom
.cts;
25
import android.
telecom
.PhoneAccountHandle;
42
public static String PACKAGE = "android.
telecom
.cts";
43
public static final String COMPONENT = "android.
telecom
.cts.CtsConnectionService";
44
public static final String REMOTE_COMPONENT = "android.
telecom
.cts.CtsRemoteConnectionService";
51
private static final String COMMAND_SET_DEFAULT_DIALER = "
telecom
set-default-dialer ";
53
private static final String COMMAND_GET_DEFAULT_DIALER = "
telecom
get-default-dialer";
55
private static final String COMMAND_GET_SYSTEM_DIALER = "
telecom
get-system-dialer";
57
private static final String COMMAND_ENABLE = "
telecom
set-phone-account-enabled ";
59
private static final String COMMAND_REGISTER_SIM = "
telecom
register-sim-phone-account "
[
all
...]
VideoProfileTest.java
17
package android.
telecom
.cts;
19
import android.
telecom
.VideoProfile;
MockInCallService.java
17
package android.
telecom
.cts;
23
import android.
telecom
.Call;
24
import android.
telecom
.CallAudioState;
25
import android.
telecom
.InCallService;
/frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java
17
package android.
telecom
;
22
import com.android.internal.
telecom
.IInCallAdapter;
28
*
Telecom
. When
Telecom
binds to a {@link InCallService}, an instance of this class is given to
50
* Instructs
Telecom
to answer the specified call.
63
* Instructs
Telecom
to reject the specified call.
77
* Instructs
Telecom
to disconnect the specified call.
89
* Instructs
Telecom
to put the specified call on hold.
101
* Instructs
Telecom
to release the specified call from hold.
137
* Instructs
Telecom
to play a dual-tone multi-frequency signaling (DTMF) tone in a call
[
all
...]
ParcelableConference.java
17
package android.
telecom
;
26
import com.android.internal.
telecom
.IVideoProvider;
VideoCallbackServant.java
17
package android.
telecom
;
20
import com.android.internal.
telecom
.IVideoCallback;
ConferenceParticipant.java
17
package android.
telecom
;
48
* @see android.
telecom
.Connection
153
* @see android.
telecom
.Connection
ConnectionRequest.java
17
package android.
telecom
;
68
* @param telecomCallId The
telecom
call ID.
123
* Returns the internal
Telecom
ID associated with the connection request.
125
* @return The
Telecom
ID.
/build/target/product/
base.mk
127
telecom
\
/frameworks/base/services/core/java/com/android/server/telecom/
TelecomLoaderService.java
17
package com.android.server.
telecom
;
35
import android.
telecom
.DefaultDialerManager;
36
import android.
telecom
.PhoneAccountHandle;
37
import android.
telecom
.TelecomManager;
50
* Starts the
telecom
component by binding to its ITelecomService implementation.
Telecom
is setup
60
// Normally, we would listen for death here, but since
telecom
runs in the same process
136
"com.android.server.
telecom
",
137
"com.android.server.
telecom
.components.TelecomService");
190
// Bind to
Telecom
and register the servic
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
TelephonyManagerCompat.java
21
import android.
telecom
.PhoneAccountHandle;
142
* @param accountHandle The handle for the {@link android.
telecom
.PhoneAccount} for which to
161
* @param accountHandle The handle for the {@link android.
telecom
.PhoneAccount} for which to
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
CallTest.java
20
import android.
telecom
.Connection;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java
22
import android.
telecom
.DefaultDialerManager;
Completed in 563 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>