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

/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacService.java34 private PacNative mPacNative; field in class:PacService
40 if (mPacNative == null) {
41 mPacNative = new PacNative();
42 mStub = new ProxyServiceStub(mPacNative);
49 if (mPacNative != null) {
50 mPacNative.stopPacSupport();
51 mPacNative = null;
58 if (mPacNative == null) {
59 mPacNative = new PacNative();
60 mStub = new ProxyServiceStub(mPacNative);
66 private final PacNative mPacNative; field in class:PacService.ProxyServiceStub
[all...]

Completed in 369 milliseconds