/frameworks/base/core/java/android/service/autofill/ |
D | Dataset.java | 140 public Builder(@NonNull RemoteViews presentation) { in Builder() 254 @NonNull RemoteViews presentation) { in setValue() 262 RemoteViews presentation) { in setValueAndPresentation()
|
D | FillResponse.java | 181 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 523 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/ |
D | ImsUtImplBase.java | 156 public int updateCOLR(int presentation) throws RemoteException { in updateCOLR()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsUt.aidl | 103 int updateCOLR(int presentation); in updateCOLR()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionServiceAdapter.java | 362 void setAddress(String callId, Uri address, int presentation) { in setAddress() 371 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
|
D | RemoteConnection.java | 152 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()
|
D | Connection.java | 793 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/ |
D | IConnectionServiceAdapter.aidl | 90 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/ |
D | ImsUtInterface.java | 173 public void updateCOLR(int presentation, Message result); in updateCOLR()
|
D | ImsCallProfile.java | 415 public static int presentationToOIR(int presentation) { in presentationToOIR()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 288 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
|
/frameworks/base/libs/input/ |
D | PointerController.h | 166 Presentation presentation; member
|
D | PointerController.cpp | 272 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 196 final RemoteViews presentation = customDescription.getPresentation(valueFinder); in SaveUi() local
|
D | FillUi.java | 158 final RemoteViews presentation = dataset.getFieldPresentation(index); in FillUi() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsUt.java | 461 public void updateCOLR(int presentation, Message result) { in updateCOLR()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2783 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local
|