Home | History | Annotate | Download | only in content

Lines Matching defs:mConnManagerDoNotUseDirectly

249     private ConnectivityManager mConnManagerDoNotUseDirectly;
472 if (mConnManagerDoNotUseDirectly == null) {
473 mConnManagerDoNotUseDirectly = (ConnectivityManager)mContext.getSystemService(
476 return mConnManagerDoNotUseDirectly;