/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/ |
H A D | CallHistoryLiveData.java | 43 CallType.CALL_TYPE_ALL, 44 CallType.INCOMING_TYPE, 45 CallType.OUTGOING_TYPE, 46 CallType.MISSED_TYPE, 48 public @interface CallType { annotation in CallHistoryLiveData 63 CallType.CALL_TYPE_ALL, in newInstance() 74 if (callType != CallType.CALL_TYPE_ALL) { in newInstance()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/ |
H A D | CallStats.java | 60 public @interface CallType {} annotation in CallStats 88 @CallType private final int mCallType; 129 @CallType 175 @CallType int mCallType; 210 public Builder setCallType(@CallType int callType) { in setCallType()
|
/aosp12/packages/apps/Car/Dialer/tests/instrutests/src/com/android/car/dialer/integration/ |
H A D | RecentCallLogTest.java | 124 incomingCall.setCallType(CallHistoryLiveData.CallType.INCOMING_TYPE); in verifyRecentCallScreen() 130 outgoingCall.setCallType(CallHistoryLiveData.CallType.OUTGOING_TYPE); in verifyRecentCallScreen() 147 new CallTypeIconMatcher(0, CallHistoryLiveData.CallType.INCOMING_TYPE))) in verifyRecentCallScreen() 149 new CallTypeIconMatcher(1, CallHistoryLiveData.CallType.OUTGOING_TYPE))); in verifyRecentCallScreen() 160 unknownCall.setNumberType(CallHistoryLiveData.CallType.INCOMING_TYPE); in emptyPhoneNumber_showAsUnknownCall() 177 missedCall.setCallType(CallHistoryLiveData.CallType.MISSED_TYPE); in newMissedCall_showNotification() 184 matches(new CallTypeIconMatcher(0, CallHistoryLiveData.CallType.MISSED_TYPE))); in newMissedCall_showNotification()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorSimCallManager.java | 59 public @interface CallType {} annotation in SimulatorSimCallManager 91 @NonNull Context context, @NonNull String phoneNumber, @CallType int callType) { in addNewOutgoingCall() 99 @CallType int callType, in addNewOutgoingCall() 135 @NonNull Context context, @NonNull String callerId, @CallType int callType) { in addNewIncomingCall() 143 @CallType int callType, in addNewIncomingCall() 245 static Bundle createSimulatorConnectionExtras(@CallType int callType) { in createSimulatorConnectionExtras()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/ |
H A D | CallTypeIconsView.java | 104 case CallHistoryLiveData.CallType.INCOMING_TYPE: in getCallTypeDrawable() 106 case CallHistoryLiveData.CallType.OUTGOING_TYPE: in getCallTypeDrawable() 108 case CallHistoryLiveData.CallType.MISSED_TYPE: in getCallTypeDrawable() 110 case CallHistoryLiveData.CallType.VOICEMAIL_TYPE: in getCallTypeDrawable()
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/ |
H A D | PlatformLogger.java | 414 @CallStats.CallType int callType) { in createExtraStatsLocked() 444 boolean shouldLogForTypeLocked(@CallStats.CallType int callType) { in shouldLogForTypeLocked() 496 private int getSamplingIntervalFromConfig(@CallStats.CallType int statsType) { in getSamplingIntervalFromConfig()
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | golddata.proto | 21 enum CallType { enum 170 CallType call = 1;
|
H A D | resolv_gold_test.cpp | 230 case android::net::CallType::CALL_GETADDRINFO: in VerifyResolver() 236 case android::net::CallType::CALL_GETHOSTBYNAME: in VerifyResolver()
|
H A D | resolv_integration_test.cpp | 5485 enum class CallType { GETADDRINFO, GETHOSTBYNAME }; enum 5487 public testing::WithParamInterface<CallType> { 5489 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() 5491 if (calltype == CallType::GETADDRINFO) { in VerifyQueryHelloExampleComV4() 5496 } else if (calltype == CallType::GETHOSTBYNAME) { in VerifyQueryHelloExampleComV4() 5511 testing::Values(CallType::GETADDRINFO, CallType::GETHOSTBYNAME), 5512 [](const testing::TestParamInfo<CallType>& info) { in __anon4208d6b71902() 5514 case CallType::GETADDRINFO: in __anon4208d6b71902() 5516 case CallType::GETHOSTBYNAME: in __anon4208d6b71902()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/ |
H A D | UiCallLog.java | 162 return mCallRecords.isEmpty() ? CallHistoryLiveData.CallType.CALL_TYPE_ALL in getMostRecentCallType()
|
/aosp12/packages/services/Telecomm/proto/ |
H A D | telecom.proto | 193 enum CallType { enum 267 optional CallType type = 3;
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/ |
H A D | AppSearchStatsTest.java | 36 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchStats_CallStats() 63 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchCallStats_nullValues()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/ |
H A D | CallLogViewHolder.java | 101 if (uiCallLog.getMostRecentCallType() == CallHistoryLiveData.CallType.MISSED_TYPE) { in bind()
|