Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl80 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/
DConnectionServiceAdapter.java335 void setAddress(String callId, Uri address, int presentation) { in setAddress()
344 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
DRemoteConnection.java139 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()
DConnection.java398 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/
DCallLog.java421 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
453int 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/
DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUtInterface.java173 public void updateCOLR(int presentation, Message result); in updateCOLR()
DImsUt.java460 public void updateCOLR(int presentation, Message result) { in updateCOLR()
/frameworks/base/libs/input/
DPointerController.h147 Presentation presentation; member
DPointerController.cpp231 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java288 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java396 public static int presentationToOIR(int presentation) { in presentationToOIR()
/frameworks/av/media/libstagefright/
DACodec.cpp2420 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local