Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DDataset.java212 public Builder(@NonNull RemoteViews presentation) { in Builder()
353 @NonNull RemoteViews presentation) { in setValue()
424 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue()
433 @Nullable AutofillValue value, @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything()
DFillResponse.java277 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java126 Presentation presentation = mPresentations.get(displayId); in showPresentation() local
152 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java383 public int updateCOLR(int presentation) { in updateCOLR()
412 public int updateColr(int presentation) { in updateColr()
/frameworks/base/core/java/android/provider/
DCallLog.java629 int presentation, int callType, int features, in addCall()
669 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
718 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
1057 private static int getLogNumberPresentation(String number, int presentation) { in getLogNumberPresentation()
/frameworks/base/telecomm/java/android/telecom/
DConference.java73 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged()
76 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1073 @TelecomManager.Presentation int presentation) { in setAddress()
1160 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
DRemoteConnection.java152 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged()
164 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1394 void setAddress(final Uri address, final int presentation) { in setAddress()
1410 void setCallerDisplayName(final String callerDisplayName, final 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()
DConnection.java1079 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
1081 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
2334 public final void setAddress(Uri address, int presentation) { in setAddress()
2350 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillService.java214 RemoteViews presentation = in newDatasetPresentation() local
/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/telephony/java/android/telephony/ims/
DImsCallProfile.java812 public static int presentationToOIR(int presentation) { in presentationToOIR()
832 public static int presentationToOir(int presentation) { in presentationToOir()
/frameworks/base/libs/input/
DPointerController.h180 Presentation presentation; member
DPointerController.cpp251 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java289 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java198 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
DMPEG4Extractor.cpp2977 auto& presentation = ac4Presentation.second; in parseAC4SpecificBox() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java298 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.java158 "application/vnd.openxmlformats-officedocument.presentationml.presentation"); in addFileType()
DMediaCodec.java3355 public void setAudioPresentation(@NonNull AudioPresentation presentation) { in setAudioPresentation()
DAudioTrack.java2238 public int setPresentation(@NonNull AudioPresentation presentation) { in setPresentation()
/frameworks/av/media/libstagefright/
DACodec.cpp2830 OMX_AUDIO_PARAM_ANDROID_AACDRCPRESENTATIONTYPE presentation; in setupAACCodec() local