Home
last modified time | relevance | path

Searched refs:augmented (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForCommonDataKind.java54 final ContentValues augmented = getAugmentedValues(db, dataId, values); in update() local
55 if (augmented == null) { // No change in update()
58 enforceTypeAndLabel(augmented); in update()
67 private void enforceTypeAndLabel(ContentValues augmented) { in enforceTypeAndLabel() argument
68 final boolean hasType = !TextUtils.isEmpty(augmented.getAsString(mTypeColumn)); in enforceTypeAndLabel()
69 final boolean hasLabel = !TextUtils.isEmpty(augmented.getAsString(mLabelColumn)); in enforceTypeAndLabel()
H A DDataRowHandlerForStructuredPostal.java65 final ContentValues augmented = getAugmentedValues(db, dataId, values); in update() local
66 if (augmented == null) { // No change in update()
70 fixStructuredPostalComponents(augmented, values); in update()
81 private void fixStructuredPostalComponents(ContentValues augmented, ContentValues update) { in fixStructuredPostalComponents() argument
94 postal.fromValues(augmented); in fixStructuredPostalComponents()
H A DDataRowHandlerForStructuredName.java70 final ContentValues augmented = getAugmentedValues(db, dataId, values); in update() local
71 if (augmented == null) { // No change in update()
75 fixStructuredNameComponents(augmented, values); in update()
79 augmented.putAll(values); in update()
80 String name = augmented.getAsString(StructuredName.DISPLAY_NAME); in update()
82 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE); in update()
120 public void fixStructuredNameComponents(ContentValues augmented, ContentValues update) { in fixStructuredNameComponents() argument
137 name.fromValues(augmented); in fixStructuredNameComponents()
/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DFillController.java16 package android.service.autofill.augmented;
18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug;
23 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
H A DFillCallback.java16 package android.service.autofill.augmented;
18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug;
25 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
H A DFillWindow.java16 package android.service.autofill.augmented;
18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug;
19 import static android.service.autofill.augmented.AugmentedAutofillService.sVerbose;
30 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
31 import android.service.autofill.augmented.PresentationParams.Area;
H A DIAugmentedAutofillService.aidl17 package android.service.autofill.augmented;
22 import android.service.autofill.augmented.IFillCallback;
H A DPresentationParams.java16 package android.service.autofill.augmented;
22 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
H A DFillRequest.java16 package android.service.autofill.augmented;
24 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
H A DIFillCallback.aidl17 package android.service.autofill.augmented;
H A DHelper.java16 package android.service.autofill.augmented;
H A DAugmentedAutofillService.java16 package android.service.autofill.augmented;
18 import static android.service.autofill.augmented.Helper.logResponse;
46 import android.service.autofill.augmented.PresentationParams.SystemPopupPresentationParams;
H A DFillResponse.java16 package android.service.autofill.augmented;
/aosp12/hardware/interfaces/gnss/1.0/
H A DIAGnssCallback.hal43 * Represents the status of AGNSS augmented to support IPv4.
55 * Represents the status of AGNSS augmented to support IPv6.
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java19 import static android.service.autofill.augmented.Helper.logResponse;
42 import android.service.autofill.augmented.AugmentedAutofillService;
43 import android.service.autofill.augmented.IAugmentedAutofillService;
44 import android.service.autofill.augmented.IFillCallback;
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt424 GenericException: android.service.autofill.augmented.FillWindow#finalize():
530 InterfaceConstant: android.service.autofill.augmented.AugmentedAutofillService#SERVICE_INTERFACE:
708 MissingGetterMatchingBuilder: android.service.autofill.augmented.FillResponse.Builder#setClientStat…
710 …ingBuilder: android.service.autofill.augmented.FillResponse.Builder#setFillWindow(android.service.…
1604 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#dump(java.io.FileDe…
1606 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#dump(java.io.FileDe…
1610 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#onUnbind(android.co…
2496 NoClone: android.service.autofill.augmented.AugmentedAutofillService#dump(java.io.FileDescriptor, j…
2612 OnNameExpected: android.service.autofill.augmented.AugmentedAutofillService#dump(java.io.PrintWrite…
2732 ProtectedMember: android.service.autofill.augmented.AugmentedAutofillService#dump(java.io.FileDescr…
[all …]
H A Dsystem-lint-baseline.txt20 GenericException: android.service.autofill.augmented.FillWindow#finalize():
64 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#onUnbind(android.co…
H A Dsystem-current.txt9752 package android.service.autofill.augmented {
9761augmented.FillRequest, @NonNull android.os.CancellationSignal, @NonNull android.service.autofill.a…
9763 …field public static final String SERVICE_INTERFACE = "android.service.autofill.augmented.Augmented…
9767 method public void onSuccess(@Nullable android.service.autofill.augmented.FillResponse);
9780 …method @Nullable public android.service.autofill.augmented.PresentationParams getPresentationParam…
9789 method @NonNull public android.service.autofill.augmented.FillResponse build();
9790 …method @NonNull public android.service.autofill.augmented.FillResponse.Builder setClientState(@Non…
9791 …public android.service.autofill.augmented.FillResponse.Builder setFillWindow(@NonNull android.serv…
9792 …method @NonNull public android.service.autofill.augmented.FillResponse.Builder setInlineSuggestion…
9798 …method public boolean update(@NonNull android.service.autofill.augmented.PresentationParams.Area, …
[all …]
H A Dtest-current.txt2334 package android.service.autofill.augmented {
2342 …method @Nullable public android.service.autofill.augmented.PresentationParams getPresentationParam…
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4110 // Tag FIELD_AUTOFILL_NUMBER_AUGMENTED_REQUESTS: number of requests made to the augmented
4202 // TAg FIELD_AUTOFILL_AUGMENTED_ONLY: if the session was used just for augmented autofill
6911 // The autofill system made request to the system-provided augmented autofill service.
6915 // Tag FIELD_AUTOFILL_SERVICE: Package of the augmented autofill service that processed the
6921 // Tag of a field for the number of augmented autofill requests in a session
7265 // Field indicating that an autofill session was created just for augmented autofill purposes.
7270 // The augmented autofill service set its whitelisted packages and activities.
7272 // Tag FIELD_AUTOFILL_SERVICE: Package of the augmented autofill service that processed the
7288 // Reports the result of a request made to the augmented autofill service
7297 // Tag FIELD_AUTOFILL_SERVICE: Package of the augmented autofill service that processed the
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6193 android.service.autofill.augmented.Helper
6194 android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy
6195 android.service.autofill.augmented.IAugmentedAutofillService$Stub
6196 android.service.autofill.augmented.IAugmentedAutofillService
6197 android.service.autofill.augmented.IFillCallback$Stub$Proxy
6198 android.service.autofill.augmented.IFillCallback$Stub
6199 android.service.autofill.augmented.IFillCallback
H A Dboot-image-profile.txt22452 …om/android/internal/util/function/DecConsumer;Landroid/service/autofill/augmented/AugmentedAutofil…
29594 Landroid/service/autofill/augmented/Helper;
29595 Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub$Proxy;
29596 Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub;
29597 Landroid/service/autofill/augmented/IAugmentedAutofillService;
29598 Landroid/service/autofill/augmented/IFillCallback$Stub$Proxy;
29599 Landroid/service/autofill/augmented/IFillCallback$Stub;
29600 Landroid/service/autofill/augmented/IFillCallback;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6191 android.service.autofill.augmented.Helper
6192 android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy
6193 android.service.autofill.augmented.IAugmentedAutofillService$Stub
6194 android.service.autofill.augmented.IAugmentedAutofillService
6195 android.service.autofill.augmented.IFillCallback$Stub$Proxy
6196 android.service.autofill.augmented.IFillCallback$Stub
6197 android.service.autofill.augmented.IFillCallback
H A Dboot-image-profile.txt22499 …om/android/internal/util/function/DecConsumer;Landroid/service/autofill/augmented/AugmentedAutofil…
39231 Landroid/service/autofill/augmented/Helper;
39232 Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub$Proxy;
39233 Landroid/service/autofill/augmented/IAugmentedAutofillService$Stub;
39234 Landroid/service/autofill/augmented/IAugmentedAutofillService;
39235 Landroid/service/autofill/augmented/IFillCallback$Stub$Proxy;
39236 Landroid/service/autofill/augmented/IFillCallback$Stub;
39237 Landroid/service/autofill/augmented/IFillCallback;
/aosp12/frameworks/base/services/
H A Dart-profile12148 …erver/autofill/RemoteAugmentedAutofillService;Landroid/service/autofill/augmented/IAugmentedAutofi…
12149 …/os/Bundle;)V+]Landroid/service/autofill/augmented/IAugmentedAutofillService;Landroid/service/auto…
12164 …ce;->lambda$onDestroyAutofillWindowsRequest$3(Landroid/service/autofill/augmented/IAugmentedAutofi…
12165 …;Ljava/util/concurrent/atomic/AtomicReference;Landroid/service/autofill/augmented/IAugmentedAutofi…
12171 …illService;->onServiceConnectionStatusChanged(Landroid/service/autofill/augmented/IAugmentedAutofi…

12