Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 25 of 209) sorted by relevance

123456789

/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/
DNetworkInformationShimImpl.java56 public Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp) { in getCaptivePortalApiUrl()
62 public void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url) { in setCaptivePortalApiUrl()
68 public CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp) { in getCaptivePortalData()
74 public IpPrefix getNat64Prefix(@NonNull LinkProperties lp) { in getNat64Prefix()
80 public void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix) { in setNat64Prefix()
93 public LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull final LinkProperties lp) { in makeSensitiveFieldsParcelingCopy()
98 public void setDhcpServerAddress(@NonNull LinkProperties lp, in setDhcpServerAddress()
108 public void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DNetworkInformationShimImpl.java60 public Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp) { in getCaptivePortalApiUrl()
66 public void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url) { in setCaptivePortalApiUrl()
72 public CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp) { in getCaptivePortalData()
79 public IpPrefix getNat64Prefix(@NonNull LinkProperties lp) { in getNat64Prefix()
84 public void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix) { in setNat64Prefix()
97 public LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull final LinkProperties lp) { in makeSensitiveFieldsParcelingCopy()
102 public void setDhcpServerAddress(@NonNull LinkProperties lp, in setDhcpServerAddress()
108 public void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DNetworkInformationShim.java40 Uri getCaptivePortalApiUrl(@Nullable LinkProperties lp); in getCaptivePortalApiUrl()
45 void setCaptivePortalApiUrl(@NonNull LinkProperties lp, @Nullable Uri url); in setCaptivePortalApiUrl()
51 CaptivePortalDataShim getCaptivePortalData(@Nullable LinkProperties lp); in getCaptivePortalData()
57 IpPrefix getNat64Prefix(@NonNull LinkProperties lp); in getNat64Prefix()
62 void setNat64Prefix(@NonNull LinkProperties lp, @Nullable IpPrefix prefix); in setNat64Prefix()
74 LinkProperties makeSensitiveFieldsParcelingCopy(@NonNull LinkProperties lp); in makeSensitiveFieldsParcelingCopy()
79 void setDhcpServerAddress(@NonNull LinkProperties lp, @NonNull Inet4Address serverAddress); in setDhcpServerAddress()
86 void setCaptivePortalData(@NonNull LinkProperties lp, in setCaptivePortalData()
/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java118 private void checkEmpty(final LinkProperties lp) { in checkEmpty()
147 final LinkProperties lp = new LinkProperties(); in makeTestObject() local
395 private void assertAllRoutesHaveInterface(String iface, LinkProperties lp) { in assertAllRoutesHaveInterface()
401 private void assertAllRoutesNotHaveInterface(String iface, LinkProperties lp) { in assertAllRoutesNotHaveInterface()
414 LinkProperties lp = new LinkProperties(); in testRouteInterfaces() local
546 private LinkAddress getFirstLinkAddress(LinkProperties lp) { in getFirstLinkAddress()
552 LinkProperties lp = new LinkProperties(); in testAddressMethods() local
639 final LinkProperties lp = new LinkProperties(); in testLinkAddresses() local
662 LinkProperties lp = new LinkProperties(); in testNat64Prefix() local
1041 final LinkProperties lp = new LinkProperties(); in testLinkLocalDnsServerParceling() local
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiLayoutParams.java64 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) vp.getLayoutParams(); in setPagerProperties() local
71 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); in setCategoryPageIdViewProperties() local
81 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) ll.getLayoutParams(); in setActionBarProperties() local
87 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); in setKeyProperties() local
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java151 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams() local
160 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_containsLayoutInDisplayCutoutMode() local
171 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarNotEnabled_returnsNull() local
202 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasHigherZOrderThanHuns_topSystemBarIsSystemBarPanelType() local
213 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasLowerZOrderThanHuns_topSystemBarIsStatusBarAdditionalType() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DDnsManagerTest.java166 LinkProperties lp = new LinkProperties(); in testTrackedValidationUpdates() local
243 LinkProperties lp = new LinkProperties(); in testIgnoreUntrackedValidationUpdates() local
351 final LinkProperties lp = new LinkProperties(); in testSendDnsConfiguration() local
407 LinkProperties lp = new LinkProperties(); in testGetPrivateDnsConfigForNetwork() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorColorBorderTabletUI.java93 LinearLayout lp = (LinearLayout) inflater.inflate( in EditorColorBorderTabletUI() local
110 private void setupCBSizeSeekBar(LinearLayout lp) { in setupCBSizeSeekBar()
130 private void setupCBCornerSizeSeekBar(LinearLayout lp) { in setupCBCornerSizeSeekBar()
150 private void setupColor(LinearLayout lp, Resources res) { in setupColor()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DPrivateDnsPreferenceControllerTest.java150 private void updateLinkProperties(LinkProperties lp) { in updateLinkProperties()
226 LinkProperties lp = mock(LinkProperties.class); in getSummary_PrivateDnsModeOpportunistic() local
250 LinkProperties lp = mock(LinkProperties.class); in getSummary_PrivateDnsModeProviderHostname() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBootAwarePreloader.kt34 val lp = LauncherPrefs.get(context) in start() constant
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java164 final LinkProperties lp = getInterfaceIPv6LinkProperties(ipServer); in updateIPv6TetheringInterfaces() local
208 final LinkProperties lp = getIPv6OnlyLinkProperties( in getInterfaceIPv6LinkProperties() local
225 private static LinkProperties getIPv6OnlyLinkProperties(LinkProperties lp) { in getIPv6OnlyLinkProperties()
276 final LinkProperties lp = new LinkProperties(); in getUniqueLocalConfig() local
DTetheringInterfaceUtils.java51 final LinkProperties lp = ns.linkProperties; in getTetheringInterfaces() local
96 private static String getInterfaceForDestination(LinkProperties lp, InetAddress dst) { in getInterfaceForDestination()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java139 LinkProperties lp = nai.linkProperties; in requiresClat() local
161 LinkProperties lp = nai.linkProperties; in shouldStartClat() local
302 LinkProperties lp = new LinkProperties(mNetwork.linkProperties); in stop() local
424 public void fixupLinkProperties(@Nullable LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties()
507 LinkProperties lp = new LinkProperties(mNetwork.linkProperties); in handleInterfaceLinkStateChanged() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java337 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersVertical() local
350 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersVertical() local
365 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersHorizontal() local
387 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in drawDividersHorizontal() local
514 LayoutParams lp = (LayoutParams) child.getLayoutParams(); in getBaseline() local
681 LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureVertical() local
796 final LayoutParams lp = (LayoutParams) in measureVertical() local
833 LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureVertical() local
926 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in measureVertical() local
964 LayoutParams lp = in forceUniformWidth() local
[all …]
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetNetworkAgent.java44 @NonNull LinkProperties lp, in EthernetNetworkAgent()
58 public void sendLinkPropertiesImpl(LinkProperties lp) { in sendLinkPropertiesImpl()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java85 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) child.getLayoutParams(); in getChildAt() local
124 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) child.getLayoutParams(); in setupLp() local
147 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) child.getLayoutParams(); in measureChild() local
202 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) child.getLayoutParams(); in layoutChild() local
273 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) child.getLayoutParams(); in drawFolderLeaveBehindForIcon() local
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java72 FrameLayout.LayoutParams lp = (LayoutParams) getLayoutParams(); in updateZoomProgress() local
82 FrameLayout.LayoutParams lp = (LayoutParams) getLayoutParams(); in setElevated() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/spacer/ui/section/
DSpacerSectionController.kt47 val lp = LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, height) in createView() constant
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitor.aidl10 …oneway void notifyNetworkConnected(in android.net.LinkProperties lp, in android.net.NetworkCapabil… in notifyNetworkConnected()
12 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinatorTest.java98 private void assertOnlyOneV6AddressAndNoV4(LinkProperties lp) { in assertOnlyOneV6AddressAndNoV4()
130 final ArgumentCaptor<LinkProperties> lp = ArgumentCaptor.forClass(LinkProperties.class); in testUpdateIpv6Upstream() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DViewLayoutUtils.java49 final ViewGroup.LayoutParams lp = view.getLayoutParams(); in placeViewAt() local
75 final ViewGroup.LayoutParams lp = view.getLayoutParams(); in updateLayoutGravityOf() local
/packages/modules/Connectivity/framework/src/android/net/
DTestNetworkManager.java89 @Nullable LinkProperties lp, in setupTestNetwork()
110 public void setupTestNetwork( in setupTestNetwork()
113 setupTestNetwork(lp.getInterfaceName(), lp, isMetered, new int[0], binder); in setupTestNetwork() local
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitor.aidl28 …oneway void notifyNetworkConnected(in android.net.LinkProperties lp, in android.net.NetworkCapabil… in notifyNetworkConnected()
30 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitor.aidl10 …oneway void notifyNetworkConnected(in android.net.LinkProperties lp, in android.net.NetworkCapabil… in notifyNetworkConnected()
12 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitor.aidl27 …oneway void notifyNetworkConnected(in android.net.LinkProperties lp, in android.net.NetworkCapabil… in notifyNetworkConnected()
29 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged()

123456789