OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
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
...]
Completed in 43 milliseconds