Home
last modified time | relevance | path

Searched refs:ETHERNET_SERVICE (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetService.java35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE); in onStart()
36 publishBinderService(Context.ETHERNET_SERVICE, mImpl); in onStart()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DEthernetConfig.java36 mEthernetManager = (EthernetManager) context.getSystemService(Context.ETHERNET_SERVICE); in EthernetConfig()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DEthernetTetherPreferenceController.java46 mEthernetManager = (EthernetManager) context.getSystemService(Context.ETHERNET_SERVICE); in EthernetTetherPreferenceController()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DLegacyTypeTrackerTest.kt87 Context.ETHERNET_SERVICE)
108 doReturn(null).`when`(mContext).getSystemService(Context.ETHERNET_SERVICE)
H A DConnectivityServiceTest.java603 if (Context.ETHERNET_SERVICE.equals(name)) return mEthernetManager; in getSystemService()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DEthernetTetherPreferenceControllerTest.java67 when(mContext.getSystemService(Context.ETHERNET_SERVICE)).thenReturn(mEthernetManager); in setUp()
/aosp12/frameworks/base/core/java/android/net/
H A DEthernetManager.java42 @SystemService(Context.ETHERNET_SERVICE)
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java176 mEm = (EthernetManager) getSystemService(Context.ETHERNET_SERVICE); in onCreate()
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java789 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService() argument
793 IBinder b = ServiceManager.getServiceOrThrow(Context.ETHERNET_SERVICE); in registerService()
1532 case Context.ETHERNET_SERVICE: in getSystemService()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java358 if (mContext.getSystemService(Context.ETHERNET_SERVICE) != null) { in addSupportedNetworkTypes()
651 return (mContext.getSystemService(Context.ETHERNET_SERVICE) != null) || in shouldEthernetBeSupported()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4447 public static final String ETHERNET_SERVICE = "ethernet"; field in Context
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java737 Context.ETHERNET_SERVICE); in setEthernetTethering()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java324 if (Context.ETHERNET_SERVICE.equals(name)) return mEm; in getSystemService()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java873 if (ctx.getSystemService(Context.ETHERNET_SERVICE) != null) { in loadSupportedTypes()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2324 field public static final String ETHERNET_SERVICE = "ethernet";