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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 127 private Context mContext1;
147 mContext1 = context;
152 PowerManager pm = (PowerManager)mContext1.getSystemService(Context.POWER_SERVICE);
288 Constants.updateShareStatus(mContext1, mInfo.mId, status);
314 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
331 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
350 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING);
365 Constants.updateShareStatus(mContext1, mInfo.mId, status);
381 Constants.updateShareStatus(mContext1, mInfo.mId, status);
390 mContext1.getContentResolver().update(contentUri, updateValues, null, null)
    [all...]
  /frameworks/wilhelm/src/
ThreadPool.h 43 void *mContext1;
ThreadPool.c 38 void *context1 = closure.mContext1;
274 closure->mContext1 = context1;

Completed in 35 milliseconds