Home | History | Annotate | Download | only in os

Lines Matching refs:mRemote

66         mRemote = ServiceManager.getService(SERVICE_NAME);
67 if (null == mRemote)
70 mInterfaceDesc = mRemote.getInterfaceDescriptor();
71 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
72 mRemote.linkToDeath(mDeathHandler, 0);
101 if (null != mRemote) {
103 mRemote.unlinkToDeath(mDeathHandler, 0);
106 mRemote = null;
365 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0);
407 return ((null == mRemote) || (null == mUtils));
418 private IBinder mRemote = null;