Searched defs:presentation (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 77 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/ |
D | ConnectionServiceAdapter.java | 308 void setAddress(String callId, Uri address, int presentation) { in setAddress() 317 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() 924 void setAddress(Uri address, int presentation) { in setAddress() 933 void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
|
D | Connection.java | 243 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/ |
D | IImsUt.aidl | 102 int updateCOLR(int presentation); in updateCOLR()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 388 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/ |
D | ImsUtInterface.java | 173 public void updateCOLR(int presentation, Message result); in updateCOLR()
|
D | ImsUt.java | 459 public void updateCOLR(int presentation, Message result) { in updateCOLR()
|
/frameworks/base/libs/input/ |
D | PointerController.h | 147 Presentation presentation; member
|
D | PointerController.cpp | 228 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 | 362 public static int presentationToOIR(int presentation) { in presentationToOIR()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 1875 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; in setupAACCodec() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 113 virtual void setPresentation(Presentation presentation) { in setPresentation()
|