OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
201 - 225
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Telecomm/src/com/android/server/telecom/
TtyManager.java
17
package com.android.server.
telecom
;
26
import android.
telecom
.TelecomManager;
ConnectionServiceWrapper.java
17
package com.android.server.
telecom
;
27
import android.
telecom
.CallAudioState;
28
import android.
telecom
.Connection;
29
import android.
telecom
.ConnectionRequest;
30
import android.
telecom
.ConnectionService;
31
import android.
telecom
.DisconnectCause;
32
import android.
telecom
.GatewayInfo;
33
import android.
telecom
.ParcelableConference;
34
import android.
telecom
.ParcelableConnection;
35
import android.
telecom
.PhoneAccountHandle
[
all
...]
CallAudioRoutePeripheralAdapter.java
17
package com.android.server.
telecom
;
StatusBarNotifier.java
17
package com.android.server.
telecom
;
TelecomBroadcastIntentProcessor.java
17
package com.android.server.
telecom
;
26
"com.android.server.
telecom
.ACTION_SEND_SMS_FROM_NOTIFICATION";
30
"com.android.server.
telecom
.ACTION_CALL_BACK_FROM_NOTIFICATION";
34
"com.android.server.
telecom
.ACTION_CLEAR_MISSED_CALLS";
Timeouts.java
17
package com.android.server.
telecom
;
38
private static final String PREFIX = "
telecom
.";
129
* Returns the amount of time after a Logging session has been started that
Telecom
is set to
CreateConnectionProcessor.java
17
package com.android.server.
telecom
;
21
import android.
telecom
.DisconnectCause;
22
import android.
telecom
.ParcelableConnection;
23
import android.
telecom
.PhoneAccount;
24
import android.
telecom
.PhoneAccountHandle;
/packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersAdapter.java
17
package com.android.server.
telecom
.settings;
31
import com.android.server.
telecom
.R;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallListAdapter.java
17
package com.android.server.
telecom
.testapps;
22
import android.
telecom
.Call;
CameraThread.java
17
package com.android.server.
telecom
.testapps;
/cts/tests/tests/calllog/src/android/calllog/cts/
TestUtils.java
24
import android.
telecom
.PhoneAccountHandle;
/frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java
17
package android.
telecom
;
GatewayInfo.java
17
package android.
telecom
;
27
* dialed and a separate (gateway) address to actually dial.
Telecom
provides this information to
VideoCallImpl.java
17
package android.
telecom
;
25
import android.
telecom
.InCallService.VideoCall;
29
import com.android.internal.
telecom
.IVideoCallback;
30
import com.android.internal.
telecom
.IVideoProvider;
286
* by the {@link android.
telecom
.Connection.VideoProvider}. To remove ambiguity, the
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
PhoneAccountCompat.java
22
import android.
telecom
.PhoneAccount;
26
* Compatiblity class for {@link android.
telecom
.PhoneAccount}
97
+ "android.
telecom
.PhoneAccount#createIconDrawable", t);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
AudioModeProvider.java
19
import android.
telecom
.CallAudioState;
InCallUIMaterialColorMapUtils.java
5
import android.
telecom
.PhoneAccount;
NotificationBroadcastReceiver.java
22
import android.
telecom
.VideoProfile;
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
MockCallListWrapper.java
23
import android.
telecom
.PhoneAccountHandle;
/packages/apps/Dialer/src/com/android/dialer/util/
TelecomUtil.java
28
import android.
telecom
.PhoneAccount;
29
import android.
telecom
.PhoneAccountHandle;
30
import android.
telecom
.TelecomManager;
37
import com.android.contacts.common.compat.
telecom
.TelecomManagerCompat;
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneAccountUtilsTest.java
20
import android.
telecom
.PhoneAccountHandle;
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallFilteringResult.java
17
package com.android.server.
telecom
.callfiltering;
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java
23
import android.
telecom
.AudioState;
24
import android.
telecom
.Connection;
25
import android.
telecom
.PhoneAccount;
26
import android.
telecom
.TelecomManager;
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPackageInstallReceiver.java
21
import android.
telecom
.PhoneAccountHandle;
/cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConferenceTest.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.*;
24
import android.
telecom
.Call;
25
import android.
telecom
.Connection;
26
import android.
telecom
.ConnectionRequest;
27
import android.
telecom
.DisconnectCause;
28
import android.
telecom
.PhoneAccountHandle;
29
import android.
telecom
.RemoteConference;
30
import android.
telecom
.RemoteConnection;
31
import android.
telecom
.TelecomManager
[
all
...]
Completed in 269 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>