Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeContext.java26 import com.android.internal.net.utils.IkeDeviceConfigUtils;
100 return IkeDeviceConfigUtils.getDeviceConfigPropertyInt( in getDeviceConfigPropertyInt()
109 return IkeDeviceConfigUtils.getDeviceConfigPropertyBoolean( in getDeviceConfigPropertyBoolean()
/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DIkeDeviceConfigUtils.java24 public final class IkeDeviceConfigUtils { class