HomeSort by relevance Sort by last modified time
    Searched refs:mIServiceManager (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HostapdHal.java 52 private IServiceManager mIServiceManager = null;
78 mIServiceManager = null; // Will need to register a new ServiceNotification
113 if (mIServiceManager == null) return false;
115 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) {
118 mIServiceManager = null; // Will need to register a new ServiceNotification
123 mIServiceManager = null; // Will need to register a new ServiceNotification
141 if (mIServiceManager != null) {
147 mIServiceManager = getServiceManagerMockable();
148 if (mIServiceManager == null) {
157 if (!mIServiceManager.registerForNotifications
    [all...]
SupplicantStaIfaceHal.java 101 private IServiceManager mIServiceManager = null;
134 mIServiceManager = null; // Will need to register a new ServiceNotification
164 if (mIServiceManager == null) return false;
166 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) {
169 mIServiceManager = null; // Will need to register a new ServiceNotification
192 if (mIServiceManager != null) {
198 mIServiceManager = getServiceManagerMockable();
199 if (mIServiceManager == null) {
208 if (!mIServiceManager.registerForNotifications(
212 mIServiceManager = null; // Will need to register a new ServiceNotificatio
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 78 private IServiceManager mIServiceManager = null;
104 mIServiceManager = null; // Will need to register a new ServiceNotification
123 if (mIServiceManager == null) return false;
125 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) {
128 mIServiceManager = null; // Will need to register a new ServiceNotification
146 if (mIServiceManager != null) {
155 mIServiceManager = getServiceManagerMockable();
156 if (mIServiceManager == null) {
165 if (!mIServiceManager.registerForNotifications(
169 mIServiceManager = null; // Will need to register a new ServiceNotificatio
    [all...]

Completed in 4347 milliseconds