HomeSort by relevance Sort by last modified time
    Searched full:mcontext (Results 101 - 125 of 1648) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGenerator.java 22 private final Context mContext;
26 mContext = context;
33 .getDefaultSharedPreferences(mContext);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderTestBase.java 22 private IsolatedContext mContext;
38 mContext = new IsolatedContext(resolver, activity);
43 return mContext.getContentResolver();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputMethodManagerWrapper.java 17 private final Context mContext;
20 mContext = context;
24 return (InputMethodManager) mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectsTest.java 103 private Context mContext;
109 mContext = context;
135 ev = new EffectView(mContext, mDescriptors);
138 ev = new EffectView(mContext, mDescriptors);
147 private Context mContext;
153 mContext = context;
181 TextView tv = new TextView(mContext);
185 tv = new TextView(mContext);
189 tv = new TextView(mContext);
193 tv = new TextView(mContext);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
CurrentUserTracker.java 28 private Context mContext;
35 mContext = context;
54 mContext.unregisterReceiver(this);
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 32 private final Context mContext;
42 mContext = context;
55 mSharedPreferences = ComboPreferences.get(mContext);
  /packages/apps/Camera2/src/com/android/camera/
CameraPreference.java 34 private final Context mContext;
44 mContext = context;
57 mSharedPreferences = ComboPreferences.get(mContext);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PanoramaMetadataJob.java 28 Context mContext;
32 mContext = context;
38 return LightCycleHelper.getPanoramaMetadata(mContext, mUri);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ResourceTexture.java 29 protected final Context mContext;
34 mContext = context;
44 mContext.getResources(), mResId, options);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java 34 private final Context mContext;
43 mContext = context;
56 mSharedPreferences = ComboPreferences.get(mContext);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 32 private final Context mContext;
38 mContext = context;
40 mPrefs = mContext.getSharedPreferences(NativeNfcManager.PREF, Context.MODE_PRIVATE);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 32 private final Context mContext;
38 mContext = context;
40 mPrefs = mContext.getSharedPreferences(NativeNfcManager.PREF, Context.MODE_PRIVATE);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AsyncRefreshTask.java 25 private final Context mContext;
30 mContext = context;
37 mContext.getContentResolver().query(mRefreshUri, null, null, null, null);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoundManager.java 27 private Context mContext;
34 mContext = context;
40 mAudioManager = (AudioManager) mContext
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 41 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
50 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
53 Resources r = mContext.getResources();
80 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
87 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
102 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
117 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
133 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
144 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
186 Drawable d = mContext.getResources().getDrawable(R.drawable.pass)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 47 private Context mContext;
69 mContext = getContext();
70 mLayoutInflater = (LayoutInflater) mContext
76 mLayoutInflater = LayoutInflater.from(mContext);
79 mLayoutInflater = new MockLayoutInflater(mContext);
83 mContext);
92 mLayoutInflater=new MockLayoutInflater(mContext);
93 assertSame(mContext, mLayoutInflater.getContext());
100 ComponentName mComponentName = new ComponentName(mContext,
103 ai = mContext.getPackageManager().getActivityInfo(mComponentName
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 63 private Context mContext;
96 mContext = getInstrumentation().getTargetContext();
99 mSimpleCursorAdapter = new SimpleCursorAdapter(mContext, R.layout.cursoradapter_item0,
104 new SimpleCursorAdapter(mContext, R.layout.cursoradapter_item0,
110 TextView listItem = (TextView) mSimpleCursorAdapter.newView(mContext, null, null);
140 mSimpleCursorAdapter = new SimpleCursorAdapter(mContext, R.layout.cursoradapter_host,
142 LinearLayout illegalView = (LinearLayout)mSimpleCursorAdapter.newView(mContext, null, null);
168 TextView view = new TextView(mContext);
179 ImageView view = new ImageView(mContext);
183 BitmapDrawable d = (BitmapDrawable) mContext.getResources().getDrawable
    [all...]
TableLayoutTest.java 43 private Context mContext;
52 mContext = getInstrumentation().getContext();
57 new TableLayout(mContext);
59 new TableLayout(mContext, null);
74 TableLayout tableLayout = new TableLayout(mContext);
79 tableLayout.addView(new TextView(mContext));
87 tableLayout.addView(new TextView(mContext));
94 TableLayout tableLayout = new TableLayout(mContext);
95 tableLayout.addView(new TextView(mContext));
96 tableLayout.addView(new ListView(mContext));
    [all...]
LinearLayoutTest.java 40 private Context mContext;
51 mContext = getInstrumentation().getTargetContext();
55 new LinearLayout(mContext);
57 new LinearLayout(mContext, null);
59 XmlPullParser parser = mContext.getResources().getXml(R.layout.linearlayout_layout);
61 new LinearLayout(mContext, attrs);
71 LinearLayout linearLayout = new LinearLayout(mContext);
93 LinearLayout linearLayout = new LinearLayout(mContext);
95 ListView lv1 = new ListView(mContext);
99 ListView lv2 = new ListView(mContext);
    [all...]
CompoundButtonTest.java 49 mResources = mContext.getResources();
53 XmlPullParser parser = mContext.getResources().getXml(R.layout.togglebutton_layout);
56 new MockCompoundButton(mContext, mAttrSet, 0);
57 new MockCompoundButton(mContext, mAttrSet);
58 new MockCompoundButton(mContext);
83 CompoundButton compoundButton = new MockCompoundButton(mContext);
108 CompoundButton compoundButton = new MockCompoundButton(mContext);
125 CompoundButton compoundButton = new MockCompoundButton(mContext);
140 CompoundButton compoundButton = new MockCompoundButton(mContext);
163 MockCompoundButton compoundButton = new MockCompoundButton(mContext);
    [all...]
FrameLayout_LayoutParamsTest.java 38 XmlPullParser parser = mContext.getResources().getLayout(R.layout.framelayout_layout);
46 new LayoutParams(mContext, attrs);
49 new LayoutParams(new ViewGroup.LayoutParams(mContext, attrs));
50 new LayoutParams(new LayoutParams(mContext, attrs));
51 new LayoutParams(new MarginLayoutParams(mContext, attrs));
GalleryTest.java 60 private Context mContext;
72 mContext = mInstrumentation.getContext();
77 new Gallery(mContext);
79 new Gallery(mContext, null);
81 new Gallery(mContext, null, 0);
85 new Gallery(mContext, attrs);
86 new Gallery(mContext, attrs, 0);
161 MyGallery gallery = new MyGallery(mContext);
169 mGallery = new Gallery(mContext, attrs);
191 mGallery = new Gallery(mContext);
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 328 mcontext_t& mcontext = ucontext->uc_mcontext;
332 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
333 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
334 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
336 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
337 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]);
338 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]);
344 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]);
345 state.sp = reinterpret_cast<Address>(mcontext.gregs[R13]);
346 state.fp = reinterpret_cast<Address>(mcontext.gregs[R11])
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 86 protected Context mContext;
89 mContext = context;
99 final Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, mailboxId);
101 final Account account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey);
104 EmailServiceUtils.getServiceInfoForAccount(mContext, account.mId);
128 Attachment.restoreAttachmentWithId(mContext, attachmentId);
137 EmailContent.Message.restoreMessageWithId(mContext, attachment.mMessageKey);
145 if (Utility.attachmentExists(mContext, attachment)
156 final Account account = Account.restoreAccountWithId(mContext, message.mAccountKey);
157 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, message.mMailboxKey)
    [all...]
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 52 private Context mContext;
59 mContext = getInstrumentation().getContext();
60 mNotificationManager = (NotificationManager) mContext.getSystemService(
85 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0);
88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);

Completed in 387 milliseconds

1 2 3 45 6 7 8 91011>>