OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telecom
(Results
151 - 175
of
444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Dialer/InCallUI/src/com/android/incallui/util/
TelecomCallUtil.java
20
import android.
telecom
.Call;
25
* android.
telecom
.Call. Much of this should be obtained through the incall.Call, but
26
* on occasion we need to interact with the
telecom
.Call directly (eg. call blocking,
/packages/apps/Dialer/src/com/android/dialer/calllog/
MissedCallNotificationReceiver.java
21
import android.
telecom
.TelecomManager;
28
* both an explicit broadcast from
Telecom
and a reboot.
33
"android.
telecom
.action.SHOW_MISSED_CALLS_NOTIFICATION";
36
"android.
telecom
.extra.NOTIFICATION_COUNT";
39
"android.
telecom
.extra.NOTIFICATION_PHONE_NUMBER";
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
CallLogCache.java
20
import android.
telecom
.PhoneAccountHandle;
29
* Keeps a cache of recently made queries to the
Telecom
/Telephony processes. The aim of this cache
52
if (CompatUtils.isClassAvailable("android.
telecom
.PhoneAccountHandle")) {
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java
17
package com.android.server.
telecom
;
InCallWakeLockController.java
17
package com.android.server.
telecom
;
MultiLineTitleEditTextPreference.java
17
package com.android.server.
telecom
;
42
* <com.android.server.
telecom
.MultiLineTitleEditTextPreference ... />
45
* <view class="com.android.server.
telecom
.Foo$Bar"> as you can with regular views.
PhoneNumberUtilsAdapterImpl.java
17
package com.android.server.
telecom
;
ProximitySensorManager.java
17
package com.android.server.
telecom
;
RingbackPlayer.java
17
package com.android.server.
telecom
;
Runnable.java
17
package com.android.server.
telecom
;
SystemLoggingContainer.java
17
package com.android.server.
telecom
;
UserUtil.java
17
package com.android.server.
telecom
;
CreateConnectionTimeout.java
17
package com.android.server.
telecom
;
23
import android.
telecom
.PhoneAccountHandle;
/packages/services/Telecomm/src/com/android/server/telecom/components/
ChangeDefaultDialerDialog.java
17
package com.android.server.
telecom
.components;
25
import android.
telecom
.DefaultDialerManager;
26
import android.
telecom
.TelecomManager;
33
import com.android.server.
telecom
.R;
40
* adb shell am start -a android.
telecom
.action.CHANGE_DEFAULT_DIALER_PRIVILEGED -e android.
telecom
.extra.CHANGE_DEFAULT_DIALER_PACKAGE_NAME <packageName>
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestDialerActivity.java
1
package com.android.server.
telecom
.testapps;
10
import android.
telecom
.PhoneAccount;
11
import android.
telecom
.TelecomManager;
18
import com.android.server.
telecom
.testapps.R;
130
extras.putString("com.android.server.
telecom
.testapps.CALL_EXTRAS", "Yorke was here");
TestInCallServiceBroadcastReceiver.java
17
package com.android.server.
telecom
.testapps;
34
"android.server.
telecom
.testapps.ACTION_SEND_UPDATE_REQUEST_FROM_TEST_INCALL_SERVICE";
40
"android.server.
telecom
.testapps.ACTION_SEND_UPGRADE_RESPONSE";
TestConnectionService.java
17
package com.android.server.
telecom
.testapps;
29
import android.
telecom
.Conference;
30
import android.
telecom
.Connection;
31
import android.
telecom
.DisconnectCause;
32
import android.
telecom
.PhoneAccount;
33
import android.
telecom
.ConnectionRequest;
34
import android.
telecom
.ConnectionService;
35
import android.
telecom
.PhoneAccountHandle;
36
import android.
telecom
.TelecomManager;
37
import android.
telecom
.VideoProfile
[
all
...]
TestInCallUI.java
17
package com.android.server.
telecom
.testapps;
22
import android.
telecom
.Call;
/packages/services/Telecomm/tests/
Android.mk
40
--extra-packages com.android.server.
telecom
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallControllerTests.java
17
package com.android.server.
telecom
.tests;
31
import android.
telecom
.ConnectionService;
32
import android.
telecom
.InCallService;
33
import android.
telecom
.PhoneAccountHandle;
34
import android.
telecom
.TelecomManager;
38
import com.android.internal.
telecom
.IInCallAdapter;
39
import com.android.internal.
telecom
.IInCallService;
40
import com.android.server.
telecom
.BluetoothHeadsetProxy;
41
import com.android.server.
telecom
.Call;
42
import com.android.server.
telecom
.CallsManager
[
all
...]
StateMachineTestBase.java
17
package com.android.server.
telecom
.tests;
CreateConnectionProcessorTest.java
17
package com.android.server.
telecom
.tests;
24
import android.
telecom
.DisconnectCause;
25
import android.
telecom
.PhoneAccount;
26
import android.
telecom
.PhoneAccountHandle;
29
import com.android.server.
telecom
.Call;
30
import com.android.server.
telecom
.CallIdMapper;
31
import com.android.server.
telecom
.ConnectionServiceRepository;
32
import com.android.server.
telecom
.ConnectionServiceWrapper;
33
import com.android.server.
telecom
.CreateConnectionProcessor;
34
import com.android.server.
telecom
.CreateConnectionResponse
[
all
...]
/packages/services/Telephony/src/com/android/phone/
VoicemailUtils.java
22
import android.
telecom
.PhoneAccountHandle;
/packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java
23
import android.
telecom
.Connection;
24
import android.
telecom
.ConferenceParticipant;
25
import android.
telecom
.DisconnectCause;
26
import android.
telecom
.PhoneAccount;
/cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java
17
package android.
telecom
.cts;
19
import static android.
telecom
.cts.TestUtils.*;
31
import android.
telecom
.CallAudioState;
32
import android.
telecom
.ConnectionRequest;
33
import android.
telecom
.DisconnectCause;
34
import android.
telecom
.GatewayInfo;
35
import android.
telecom
.PhoneAccount;
36
import android.
telecom
.PhoneAccountHandle;
37
import android.
telecom
.StatusHints;
38
import android.
telecom
.TelecomManager
[
all
...]
Completed in 255 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>