Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl77 void setAddress(String callId, in Uri address, int presentation); in setAddress()
79 void setCallerDisplayName(String callId, String callerDisplayName, int presentation); in setCallerDisplayName()
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapter.java308 void setAddress(String callId, Uri address, int presentation) { in setAddress()
317 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()
924 void setAddress(Uri address, int presentation) { in setAddress()
933 void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
DConnection.java243 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
245 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
855 public final void setAddress(Uri address, int presentation) { in setAddress()
872 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUt.aidl102 int updateCOLR(int presentation); in updateCOLR()
/frameworks/base/core/java/android/provider/
DCallLog.java388 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
420 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUtInterface.java173 public void updateCOLR(int presentation, Message result); in updateCOLR()
DImsUt.java459 public void updateCOLR(int presentation, Message result) { in updateCOLR()
/frameworks/base/libs/input/
DPointerController.h147 Presentation presentation; member
DPointerController.cpp228 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.java362 public static int presentationToOIR(int presentation) { in presentationToOIR()
/frameworks/av/media/libstagefright/
DACodec.cpp1875 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) { in setPresentation()