Home
last modified time | relevance | path

Searched refs:removeRule (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Connectivity/tests/native/utilities/
Dfirewall.cpp89 Result<void> Firewall::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule() function in Firewall
122 auto res = removeRule(uid, IIF_MATCH); in removeUidInterfaceRules()
Dfirewall.h34 Result<void> removeRule(uint32_t uid, UidOwnerMatchType match) EXCLUDES(mMutex);
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java390 private void removeRule(final int uid, final long match, final String caller) { in removeRule() method in BpfNetMaps
537 removeRule(uid, match, "replaceUidChain"); in replaceUidChain()
569 removeRule(uid, match, "setUidRule"); in setUidRule()
712 removeRule(uid, IIF_MATCH, "removeUidInterfaceRules"); in removeUidInterfaceRules()
734 removeRule(uid, LOCKDOWN_VPN_MATCH, "updateUidLockdownRule"); in updateUidLockdownRule()
/packages/modules/DnsResolver/tests/
Dresolv_test_utils.cpp241 firewall->removeRule(uid, BACKGROUND_MATCH); in AllowNetworkInBackground()
Dresolv_test_utils.h69 EXPECT_RESULT_OK(mFw->removeRule(mTestUid, STANDBY_MATCH)); in ~ScopeBlockedUIDRule()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java796 hotseatLayoutParams.removeRule(RelativeLayout.ALIGN_PARENT_START); in updateLayout()
797 hotseatLayoutParams.removeRule(RelativeLayout.ALIGN_PARENT_END); in updateLayout()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java895 layoutParams.removeRule(RelativeLayout.ABOVE); in removeCustomRules()
896 layoutParams.removeRule(RelativeLayout.ALIGN_TOP); in removeCustomRules()
897 layoutParams.removeRule(RelativeLayout.ALIGN_PARENT_TOP); in removeCustomRules()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallFragment.java285 ((RelativeLayout.LayoutParams) params).removeRule(RelativeLayout.BELOW); in setPrimary()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java744 lp.removeRule(RelativeLayout.ALIGN_PARENT_TOP); in onStartInputView()