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

  /frameworks/wilhelm/src/
ThreadPool.h 43 void *mContext1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 127 private Context mContext1;
145 mContext1 = context;
150 PowerManager pm = (PowerManager)mContext1.getSystemService(Context.POWER_SERVICE);
285 Constants.updateShareStatus(mContext1, mInfo.mId, status);
309 mContext1, mInfo.mUri, mInfo.mMimetype, mInfo.mDestination);
312 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
329 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
348 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING);
363 Constants.updateShareStatus(mContext1, mInfo.mId, status);
379 Constants.updateShareStatus(mContext1, mInfo.mId, status)
    [all...]

Completed in 170 milliseconds