Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/service/autofill/
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()
DIInlineSuggestionRenderService.aidl31 in InlinePresentation presentation, int width, int height, in renderSuggestion()
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()
DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardStatusViewComponent.java37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build()
/frameworks/base/libs/input/
DPointerController.h86 Presentation presentation; member
DPointerController.cpp111 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java135 Presentation presentation = mPresentations.get(displayId); in showPresentation() local
166 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java421 public int updateCOLR(int presentation) { in updateCOLR()
450 public int updateColr(int presentation) { in updateColr()
/frameworks/base/telecomm/java/android/telecom/
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()
DConnectionServiceAdapter.java396 void setAddress(String callId, Uri address, int presentation) { in setAddress()
405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
DRemoteConnection.java157 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged()
169 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1517 void setAddress(final Uri address, final int presentation) { in setAddress()
1533 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName()
DConnection.java1214 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
1216 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
2465 public final void setAddress(Uri address, int presentation) { in setAddress()
2481 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteInlineSuggestionRenderService.java90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion()
/frameworks/base/core/java/android/provider/
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()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl98 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress()
100 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillService.java242 RemoteViews presentation = in newDatasetPresentation() local
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java982 public static int presentationToOIR(int presentation) { in presentationToOIR()
1002 public static int presentationToOir(int presentation) { in presentationToOir()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java308 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java199 public void updateCOLR(int presentation, Message result); in updateCOLR()
/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp292 for (uint32_t presentation = 0; presentation < n_presentations; presentation++) { in parse() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java302 final RemoteViews presentation = dataset.getFieldPresentation(index); in FillUi() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java528 public void updateCOLR(int presentation, Message result) { in updateCOLR()
/frameworks/base/media/java/android/media/
DMediaFile.java159 "application/vnd.openxmlformats-officedocument.presentationml.presentation"); in addFileType()

12