Searched refs:mPacNative (Results 1 – 1 of 1) sorted by relevance
34 private PacNative mPacNative; field in PacService40 if (mPacNative == null) { in onCreate()41 mPacNative = new PacNative(); in onCreate()42 mStub = new ProxyServiceStub(mPacNative); in onCreate()49 if (mPacNative != null) { in onDestroy()50 mPacNative.stopPacSupport(); in onDestroy()51 mPacNative = null; in onDestroy()58 if (mPacNative == null) { in onBind()59 mPacNative = new PacNative(); in onBind()60 mStub = new ProxyServiceStub(mPacNative); in onBind()[all …]