Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DDataset.java140 public Builder(@NonNull RemoteViews presentation) { in Builder()
254 @NonNull RemoteViews presentation) { in setValue()
262 RemoteViews presentation) { in setValueAndPresentation()
DFillResponse.java181 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication()
/frameworks/base/core/java/android/provider/
DCallLog.java523 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
561 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
604 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java156 public int updateCOLR(int presentation) throws RemoteException { in updateCOLR()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapter.java362 void setAddress(String callId, Uri address, int presentation) { in setAddress()
371 void setCallerDisplayName(String callId, String callerDisplayName, 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()
DConnection.java793 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
795 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
2006 public final void setAddress(Uri address, int presentation) { in setAddress()
2023 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl90 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress()
92 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName()
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java173 public void updateCOLR(int presentation, Message result); in updateCOLR()
DImsCallProfile.java415 public static int presentationToOIR(int presentation) { in presentationToOIR()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java288 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
/frameworks/base/libs/input/
DPointerController.h166 Presentation presentation; member
DPointerController.cpp272 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java196 final RemoteViews presentation = customDescription.getPresentation(valueFinder); in SaveUi() local
DFillUi.java158 final RemoteViews presentation = dataset.getFieldPresentation(index); in FillUi() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java461 public void updateCOLR(int presentation, Message result) { in updateCOLR()
/frameworks/av/media/libstagefright/
DACodec.cpp2783 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local