/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DataRowHandlerForCommonDataKind.java | 54 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 D | DataRowHandlerForStructuredPostal.java | 65 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 D | DataRowHandlerForStructuredName.java | 70 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 D | FillController.java | 16 package android.service.autofill.augmented; 18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug; 23 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
|
H A D | FillCallback.java | 16 package android.service.autofill.augmented; 18 import static android.service.autofill.augmented.AugmentedAutofillService.sDebug; 25 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
|
H A D | FillWindow.java | 16 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 D | IAugmentedAutofillService.aidl | 17 package android.service.autofill.augmented; 22 import android.service.autofill.augmented.IFillCallback;
|
H A D | PresentationParams.java | 16 package android.service.autofill.augmented; 22 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
|
H A D | FillRequest.java | 16 package android.service.autofill.augmented; 24 import android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy;
|
H A D | IFillCallback.aidl | 17 package android.service.autofill.augmented;
|
H A D | Helper.java | 16 package android.service.autofill.augmented;
|
H A D | AugmentedAutofillService.java | 16 package android.service.autofill.augmented; 18 import static android.service.autofill.augmented.Helper.logResponse; 46 import android.service.autofill.augmented.PresentationParams.SystemPopupPresentationParams;
|
H A D | FillResponse.java | 16 package android.service.autofill.augmented;
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IAGnssCallback.hal | 43 * 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 D | RemoteAugmentedAutofillService.java | 19 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 D | test-lint-baseline.txt | 424 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 D | system-lint-baseline.txt | 20 GenericException: android.service.autofill.augmented.FillWindow#finalize(): 64 MissingNullability: android.service.autofill.augmented.AugmentedAutofillService#onUnbind(android.co…
|
H A D | system-current.txt | 9752 package android.service.autofill.augmented { 9761 …augmented.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 D | test-current.txt | 2334 package android.service.autofill.augmented { 2342 …method @Nullable public android.service.autofill.augmented.PresentationParams getPresentationParam…
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 4110 // 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 D | preloaded-classes | 6193 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 D | boot-image-profile.txt | 22452 …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 D | preloaded-classes | 6191 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 D | boot-image-profile.txt | 22499 …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 D | art-profile | 12148 …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…
|