Home
last modified time | relevance | path

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

/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
DPacService.java34 private PacNative mPacNative; field in PacService
40 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 …]