Searched refs:inSystemProcess (Results 1 – 2 of 2) sorted by relevance
41 return ConnectivityModuleConnector { _, _, _, inSystemProcess -> in <lambda>() method42 getNetworkStackIntent(inSystemProcess) in <lambda>()46 private fun getNetworkStackIntent(inSystemProcess: Boolean): Intent? { in <lambda>()48 if (inSystemProcess) return null in <lambda>()
149 @NonNull String servicePermissionName, boolean inSystemProcess); in getModuleServiceIntent() argument157 @NonNull String servicePermissionName, boolean inSystemProcess) { in getModuleServiceIntent() argument159 new Intent(inSystemProcess in getModuleServiceIntent()177 inSystemProcess ? Process.SYSTEM_UID : Process.NETWORK_STACK_UID; in getModuleServiceIntent()182 if (!inSystemProcess) { in getModuleServiceIntent()