Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1131 wnm.getCustomizedContextOrDefault().getResources().getConfiguration().mcc); in testGetLocationMcc()
1133 assertEquals(wnm.getContext(), wnm.getCustomizedContextOrDefault()); in testGetLocationMcc()
1141 wnm.getCustomizedContextOrDefault().getResources().getConfiguration().mcc); in checkCustomizedContextByCarrierId()
1143 wnm.getCustomizedContextOrDefault().getResources().getConfiguration().mnc); in checkCustomizedContextByCarrierId()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java685 makeCaptivePortalFallbackProbeSpecs(getCustomizedContextOrDefault()); in NetworkMonitor()
2444 protected Context getCustomizedContextOrDefault() { in getCustomizedContextOrDefault() method in NetworkMonitor
4155 final Context customizedContext = getCustomizedContextOrDefault(); in checkAndRenewResourceConfig()