Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStartDpcInsideSuwServiceConnection.java139 final Intent networkInterceptServiceIntent = new Intent(NETWORK_INTERCEPT_SERVICE_ACTION); in tryBindService() local
140 networkInterceptServiceIntent.setPackage(SETUP_WIZARD_PACKAGE_NAME); in tryBindService()
143 if (context.bindService(networkInterceptServiceIntent, this, BIND_AUTO_CREATE)) { in tryBindService()