HomeSort by relevance Sort by last modified time
    Searched full:mcontext (Results 551 - 575 of 1171) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 317 HostAuth recvAuth = account.getOrCreateHostAuthRecv(mContext);
384 AccountSettingsUtils.checkPasswordSpaces(mContext, mPasswordView);
411 account.update(mContext, account.toContentValues());
412 account.mHostAuthRecv.update(mContext, account.mHostAuthRecv.toContentValues());
414 AccountBackupRestore.backup(mContext);
423 HostAuth recvAuth = account.getOrCreateHostAuthRecv(mContext);
424 HostAuth sendAuth = account.getOrCreateHostAuthSend(mContext);
448 HostAuth recvAuth = account.getOrCreateHostAuthRecv(mContext);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
RealDataTest.java 42 mContext,
43 mContext.getContentResolver(),
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 41 private Context mContext;
45 mContext = context;
ReadRecTransaction.java 70 PduPersister persister = PduPersister.getPduPersister(mContext);
81 byte[] postingData = new PduComposer(mContext, readRecInd).make();
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 88 final Context mContext;
122 mContext = context;
230 final int statusBarHeight = mContext.getResources().getDimensionPixelSize(
254 int orientation = mContext.getResources().getConfiguration().orientation;
400 final int statusBarHeight = mContext.getResources().getDimensionPixelSize(
403 final int navBarHeight = mContext.getResources().getDimensionPixelSize(
405 final int navBarWidth = mContext.getResources().getDimensionPixelSize(
497 mFireflyRenderThread = new FireflyRenderThread(mContext, surface, width, height);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 225 private final WeakReference<Context> mContext;
244 mContext = new WeakReference<Context>(context);
256 final Context context = (mContext != null) ? mContext.get() : null;
283 final Context context = (mContext != null) ? mContext.get() : null;
384 Context context = mContext != null ? mContext.get() : null;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlaysAdapter.java 82 final LayoutInflater vi = (LayoutInflater)mContext.getSystemService(
111 canvas.drawBitmap(ImageUtils.buildOverlayBitmap(mContext, null, (Integer)data, mTitle,
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 68 private final AvdInvocationContext mContext;
98 mContext = context;
118 mContext = context;
140 if (ok && mContext == AvdInvocationContext.STANDALONE) {
158 if (mContext != AvdInvocationContext.SDK_MANAGER) {
188 if (mContext != AvdInvocationContext.STANDALONE) {
210 if (mContext != AvdInvocationContext.IDE) {
340 mContext == AvdInvocationContext.IDE ?
  /system/media/wilhelm/src/itf/
IPrefetchStatus.c 68 thiz->mContext = pContext;
176 thiz->mContext = NULL;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
SequenceExperiment.java 55 playbackData[trial] = getStim(mContext, trial);
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 104 PackageManager pm = mContext.getPackageManager();
246 final PackageManager pm = mContext.getPackageManager();
259 mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
263 assertEquals(mContext.getString(mComponentInfo.labelRes), mComponentInfo.loadLabel(pm));
  /cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java 33 mResources = mContext.getResources();
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiConfigurationTest.java 36 mWifiManager = (WifiManager) mContext
  /cts/tests/tests/permission/src/android/permission/cts/
NoKeyPermissionTest.java 34 mKeyManager = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE);
TelephonyManagerPermissionTest.java 34 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 49 ContentResolver cr = mContext.getContentResolver();
117 ContentResolver cr = mContext.getContentResolver();
176 ContentResolver cr = mContext.getContentResolver();
198 ContentResolver cr = mContext.getContentResolver();
  /cts/tests/tests/text/src/android/text/cts/
ClipboardManagerTest.java 38 mClipboardManager = (ClipboardManager) mContext.getSystemService(Context.CLIPBOARD_SERVICE);
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 56 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
71 Drawable drawable = mContext.getResources().getDrawable(R.drawable.scenery);
97 Drawable drawable = mContext.getResources().getDrawable(R.drawable.scenery);
150 Drawable drawable = mContext.getResources().getDrawable(R.drawable.scenery);
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 59 private Context mContext;
74 mContext = mInstrumentation.getContext();
100 mWindow = new MockWindow(mContext);
101 assertSame(mContext, mWindow.getContext());
130 mWindow = new MockWindow(mContext);
205 mWindow = new MockWindow(mContext);
256 mWindow = new MockWindow(mContext);
260 MockWindow container = new MockWindow(mContext);
455 mWindow = new MockWindow(mContext);
481 MockWindow window = new MockWindow(mContext);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 60 XmlResourceParser p = mContext.getResources().getLayout(R.layout.gallery_test);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 29 const LangOptions &Features, MangleContext &MContext)
30 : Context(Ctx), VMContext(VMContext), Features(Features), MContext(MContext),
174 MContext.mangleCXXRTTIName(QualType(ETy, 0), Out);
  /external/v8/src/
platform-linux.cc 870 mcontext_t& mcontext = ucontext->uc_mcontext; local
873 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
874 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
875 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
877 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
878 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]);
879 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]);
883 sample->pc = reinterpret_cast<Address>(mcontext.gregs[R15]);
884 sample->sp = reinterpret_cast<Address>(mcontext.gregs[R13]);
885 sample->fp = reinterpret_cast<Address>(mcontext.gregs[R11])
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 41 Context *mContext;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 50 Context mContext;
106 mContext = context;
128 mPackageName = mContext.getPackageName();
163 mPackageName = mContext.getPackageName();
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 81 final Context mContext;
84 mContext = context;
91 new IInputMethodSessionWrapper(mContext, session);
173 mCaller.mContext, (IInputMethodCallback)msg.obj));

Completed in 563 milliseconds

<<21222324252627282930>>