Searched refs:removeRule (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Connectivity/tests/native/utilities/ |
D | firewall.cpp | 89 Result<void> Firewall::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule() function in Firewall 122 auto res = removeRule(uid, IIF_MATCH); in removeUidInterfaceRules()
|
D | firewall.h | 34 Result<void> removeRule(uint32_t uid, UidOwnerMatchType match) EXCLUDES(mMutex);
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | BpfNetMaps.java | 390 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/ |
D | resolv_test_utils.cpp | 241 firewall->removeRule(uid, BACKGROUND_MATCH); in AllowNetworkInBackground()
|
D | resolv_test_utils.h | 69 EXPECT_RESULT_OK(mFw->removeRule(mTestUid, STANDBY_MATCH)); in ~ScopeBlockedUIDRule()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | TutorialController.java | 796 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/ |
D | ActivityAllAppsContainerView.java | 895 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/ |
D | InCallFragment.java | 285 ((RelativeLayout.LayoutParams) params).removeRule(RelativeLayout.BELOW); in setPrimary()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardContainer.java | 744 lp.removeRule(RelativeLayout.ALIGN_PARENT_TOP); in onStartInputView()
|