/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
H A D | PhoneNumberDisplayUtil.java | 33 Context context, CharSequence number, int presentation, boolean isVoicemail) { in getDisplayName() 48 public static Optional<String> getNameForPresentation(Context appContext, int presentation) { in getNameForPresentation() 70 int presentation, in getDisplayNumber()
|
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A D | Dataset.java | 282 public Builder(@NonNull RemoteViews presentation) { in Builder() 541 @NonNull RemoteViews presentation) { in setValue() 614 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue() 645 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation) { in setValue() 676 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation, in setValue() 722 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue() 760 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue() 810 @Nullable AutofillValue value, @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything() 818 @Nullable AutofillValue value, @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything()
|
H A D | IInlineSuggestionRenderService.aidl | 31 in InlinePresentation presentation, int width, int height, in renderSuggestion()
|
H A D | FillResponse.java | 311 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() 370 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() 385 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/service/ |
H A D | ISimulatorService.aidl | 10 void makeIncomingCall(String callerId, int presentation); in makeIncomingCall() 17 void makeOutgoingCall(String callerId, int presentation); in makeOutgoingCall()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | ConferenceParticipantConnection.java | 66 int presentation = participant.getParticipantPresentation(); in ConferenceParticipantConnection() local 77 setCallerDisplayName(participant.getDisplayName(), presentation); in ConferenceParticipantConnection() local
|
/aosp12/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/ |
H A D | PresentTestFragment.java | 196 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause() local 215 DemoPresentation presentation = new DemoPresentation(getContext(), display, contents); in showPresentation() local 226 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation() local 267 DemoPresentation presentation = mActivePresentations.get(displayId); in getView() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorMainPortal.java | 38 private int presentation = TelecomManager.PRESENTATION_ALLOWED; field in SimulatorMainPortal 57 public void setPresentation(int presentation) { in setPresentation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
H A D | KeyguardStatusViewComponent.java | 37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
H A D | BlockCheckerFilter.java | 70 int presentation = mCall.getHandlePresentation(); in startFilterLookup() local 102 int presentation = mCall.getHandlePresentation(); in getBlockStatus() local
|
/aosp12/frameworks/base/libs/input/ |
H A D | PointerController.h | 86 Presentation presentation; member
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
H A D | InlineSuggestionRenderServiceImpl.java | 47 public View onRenderSuggestion(@NonNull InlinePresentation presentation, in onRenderSuggestion()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardDisplayManager.java | 135 Presentation presentation = mPresentations.get(displayId); in showPresentation() local 166 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberutil/ |
H A D | PhoneNumberHelper.java | 53 public static boolean canPlaceCallsTo(CharSequence number, int presentation) { in canPlaceCallsTo() 198 Context context, PhoneAccountHandle accountHandle, CharSequence number, int presentation) { in isUnknownNumberThatCanBeLookedUp()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsUtImplBase.java | 421 public int updateCOLR(int presentation) { in updateCOLR() 450 public int updateColr(int presentation) { in updateColr()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/databasepopulator/ |
H A D | CallLogPopulator.java | 174 abstract Builder setPresentation(int presentation); in setPresentation()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Conference.java | 72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged() 75 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() 1068 @TelecomManager.Presentation int presentation) { in setAddress() 1154 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
|
H A D | ConnectionServiceAdapter.java | 396 void setAddress(String callId, Uri address, int presentation) { in setAddress() 405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | MissedCallNotifierImplTest.java | 102 int presentation; field in MissedCallNotifierImplTest.MockMissedCallCursorBuilder.CallLogRow 105 public CallLogRow(String number, int presentation, long date) { in CallLogRow() 119 public MockMissedCallCursorBuilder addEntry(String number, int presentation, long date) { in addEntry()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 470 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() 673 String viaNumber, int presentation, int callType, int features, in AddCallParams() 1484 int presentation, int callType, int features, in addCall() 1525 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 1577 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 2003 private static int getLogNumberPresentation(String number, int presentation) { in getLogNumberPresentation()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteInlineSuggestionRenderService.java | 90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | CallerInfoUtils.java | 154 Context context, CallerInfo ci, String number, int presentation) { in modifyForSpecialCnapCases()
|
H A D | ContactInfoCache.java | 155 int presentation) { in populateCacheEntry() 282 Context context, int presentation, String customLabel) { in getPresentationString() 622 private ContactCacheEntry buildEntry(Context context, CallerInfo info, int presentation) { in buildEntry()
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsUt.aidl | 103 int updateCOLR(int presentation); in updateCOLR()
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnection.java | 311 int presentation = mOriginalConnection.getNumberPresentation(); in updateAddress() local
|