Searched defs:saveType (Results 1 – 7 of 7) sorted by relevance
98 int saveType = mClientViewMetadata.getSaveType(); in buildResponse() local111 int saveType = mClientViewMetadata.getSaveType(); in buildResponse() local125 int saveType = mClientViewMetadata.getSaveType(); in buildManualResponse() local
31 var saveType = 0 variable in com.example.android.autofillframework.multidatasetservice.AutofillFieldMetadataCollection
28 var saveType = 0 variable
37 public ClientViewMetadata(List<String> allHints, int saveType, AutofillId[] autofillIds, in ClientViewMetadata()
46 MutableInt saveType = new MutableInt(0); in buildClientViewMetadata() local
37 public AutofillHintProperties(String autofillHint, int saveType, int partitionNumber, in AutofillHintProperties()
70 int saveType = SaveInfo.SAVE_DATA_TYPE_GENERIC; in onFillRequest() local