/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/auto/ |
D | AutoAppPermissionsFragment.java | 117 getPreferenceScreen().removeAll(); in onStop() 155 allowed.removeAll(); in updatePreferences() 156 denied.removeAll(); in updatePreferences() 159 mExtraScreen.removeAll(); in updatePreferences()
|
D | AutoPermissionAppsFragment.java | 192 allowed.removeAll(); in onPermissionsLoaded() 198 allowedForeground.removeAll(); in onPermissionsLoaded() 204 denied.removeAll(); in onPermissionsLoaded()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/ |
D | PermissionAppsFragment.java | 238 allowed.removeAll(); in onPermissionsLoaded() 244 allowedForeground.removeAll(); in onPermissionsLoaded() 250 denied.removeAll(); in onPermissionsLoaded() 256 mExtraScreen.removeAll(); in onPermissionsLoaded()
|
D | AppPermissionsFragment.java | 213 allowed.removeAll(); in updatePreferences() 214 denied.removeAll(); in updatePreferences() 219 mExtraScreen.removeAll(); in updatePreferences()
|
D | AllAppPermissionsFragment.java | 119 getPreferenceScreen().removeAll(); in updateUi() 128 otherGroup.removeAll(); in updateUi()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceController.java | 108 devicesToRemove.removeAll(cachedDevices); in updateState() 130 getPreference().removeAll(); in onBluetoothStateChanged()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkSelectSettings.java | 294 mPreferenceCategory.removeAll(); in updateAllPreferenceCategory() 372 mConnectedPreferenceCategory.removeAll(); in addConnectedNetworkOperatorPreference() 390 mPreferenceCategory.removeAll(); in addMessagePreference()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | NetworkSelectSettings.java | 290 mPreferenceCategory.removeAll(); in updateAllPreferenceCategory() 368 mConnectedPreferenceCategory.removeAll(); in addConnectedNetworkOperatorPreference() 386 mPreferenceCategory.removeAll(); in addMessagePreference()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | DictionaryCollection.java | 50 mDictionaries.removeAll(Collections.singleton(null)); in DictionaryCollection() 58 mDictionaries.removeAll(Collections.singleton(null)); in DictionaryCollection()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/ |
D | LocationServicePreferenceController.java | 89 mCategoryLocationServices.removeAll(); in updateState() 90 mCategoryLocationServicesManaged.removeAll(); in updateState()
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | LocationServicePreferenceController.java | 89 mCategoryLocationServices.removeAll(); in updateState() 90 mCategoryLocationServicesManaged.removeAll(); in updateState()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AccessoriesFragment.java | 75 preferenceScreen.removeAll(); in updateAccessories() 81 preferenceScreen.removeAll(); in updateAccessories()
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | TrustedDeviceListPreferenceController.java | 117 preferenceGroup.removeAll(); in updateState() 123 preferenceGroup.removeAll(); in updateState()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ZenModeAutomaticRulesPreferenceControllerTest.java | 100 verify(mockPref, times(1)).removeAll(); in testUpdateState_clearsPreferencesWhenAddingNewPreferences() 124 verify(mockPref, times(1)).removeAll(); in testUpdateState_clearsPreferencesWhenRemovingPreferences()
|
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/search/ |
D | SettingsSearchResultRegressionTest.java | 121 missingSearchResults.removeAll(availableSearchResults); in searchResultsDoNotRegress() 123 newSearchResults.removeAll(registeredSearchResults); in searchResultsDoNotRegress()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoStore.java | 152 keysToRemove.removeAll(keysInUse); in cleanup() 162 missingKeys.removeAll(mEntries.keySet()); in cleanup()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ParentalControlSettings.java | 94 removed.removeAll(mRatings); in storeRatings() 100 added.removeAll(mTvInputManager.getBlockedRatings()); in storeRatings()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetailTest.java | 119 verify(mAvailableDevicesCategory).removeAll(); in startScanning_startScanAndRemoveDevices() 208 verify(mAvailableDevicesCategory, times(1)).removeAll(); in onScanningStateChanged_restartScanAfterInitialScanning()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/ |
D | WifiNetworkListFragment.java | 275 mAccessPointsPreferenceCategory.removeAll(); in removeAccessPointPreferences() 306 mAccessPointsPreferenceCategory.removeAll(); in updateAccessPointPreferences()
|
/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
D | WifiNetworkListFragment.java | 275 mAccessPointsPreferenceCategory.removeAll(); in removeAccessPointPreferences() 306 mAccessPointsPreferenceCategory.removeAll(); in updateAccessPointPreferences()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
D | SettingsSliceProviderTest.java | 297 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_invalidPath_returnsEmpty() 311 descendants.removeAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_doesNotReturnOEMSlice() 325 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | Http.java | 252 return removeAll(fieldName).add(fieldName, value); in set() 255 private Builder removeAll(String fieldName) { in removeAll() method in Http.Headers.Builder
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageSettings.java | 147 getPreferenceScreen().removeAll(); in refresh() 148 mInternalCategory.removeAll(); in refresh() 149 mExternalCategory.removeAll(); in refresh()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | StorageSettings.java | 147 getPreferenceScreen().removeAll(); in refresh() 148 mInternalCategory.removeAll(); in refresh() 149 mExternalCategory.removeAll(); in refresh()
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileInhibitManager.java | 269 inhibitedProfiles.removeAll(mAlreadyDisabledProfiles); in commit() 506 mRestoredInhibits.removeAll(successfullyRemoved); in tryRemoveRestoredProfileInhibits()
|