Home
last modified time | relevance | path

Searched defs:presentation (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneNumberDisplayUtil.java33 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 DDataset.java282 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 DIInlineSuggestionRenderService.aidl31 in InlinePresentation presentation, int width, int height, in renderSuggestion()
H A DFillResponse.java311 @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 DISimulatorService.aidl10 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 DConferenceParticipantConnection.java66 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 DPresentTestFragment.java196 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 DSimulatorMainPortal.java38 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 DKeyguardStatusViewComponent.java37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DBlockCheckerFilter.java70 int presentation = mCall.getHandlePresentation(); in startFilterLookup() local
102 int presentation = mCall.getHandlePresentation(); in getBlockStatus() local
/aosp12/frameworks/base/libs/input/
H A DPointerController.h86 Presentation presentation; member
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DInlineSuggestionRenderServiceImpl.java47 public View onRenderSuggestion(@NonNull InlinePresentation presentation, in onRenderSuggestion()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java135 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 DPhoneNumberHelper.java53 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 DImsUtImplBase.java421 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 DCallLogPopulator.java174 abstract Builder setPresentation(int presentation); in setPresentation()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConference.java72 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 DConnectionServiceAdapter.java396 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 DMissedCallNotifierImplTest.java102 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 DCallLog.java470 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 DRemoteInlineSuggestionRenderService.java90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoUtils.java154 Context context, CallerInfo ci, String number, int presentation) { in modifyForSpecialCnapCases()
H A DContactInfoCache.java155 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 DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java311 int presentation = mOriginalConnection.getNumberPresentation(); in updateAddress() local

12