OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldTestTelecom
(Results
1 - 18
of
18
) sorted by null
/cts/tests/tests/telecom2/src/android/telecom/cts/
DefaultDialerOperationsNoPermissionsTest.java
37
if (!TestUtils.
shouldTestTelecom
(mContext)) {
62
if (!TestUtils.
shouldTestTelecom
(mContext)) {
74
if (!TestUtils.
shouldTestTelecom
(mContext)) {
86
if (!TestUtils.
shouldTestTelecom
(mContext)) {
98
if (!TestUtils.
shouldTestTelecom
(mContext)) {
110
if (!TestUtils.
shouldTestTelecom
(mContext)) {
122
if (!TestUtils.
shouldTestTelecom
(mContext)) {
134
if (!TestUtils.
shouldTestTelecom
(mContext)) {
TelecomManagerNoPermissionsTest.java
36
if (!TestUtils.
shouldTestTelecom
(mContext)) {
48
if (!TestUtils.
shouldTestTelecom
(mContext)) {
/cts/tests/tests/telecom/src/android/telecom/cts/
TelecomManagerTest.java
20
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
29
if (!TestUtils.
shouldTestTelecom
(mContext)) {
50
if (!TestUtils.
shouldTestTelecom
(mContext)) {
ConnectionTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
40
if (!
shouldTestTelecom
(getContext())) {
127
if (!
shouldTestTelecom
(getContext())) {
142
if (!
shouldTestTelecom
(getContext())) {
157
if (!
shouldTestTelecom
(getContext())) {
174
if (!
shouldTestTelecom
(getContext())) {
190
if (!
shouldTestTelecom
(getContext())) {
209
if (!
shouldTestTelecom
(getContext())) {
223
if (!
shouldTestTelecom
(getContext())) {
250
if (!
shouldTestTelecom
(getContext()))
[
all
...]
PhoneAccountOperationsTest.java
111
if (!TestUtils.
shouldTestTelecom
(mContext)) {
121
if (!TestUtils.
shouldTestTelecom
(mContext)) {
132
if (!
shouldTestTelecom
(mContext)) {
146
if (!
shouldTestTelecom
(mContext)) {
158
if (!
shouldTestTelecom
(mContext)) {
190
if (!
shouldTestTelecom
(mContext)) {
210
if (!
shouldTestTelecom
(mContext)) {
222
if (!
shouldTestTelecom
(mContext)) {
238
if (!
shouldTestTelecom
(mContext)) {
258
if (!
shouldTestTelecom
(mContext))
[
all
...]
DefaultDialerOperationsTest.java
47
if (!TestUtils.
shouldTestTelecom
(mContext)) {
75
if (!TestUtils.
shouldTestTelecom
(mContext)) {
84
if (!TestUtils.
shouldTestTelecom
(mContext)) {
118
if (!TestUtils.
shouldTestTelecom
(mContext)) {
135
if (!TestUtils.
shouldTestTelecom
(mContext)) {
152
if (!TestUtils.
shouldTestTelecom
(mContext)) {
174
if (!TestUtils.
shouldTestTelecom
(mContext)) {
194
if (!TestUtils.
shouldTestTelecom
(mContext)) {
226
if (!TestUtils.
shouldTestTelecom
(mContext)) {
TelecomAvailabilityTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
58
if (!
shouldTestTelecom
(mContext)) {
74
if (!
shouldTestTelecom
(mContext)) {
103
if (!
shouldTestTelecom
(mContext)) {
BasicInCallServiceTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
66
if (!
shouldTestTelecom
(mContext)) {
PhoneAccountSuggestionServiceTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
44
if (
shouldTestTelecom
(mContext)) {
61
if (
shouldTestTelecom
(mContext)) {
76
if (!
shouldTestTelecom
(mContext)) {
116
if (!
shouldTestTelecom
(mContext)) {
164
if (!
shouldTestTelecom
(mContext)) {
196
if (!
shouldTestTelecom
(mContext)) {
NumberDialingTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
CallRedirectionServiceTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
107
if (!
shouldTestTelecom
(mContext)) {
124
if (!
shouldTestTelecom
(mContext)) {
140
if (!
shouldTestTelecom
(mContext)) {
151
if (!
shouldTestTelecom
(mContext)) {
CallScreeningServiceTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
67
if (
shouldTestTelecom
(mContext)) {
92
if (!
shouldTestTelecom
(mContext)) {
SimCallManagerTest.java
65
if (!TestUtils.
shouldTestTelecom
(mContext)) {
89
if (!TestUtils.
shouldTestTelecom
(mContext)) {
ThirdPartyCallScreeningServiceTest.java
19
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
106
if (!
shouldTestTelecom
(mContext)) {
126
if (!
shouldTestTelecom
(mContext)) {
143
if (!
shouldTestTelecom
(mContext)) {
160
if (!
shouldTestTelecom
(mContext)) {
TestUtils.java
246
public static boolean
shouldTestTelecom
(Context context) {
VideoCallTest.java
30
import static android.telecom.cts.TestUtils.
shouldTestTelecom
;
[
all
...]
BaseTelecomTestWithMockServices.java
129
mShouldTestTelecom = TestUtils.
shouldTestTelecom
(mContext);
[
all
...]
/cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java
71
mShouldTestTelecom = TestUtils.
shouldTestTelecom
(context);
Completed in 383 milliseconds