/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | MyAutofillCallback.java | 19 import android.view.autofill.AutofillManager.AutofillCallback; 30 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN; 31 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN; 32 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_UNAVAILABLE;
|
D | LoginTest.java | 19 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN; 20 import static android.view.autofill.AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN; 35 private AutofillManager mAfm; 46 mAfm = activity.getSystemService(AutofillManager.class); in onCreate()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 21 import static android.view.autofill.AutofillManager.MAX_TEMP_AUGMENTED_SERVICE_DURATION_MS; 22 import static android.view.autofill.AutofillManager.getSmartSuggestionModeToString; 69 import android.view.autofill.AutofillManager; 70 import android.view.autofill.AutofillManager.SmartSuggestionMode; 131 private static int sPartitionMaxCount = AutofillManager.DEFAULT_MAX_PARTITIONS_SIZE; 217 if (mSupportedSmartSuggestionModes != AutofillManager.FLAG_SMART_SUGGESTION_OFF) { in AutofillManagerService() 302 case AutofillManager.DEVICE_CONFIG_AUTOFILL_SMART_SUGGESTION_SUPPORTED_MODES: in onDeviceConfigChange() 303 case AutofillManager.DEVICE_CONFIG_AUGMENTED_SERVICE_IDLE_UNBIND_TIMEOUT: in onDeviceConfigChange() 304 case AutofillManager.DEVICE_CONFIG_AUGMENTED_SERVICE_REQUEST_TIMEOUT: in onDeviceConfigChange() 465 Settings.Global.AUTOFILL_LOGGING_LEVEL, AutofillManager.DEFAULT_LOGGING_LEVEL); in setLogLevelFromSettings() [all …]
|
D | AutofillManagerServiceShellCommand.java | 28 import android.view.autofill.AutofillManager; 181 case AutofillManager.FLAG_ADD_CLIENT_VERBOSE: in getLogLevel() 184 case AutofillManager.FLAG_ADD_CLIENT_DEBUG: in getLogLevel() 200 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel() 203 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG); in setLogLevel() 206 mService.setLogLevel(AutofillManager.NO_LOGGING); in setLogLevel()
|
D | RemoteAugmentedAutofillService.java | 47 import android.view.autofill.AutofillManager; 164 .getBinder(AutofillManager.EXTRA_AUGMENTED_AUTOFILL_CLIENT); in onRequestAutofillLocked() 275 AutofillManager.makeAuthenticationId( in maybeRequestShowInlineSuggestions() 279 fillInIntent.putExtra(AutofillManager.EXTRA_CLIENT_STATE, in maybeRequestShowInlineSuggestions()
|
D | Session.java | 24 import static android.view.autofill.AutofillManager.ACTION_RESPONSE_EXPIRED; 25 import static android.view.autofill.AutofillManager.ACTION_START_SESSION; 26 import static android.view.autofill.AutofillManager.ACTION_VALUE_CHANGED; 27 import static android.view.autofill.AutofillManager.ACTION_VIEW_ENTERED; 28 import static android.view.autofill.AutofillManager.ACTION_VIEW_EXITED; 29 import static android.view.autofill.AutofillManager.FLAG_SMART_SUGGESTION_SYSTEM; 30 import static android.view.autofill.AutofillManager.getSmartSuggestionModeToString; 93 import android.view.autofill.AutofillManager; 94 import android.view.autofill.AutofillManager.SmartSuggestionMode; 1005 sessionFinishedState = AutofillManager.STATE_DISABLED_BY_SERVICE; [all …]
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 168 public final class AutofillManager { class 253 ? AutofillManager.FLAG_ADD_CLIENT_DEBUG 254 : AutofillManager.NO_LOGGING; 680 public AutofillManager(Context context, IAutoFillManager service) { in AutofillManager() method in AutofillManager 1822 setSessionFinished(AutofillManager.STATE_DISABLED_BY_SERVICE, null); in startSessionLocked() 2180 Log.v(TAG, "setState(" + flags + ": " + DebugUtils.flagsToString(AutofillManager.class, in setState() 2979 AutofillManager.this.notifyViewEntered(view, virtualId, newBounds); in notifyViewEntered() 2992 AutofillManager.this.notifyViewExited(view, virtualId); in notifyViewExited() 3008 AutofillManager.this.notifyValueChanged(view, virtualId, in notifyValueChanged() 3025 AutofillManager.this.notifyViewClicked(view, virtualId); in notifyViewClicked() [all …]
|
/frameworks/base/core/java/android/service/autofill/ |
D | AutofillService.java | 38 import android.view.autofill.AutofillManager; 706 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory()
|
D | FillEventHistory.java | 32 import android.view.autofill.AutofillManager;
|
D | SaveInfo.java | 33 import android.view.autofill.AutofillManager;
|
D | UserData.java | 39 import android.view.autofill.AutofillManager;
|
/frameworks/base/core/java/android/content/ |
D | AutofillOptions.java | 28 import android.view.autofill.AutofillManager; 29 import android.view.autofill.AutofillManager.AutofillClient; 139 AutofillManager.FLAG_ADD_CLIENT_VERBOSE, /* compatModeAllowed= */ true); in forWhitelistingItself()
|
/frameworks/base/core/java/android/widget/ |
D | RadioGroup.java | 32 import android.view.autofill.AutofillManager; 203 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId()
|
D | TimePicker.java | 36 import android.view.autofill.AutofillManager; 156 final AutofillManager afm = context.getSystemService(AutofillManager.class); in TimePicker()
|
D | CompoundButton.java | 41 import android.view.autofill.AutofillManager; 223 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked()
|
D | DatePicker.java | 38 import android.view.autofill.AutofillManager; 194 final AutofillManager afm = context.getSystemService(AutofillManager.class); in DatePicker()
|
D | AdapterView.java | 40 import android.view.autofill.AutofillManager; 939 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 128 import android.view.autofill.AutofillManager; 129 import android.view.autofill.AutofillManager.AutofillClient; 735 AutofillManager.AutofillClient, ContentCaptureManager.ContentCaptureClient { 846 @Nullable private AutofillManager mAutofillManager; 1129 @NonNull private AutofillManager getAutofillManager() { in getAutofillManager() 1131 mAutofillManager = getSystemService(AutofillManager.class); in getAutofillManager() 2599 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN) in onStop() 2600 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onStop() 5644 if (mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN) in startActivity() 5645 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in startActivity() [all …]
|
D | Application.java | 31 import android.view.autofill.AutofillManager; 615 public AutofillManager.AutofillClient getAutofillClient() { in getAutofillClient() 616 final AutofillManager.AutofillClient client = super.getAutofillClient(); in getAutofillClient()
|
D | SystemServiceRegistry.java | 196 import android.view.autofill.AutofillManager; 1108 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService() 1109 new CachedServiceFetcher<AutofillManager>() { in registerService() 1111 public AutofillManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService() 1115 return new AutofillManager(ctx.getOuterContext(), service); in registerService()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 61 import android.view.autofill.AutofillManager; 198 intent.putExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY, true); in SaveUi() 500 intent.putExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN, token); in startIntentSenderWithRestore() 615 case AutofillManager.PENDING_UI_OPERATION_RESTORE: in onPendingUi() 620 case AutofillManager.PENDING_UI_OPERATION_CANCEL: in onPendingUi()
|
D | InlineSuggestionFactory.java | 33 import android.view.autofill.AutofillManager; 198 AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED), in createInlineAuthSuggestion()
|
D | AutoFillUI.java | 41 import android.view.autofill.AutofillManager; 219 AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED, in showFillUi()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | AugmentedAutofillService.java | 50 import android.view.autofill.AutofillManager; 381 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 94 import android.view.autofill.AutofillManager; 167 private final AutofillManager mAutofillManager; 254 mAutofillManager = new AutofillManager(this, new Default()); in BridgeContext()
|