Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DDataset.java139 public Builder(@NonNull RemoteViews presentation) { in Builder()
253 @NonNull RemoteViews presentation) { in setValue()
261 RemoteViews presentation) { in setValueAndPresentation()
DFillResponse.java177 @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/com/android/ims/internal/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java156 public int updateCOLR(int presentation) throws RemoteException { 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.java151 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged()
163 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1393 void setAddress(final Uri address, final int presentation) { in setAddress()
1409 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName()
DConnection.java774 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
776 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1960 public final void setAddress(Uri address, int presentation) { in setAddress()
1977 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/
DFillUi.java158 final RemoteViews presentation = dataset.getFieldPresentation(index); in FillUi() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java460 public void updateCOLR(int presentation, Message result) { in updateCOLR()
/frameworks/av/media/libstagefright/
DACodec.cpp2782 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local