Searched defs:presentation (Results 1 – 13 of 13) sorted by relevance
| /frameworks/base/telecomm/java/com/android/internal/telecom/ |
| D | IConnectionServiceAdapter.aidl | 80 void setAddress(String callId, in Uri address, int presentation); in setAddress() 82 void setCallerDisplayName(String callId, String callerDisplayName, int presentation); in setCallerDisplayName()
|
| /frameworks/base/telecomm/java/android/telecom/ |
| D | ConnectionServiceAdapter.java | 335 void setAddress(String callId, Uri address, int presentation) { in setAddress() 344 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
|
| D | RemoteConnection.java | 139 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() 151 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() 1213 void setAddress(final Uri address, final int presentation) { in setAddress() 1229 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName()
|
| D | Connection.java | 398 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() 400 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() 1304 public final void setAddress(Uri address, int presentation) { in setAddress() 1321 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
|
| /frameworks/base/core/java/android/provider/ |
| D | CallLog.java | 421 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall() 453 … int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall() 486 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
|
| /frameworks/base/telephony/java/com/android/ims/internal/ |
| D | IImsUt.aidl | 103 int updateCOLR(int presentation); in updateCOLR()
|
| /frameworks/opt/net/ims/src/java/com/android/ims/ |
| D | ImsUtInterface.java | 173 public void updateCOLR(int presentation, Message result); in updateCOLR()
|
| D | ImsUt.java | 460 public void updateCOLR(int presentation, Message result) { in updateCOLR()
|
| /frameworks/base/libs/input/ |
| D | PointerController.h | 147 Presentation presentation; member
|
| D | PointerController.cpp | 231 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
|
| /frameworks/base/core/tests/coretests/src/android/hardware/display/ |
| D | VirtualDisplayTest.java | 288 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
|
| /frameworks/base/telephony/java/com/android/ims/ |
| D | ImsCallProfile.java | 396 public static int presentationToOIR(int presentation) { in presentationToOIR()
|
| /frameworks/av/media/libstagefright/ |
| D | ACodec.cpp | 2420 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local
|