/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
H A D | CustomDescriptionTest.java | 255 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformation() local 276 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithOneTemplateUpdate() local 303 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithMultipleTemplateUpdates() local 414 final RemoteViews presentation = in multipleBatchUpdatesTest() local 463 final RemoteViews presentation = in testBatchUpdatesApplyUpdateFirstThenTransformations() local 499 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in badImageTransformation() local 514 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in unusedImageTransformation() local 530 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in applyImageTransformationToTextView() local 546 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in failFirstFailAll() local 562 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in failSecondFailAll() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/ |
H A D | Dataset.java | 212 RemoteViews presentation, in Dataset() 501 public Builder(@NonNull RemoteViews presentation) { in Builder() 802 @NonNull RemoteViews presentation) { in setValue() 880 @Nullable Pattern filter, @NonNull RemoteViews presentation) { in setValue() 913 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation) { in setValue() 947 @NonNull RemoteViews presentation, @NonNull InlinePresentation inlinePresentation, in setValue() 995 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue() 1035 @Nullable Pattern filter, @NonNull RemoteViews presentation, in setValue() 1255 @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything() 1285 @Nullable AutofillValue value, @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything() [all …]
|
H A D | FillResponse.java | 167 RemoteViews presentation, InlinePresentation inlinePresentation, in FillResponse() 515 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() 578 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() 598 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() 696 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/area/ |
H A D | ExtensionRearDisplayPresentationKeyguardTest.java | 196 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_afterKeyguardLocked() local 241 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_thenKeyguardLocked() local 289 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_thenKeyguardLocked_activityFinishes() local 342 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_persistsAfterDismissingKeyguard() local 396 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff() local
|
H A D | ExtensionRearDisplayPresentationTest.java | 272 ExtensionWindowAreaPresentation presentation = in testStartAndEndRearDisplayPresentationSession() local 341 ExtensionWindowAreaPresentation presentation = in testStartAndEndRearDisplayPresentationSession_backgroundApp() local 394 ExtensionWindowAreaPresentation presentation = in testStartAndEndRearDisplayPresentationSession_lockDevice() local 496 ExtensionWindowAreaPresentation presentation = in testStartRearDisplayPresentation_applicationFinishes() local 561 ExtensionWindowAreaPresentation presentation = in testStartAndEndRearDisplayPresentationSession_endsSessionInPip() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/databasepopulator/ |
D | AutoValue_CallLogPopulator_CallEntry.java | 13 private final int presentation; field in AutoValue_CallLogPopulator_CallEntry 20 int presentation, in AutoValue_CallLogPopulator_CallEntry() 91 private int presentation; field in AutoValue_CallLogPopulator_CallEntry.Builder 111 CallLogPopulator.CallEntry.Builder setPresentation(int presentation) { in setPresentation()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | PresentationActivity.java | 181 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause() local 208 DemoPresentation presentation = new DemoPresentation(this, display, contents); in showPresentation() local 219 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation() local 236 DemoPresentation presentation = mActivePresentations.get(displayId); in setPresentationDisplayMode() local 387 DemoPresentation presentation = mActivePresentations.get(displayId); in getView() local
|
/aosp_15_r20/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/ |
D | PresentTestFragment.java | 196 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause() local 215 DemoPresentation presentation = new DemoPresentation(getContext(), display, contents); in showPresentation() local 226 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation() local 267 DemoPresentation presentation = mActivePresentations.get(displayId); in getView() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneNumberDisplayUtil.java | 33 Context context, CharSequence number, int presentation, boolean isVoicemail) { in getDisplayName() 48 public static Optional<String> getNameForPresentation(Context appContext, int presentation) { in getNameForPresentation() 70 int presentation, in getDisplayNumber()
|
/aosp_15_r20/development/samples/InlineFillService/src/com/example/android/inlinefillservice/ |
H A D | ResponseHelper.java | 63 final RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newUnlockedDataset() local 98 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newLockedDataset() local 131 RemoteViews presentation = in newDatasetPresentation() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/ |
H A D | HeuristicsService.java | 113 RemoteViews presentation = newDatasetPresentation(getPackageName(), in onFillRequest() local 269 RemoteViews presentation = newDatasetPresentation(packageName, in createResponse() local 304 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newUnlockedDataset() local
|
H A D | BasicService.java | 96 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in onFillRequest() local 182 RemoteViews presentation = in newDatasetPresentation() local
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/ |
D | DebugService.java | 114 RemoteViews presentation = newDatasetPresentation(getPackageName(), in onFillRequest() local 271 RemoteViews presentation = newDatasetPresentation(packageName, in createResponse() local 306 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newUnlockedDataset() local
|
D | BasicService.java | 96 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in onFillRequest() local 182 RemoteViews presentation = in newDatasetPresentation() local
|
/aosp_15_r20/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 479 public @NonNull AddCallParametersBuilder setPresentation(int presentation) { in setPresentation() 732 String viaNumber, int presentation, int callType, int features, in AddCallParams() 767 String viaNumber, int presentation, int callType, int features, in AddCallParams() 1663 int presentation, int callType, int features, in addCall() 1706 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 1760 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 2202 private static int getLogNumberPresentation(String number, int presentation) { in getLogNumberPresentation()
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
H A D | InlinePresentationTest.java | 55 InlinePresentation presentation = in testInlinePresentationValues() local 66 InlinePresentation presentation = in testtInlinePresentationParcelizeDeparcelize() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/service/ |
D | ISimulatorService.aidl | 10 void makeIncomingCall(String callerId, int presentation); in makeIncomingCall() 17 void makeOutgoingCall(String callerId, int presentation); in makeOutgoingCall()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorMainPortal.java | 38 private int presentation = TelecomManager.PRESENTATION_ALLOWED; field in SimulatorMainPortal 57 public void setPresentation(int presentation) { in setPresentation()
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | DialogFillUi.java | 217 final RemoteViews presentation = in setHeader() local 253 RemoteViews presentation = Helper.sanitizeRemoteView( in initialAuthenticationLayout() local 300 RemoteViews presentation = Helper.sanitizeRemoteView( in createDatasetItems() local
|
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/ |
D | ConferenceParticipantConnection.java | 76 int presentation = participant.getParticipantPresentation(); in ConferenceParticipantConnection() local 97 setCallerDisplayName(participant.getDisplayName(), presentation); in ConferenceParticipantConnection() local
|
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/ |
H A D | Conference.java | 72 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()
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/ |
H A D | AutofillHelper.kt | 66 val presentation = RemoteViews(packageName, R.layout.multidataset_service_list_item) in <lambda>() constant
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/ |
D | AutofillHelper.kt | 66 val presentation = RemoteViews(packageName, R.layout.multidataset_service_list_item) in <lambda>() constant
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/passenger/ |
D | PassengerKeyguardLoadingDialog.java | 211 LoadingPresentation presentation = createLoadingPresentation(display); in showDialog() local 224 LoadingPresentation presentation = mPresentations.remove(userId); in hideDialog() local
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | BlockCheckerFilter.java | 135 int presentation = mCall.getHandlePresentation(); in startFilterLookup() local 167 int presentation; in getBlockStatus() local
|