Searched refs:mCM (Results 1 – 4 of 4) sorted by relevance
39 private ScriptIntrinsicColorMatrix mCM; field in Blur25G73 mCM = ScriptIntrinsicColorMatrix.create(mRS); in createTest()74 mCM.forEach(mInPixelsAllocation, mScratchPixelsAllocation1); in createTest()102 mCM.setColorMatrix(m); in updateBitmap()103 mCM.setAdd(0.f, 0.f, 0.f, 1.f); in updateBitmap()105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation); in updateBitmap()
44 private ConnectivityManager mCM; field in NtpTrustedTime89 if (mCM == null) { in forceRefresh()90 mCM = (ConnectivityManager) sContext.getSystemService(Context.CONNECTIVITY_SERVICE); in forceRefresh()94 final NetworkInfo ni = mCM == null ? null : mCM.getActiveNetworkInfo(); in forceRefresh()
70 private ConnectivityManager mCM; field in ConnectionUtil113 mCM = (ConnectivityManager)mContext.getSystemService(Context.CONNECTIVITY_SERVICE); in initialize()439 " is: " + mCM.getNetworkInfo(networkType).getState()); in waitForNetworkState()440 if (mCM.getNetworkInfo(networkType).getState() != expectedState) { in waitForNetworkState()445 mCM.getNetworkInfo(networkType)); in waitForNetworkState()459 mNetworkInfo = mCM.getActiveNetworkInfo(); in waitForNetworkState()518 NetworkInfo networkInfo = mCM.getNetworkInfo(ConnectivityManager.TYPE_MOBILE); in isConnectedToMobile()527 NetworkInfo networkInfo = mCM.getNetworkInfo(ConnectivityManager.TYPE_WIFI); in isConnectedToWifi()
125 protected CallManager mCM; field in SubscriptionController167 mCM = CallManager.getInstance(); in SubscriptionController()183 mCM = CallManager.getInstance(); in SubscriptionController()