Home
last modified time | relevance | path

Searched refs:updateOptions (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillLoggingLevelPreferenceController.java53 mObserver = new AutofillDeveloperSettingsObserver(mContext, () -> updateOptions()); in AutofillLoggingLevelPreferenceController()
74 updateOptions(); in onPreferenceChange()
80 updateOptions(); in updateState()
89 private void updateOptions() { in updateOptions() method in AutofillLoggingLevelPreferenceController
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsAdvertiserTest.kt537 val updateOptions = MdnsAdvertisingOptions.newBuilder().setIsOnlyUpdate(true).build() in testAddOrUpdateService_Updates() constant
541 updateOptions, TEST_CLIENT_UID_1) } in testAddOrUpdateService_Updates()
545 postSync { advertiser.addOrUpdateService(SERVICE_ID_1, SERVICE_1_SUBTYPE, updateOptions, in testAddOrUpdateService_Updates()
551 updateOptions, TEST_CLIENT_UID_1) } in testAddOrUpdateService_Updates()
564 val updateOptions = in testAddOrUpdateService_customTtl_registeredSuccess() constant
568 updateOptions, TEST_CLIENT_UID_1) } in testAddOrUpdateService_customTtl_registeredSuccess()
574 verify(mockInterfaceAdvertiser1).addService(eq(SERVICE_ID_1), any(), eq(updateOptions)) in testAddOrUpdateService_customTtl_registeredSuccess()