Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java205 RemoteViews presentation, in Dataset()
474 public Builder(@NonNull RemoteViews presentation) { in Builder()
756 @NonNull RemoteViews presentation) { in setValue()
834 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue()
867 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation) { in setValue()
901 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation, in setValue()
949 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue()
989 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue()
1209 @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything()
1239 @Nullable AutofillValue value, @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything()
[all …]
H A DIInlineSuggestionRenderService.aidl31 in InlinePresentation presentation, int width, int height, in renderSuggestion()
H A DFillResponse.java157 RemoteViews presentation, InlinePresentation inlinePresentation, in FillResponse()
502 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication()
565 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
585 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
683 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
H A DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewComponent.java37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build()
/aosp14/frameworks/base/libs/input/
H A DPointerController.h108 Presentation presentation; member
H A DPointerController.cpp173 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DDialogFillUi.java212 final RemoteViews presentation = in setHeader() local
248 RemoteViews presentation = Helper.sanitizeRemoteView( in initialAuthenticationLayout() local
295 RemoteViews presentation = Helper.sanitizeRemoteView( in createDatasetItems() local
H A DFillUi.java314 final RemoteViews presentation = Helper.sanitizeRemoteView( in FillUi() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java470 public int updateCOLR(int presentation) { in updateCOLR()
499 public int updateColr(int presentation) { in updateColr()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java176 Presentation presentation = mPresentations.get(displayId); in showPresentation() local
211 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConference.java72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged()
75 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1142 @TelecomManager.Presentation int presentation) { in setAddress()
1228 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
H A DRemoteConnection.java155 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged()
167 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
1515 void setAddress(final Uri address, final int presentation) { in setAddress()
1531 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName()
H A DConnectionServiceAdapter.java403 void setAddress(String callId, Uri address, int presentation) { in setAddress()
412 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName()
H A DConnection.java1263 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
1265 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged()
2575 public final void setAddress(Uri address, int presentation) { in setAddress()
2591 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion()
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java472 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation()
686 String viaNumber, int presentation, int callType, int features, in AddCallParams()
1553 int presentation, int callType, int features, in addCall()
1596 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
1650 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
2080 private static int getLogNumberPresentation(String number, int presentation) { in getLogNumberPresentation()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl100 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress()
102 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillService.java242 RemoteViews presentation = in newDatasetPresentation() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java991 public static int presentationToOIR(int presentation) { in presentationToOIR()
1013 public static int presentationToOir(int presentation) { in presentationToOir()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
H A DWindowAreaComponentImpl.java440 ExtensionWindowAreaPresentation presentation = null; in getRearDisplayPresentation() local
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java199 public void updateCOLR(int presentation, Message result); in updateCOLR()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodec.java4556 public void setAudioPresentation(@NonNull AudioPresentation presentation) { in setAudioPresentation()
H A DAudioTrack.java2931 public int setPresentation(@NonNull AudioPresentation presentation) { in setPresentation()

12