OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIServiceManager
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java
92
private IServiceManager
mIServiceManager
= null;
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
= null; // Will need to register a new ServiceNotificatio
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java
76
private IServiceManager
mIServiceManager
= null;
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
= null; // Will need to register a new ServiceNotificatio
[
all
...]
Completed in 2473 milliseconds