Home | History | Annotate | Download | only in connectivity

Lines Matching defs:mInterface

70     private String mInterface;
113 if (mInterface != null) {
114 jniReset(mInterface);
119 mInterface = null;
225 if (mInterface != null && !mInterface.equals(interfaze)) {
226 jniReset(mInterface);
229 mInterface = interfaze;
238 Log.i(TAG, "Established by " + config.user + " on " + mInterface);
242 config.interfaze = mInterface;
273 if (interfaze.equals(mInterface) && jniCheck(interfaze) == 0) {
278 mInterface = null;
452 if (mInfo.state == LegacyVpnInfo.STATE_CONNECTED && mInterface == null) {
638 mInterface = mConfig.interfaze;