/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/ |
H A D | Spam.java | 110 int callType, in reportSpamFromAfterCallNotification() 129 int callType, in reportSpamFromCallHistory() 148 int callType, in reportNotSpamFromAfterCallNotification() 167 int callType, in reportNotSpamFromCallHistory() 188 static boolean shouldShowAsSpam(boolean isNumberSpam, int callType) { in shouldShowAsSpam()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/stub/ |
H A D | SpamStub.java | 90 int callType, in reportSpamFromAfterCallNotification() 98 int callType, in reportSpamFromCallHistory() 106 int callType, in reportNotSpamFromAfterCallNotification() 114 int callType, in reportNotSpamFromCallHistory()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | BlockReportSpamListener.java | 71 final int callType, in onBlockReportSpam() 112 final int callType, in onBlock() 150 final int callType, in onUnblock() 186 final int callType, in onReportNotSpam()
|
H A D | CallLogGroupBuilder.java | 118 int callType; in addGroups() local 269 private boolean areBothNotVoicemail(int callType, int groupCallType) { in areBothNotVoicemail() 273 private boolean areBothNotBlocked(int callType, int groupCallType) { in areBothNotBlocked() 277 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked()
|
H A D | CallLogListItemViewHolder.java | 196 public int callType; field in CallLogListItemViewHolder 1326 int callType, in onBlockReportSpam() 1333 int callType, in onBlock() 1340 int callType, in onUnblock() 1349 int callType, in onReportNotSpam()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorSimCallManager.java | 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/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | CallLogQueryHelper.java | 89 int callType = cursor.getInt(typeIndex); in querySince() local 104 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() 116 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
H A D | CallTypeHelper.java | 89 public static boolean isMissedCallType(int callType) { in isMissedCallType() 98 int callType, boolean isVideoCall, boolean isPulledCall, boolean isDuoCall) { in getCallTypeText()
|
H A D | CallTypeIconsView.java | 83 public void add(int callType) { in add() 168 private Drawable getCallTypeDrawable(int callType) { in getCallTypeDrawable()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsExternalCallState.java | 91 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() 103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() 129 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState()
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
H A D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
H A D | IImsCallSession.aidl | 137 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 212 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
H A D | MMTelFeature.java | 238 public boolean isConnected(int callSessionType, int callType) { in isConnected() 285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
H A D | MmTelInterfaceAdapter.java | 57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
H A D | CallDetailsEntryViewHolder.java | 105 int callType = entry.getCallType(); in setCallDetails() local 217 private static @ColorInt int getColorForCallType(Context context, int callType) { in getColorForCallType()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | SelfManagedCallListAdapter.java | 194 String callType; in getView() local 219 String status, String audioRoute, String callType, in setInfoForRow()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/ |
H A D | CallTypeIconsView.java | 81 public void add(int callType) { in add() 102 private Drawable getCallTypeDrawable(int callType) { in getCallTypeDrawable()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
H A D | TestMMTelFeatureCompat.java | 34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
|
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/testdata/ |
H A D | CallLogRawData.java | 57 public void setCallType(Integer callType) { in setCallType()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/database/ |
H A D | CallLogQueryHandler.java | 96 public void fetchCalls(int callType, long newerThan) { in fetchCalls() 153 private void fetchCalls(int token, int callType, boolean newOnly, long newerThan) { in fetchCalls()
|
/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()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/ |
H A D | CallHistoryLiveData.java | 68 private static CallHistoryLiveData newInstance(Context context, int callType, int limit, in newInstance()
|
/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() local 63 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchCallStats_nullValues() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsCallSessionImplBase.java | 422 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 523 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|