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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java92 private IServiceManager mIServiceManager = null; field in class:SupplicantStaIfaceHal
118 mIServiceManager = null; // Will need to register a new ServiceNotification
151 if (mIServiceManager == null) return false;
153 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) {
156 mIServiceManager = null; // Will need to register a new ServiceNotification
176 if (mIServiceManager != null) {
182 mIServiceManager = getServiceManagerMockable();
183 if (mIServiceManager == null) {
192 if (!mIServiceManager.registerForNotifications(
196 mIServiceManager
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java76 private IServiceManager mIServiceManager = null; field in class:SupplicantP2pIfaceHal
102 mIServiceManager = null; // Will need to register a new ServiceNotification
121 if (mIServiceManager == null) return false;
123 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) {
126 mIServiceManager = null; // Will need to register a new ServiceNotification
144 if (mIServiceManager != null) {
153 mIServiceManager = getServiceManagerMockable();
154 if (mIServiceManager == null) {
163 if (!mIServiceManager.registerForNotifications(
167 mIServiceManager
[all...]

Completed in 146 milliseconds