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

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java17 package com.android.accessorydisplay.source.presentation;
H A DCubeRenderer.java17 package com.android.accessorydisplay.source.presentation;
H A DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
33 * The presentation to show on the accessory display.
36 * the main activity is showing so we must be careful to use the presentation's
57 // Get the resources for the context of the presentation.
58 // Notice that we are getting the resources from the context of the presentation.
/frameworks/base/libs/input/
H A DPointerController.h91 virtual void setPresentation(Presentation presentation);
147 Presentation presentation; member in struct:android::PointerController::Locked
H A DPointerController.cpp67 mLocked.presentation = PRESENTATION_POINTER;
228 void PointerController::setPresentation(Presentation presentation) { argument
231 if (mLocked.presentation != presentation) {
232 mLocked.presentation = presentation;
235 if (presentation != PRESENTATION_SPOT) {
497 mLocked.pointerSprite->setIcon(mLocked.presentation == PRESENTATION_POINTER
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java299 void setAddress(String callId, Uri address, int presentation) { argument
302 adapter.setAddress(callId, address, presentation);
308 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { argument
311 adapter.setCallerDisplayName(callId, callerDisplayName, presentation);
H A DRemoteConnection.java120 * @param presentation The presentation requirements for the address.
123 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} argument
131 * @param presentation The presentation requirements for the handle.
135 RemoteConnection connection, String callerDisplayName, int presentation) {}
497 * @return The presentation requirements for the address. See {@link TelecomManager} for valid
512 * @return The presentation requirements for the caller display name. See
853 void setAddress(Uri address, int presentation) { argument
855 mAddressPresentation = presentation;
134 onCallerDisplayNameChanged( RemoteConnection connection, String callerDisplayName, int presentation) argument
862 setCallerDisplayName(String callerDisplayName, int presentation) argument
[all...]
H A DConnection.java72 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} argument
74 Connection c, String callerDisplayName, int presentation) {}
495 * @return The presentation requirements for the address.
510 * @return The presentation requirements for the handle.
661 * @param presentation The presentation requirements for the address.
664 public final void setAddress(Uri address, int presentation) { argument
667 mAddressPresentation = presentation;
669 l.onAddressChanged(this, address, presentation);
677 * @param presentation Th
73 onCallerDisplayNameChanged( Connection c, String callerDisplayName, int presentation) argument
680 setCallerDisplayName(String callerDisplayName, int presentation) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUtInterface.java173 public void updateCOLR(int presentation, Message result); argument
H A DImsUt.java459 public void updateCOLR(int presentation, Message result) { argument
461 log("updateCOLR :: Ut=" + miUt + ", presentation=" + presentation);
466 int id = miUt.updateCOLR(presentation);
/frameworks/base/core/java/android/provider/
H A DCallLog.java194 public static final String NUMBER_PRESENTATION = "presentation";
373 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
388 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
390 return addCall(ci, context, number, presentation, callType, features, accountHandle,
401 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
419 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
424 // Remap network specified number presentation types
425 // PhoneConstants.PRESENTATION_xxx to calllog number presentation types
428 // If the number field is empty set the presentation type to Unknown.
429 if (presentation
387 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
418 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers) argument
[all...]
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java119 * oir : Rule for originating identity (number) presentation, MO/MT.
123 * cnap : Rule for calling name presentation
342 * Translate presentation value to OIR value
343 * @param presentation
346 public static int presentationToOIR(int presentation) { argument
347 switch (presentation) {
358 * Translate OIR value to presentation value
360 * @return presentation value
/frameworks/av/media/libstagefright/
H A DACodec.cpp1726 OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE presentation; local
1727 presentation.nMaxOutputChannels = maxOutputChannelCount;
1728 presentation.nDrcCut = drc.drcCut;
1729 presentation.nDrcBoost = drc.drcBoost;
1730 presentation.nHeavyCompression = drc.heavyCompression;
1731 presentation.nTargetReferenceLevel = drc.targetRefLevel;
1732 presentation.nEncodedTargetLevel = drc.encodedTargetLevel;
1733 presentation.nPCMLimiterEnable = pcmLimiterEnable;
1739 &presentation, sizeof(presentation));
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) { argument

Completed in 240 milliseconds