HomeSort by relevance Sort by last modified time
    Searched full:mcontext (Results 351 - 375 of 1623) sorted by null

<<11121314151617181920>>

  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 50 private Context mContext;
58 mContext = context.getApplicationContext();
72 httpHost = Proxy.getPreferredHttpHost(mContext, mUri);
138 DownloadManager manager = (DownloadManager) mContext.getSystemService(
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 46 private Context mContext;
51 mContext = context;
52 mInflater = LayoutInflater.from(mContext);
100 Drawable drawable = mContext.getResources().getDrawable(drawableResource);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 123 private Context mContext;
168 mContext = context;
202 RemoteViews views = new RemoteViews(mContext.getPackageName(),
215 RemoteViews views = new RemoteViews(mContext.getPackageName(),
217 final Intent intent = CalendarAppWidgetProvider.getLaunchFillInIntent(mContext, 0,
224 RemoteViews views = new RemoteViews(mContext.getPackageName(),
226 final Intent intent = CalendarAppWidgetProvider.getLaunchFillInIntent(mContext, 0,
234 RemoteViews views = new RemoteViews(mContext.getPackageName(),
243 views = new RemoteViews(mContext.getPackageName(),
246 views = new RemoteViews(mContext.getPackageName(), R.layout.widget_item)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
StreamItemAdapter.java 43 private final Context mContext;
52 mContext = context;
103 final AccountTypeManager manager = AccountTypeManager.getInstance(mContext);
108 mInflater, mContext, convertView, streamItem,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java 43 private final Context mContext;
64 mContext = context;
96 text1.setText(accountType.getDisplayLabel(mContext));
103 icon.setImageDrawable(accountType.getDisplayIcon(mContext));
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticator.java 39 private final Context mContext;
43 mContext = context.getApplicationContext();
51 PreferenceManager.getDefaultSharedPreferences(mContext);
70 AccountManager.get(mContext).addAccountExplicitly(account, PASSWORD, null);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 44 NameConverter.structuredNameToDisplayName(mContext, structuredName));
48 NameConverter.structuredNameToDisplayName(mContext, structuredName));
52 NameConverter.structuredNameToDisplayName(mContext, structuredName));
74 Map<String, String> structuredName = NameConverter.displayNameToStructuredName(mContext,
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
LocaleTestUtils.java 60 private final Context mContext;
71 mContext = context;
86 mSavedContextLocale = setResourcesLocale(mContext.getResources(), locale);
100 setResourcesLocale(mContext.getResources(), mSavedContextLocale);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 52 final Context mContext;
64 mContext = context;
121 String mimeType = getMimeTypeForUri(mContext, mUris[0]);
133 mContext.sendBroadcast(intent);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
CachingIconLoaderTest.java 30 return new CachingIconLoader(new MockIconLoader(mContext));
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 36 private final Context mContext;
55 mContext = context;
75 mContext.registerReceiver(mReceiver, mIntentFilter);
83 mContext.unregisterReceiver(mReceiver);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmailCopyContextMenu.java 54 private final Context mContext;
58 mContext = context;
86 (ClipboardManager) mContext.getSystemService(Context.CLIPBOARD_SERVICE);
101 MenuInflater inflater = new MenuInflater(mContext);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AbstractDictionaryWriter.java 35 private final Context mContext;
39 mContext = context;
68 final File file = new File(mContext.getFilesDir(), fileName);
69 final File tempFile = new File(mContext.getFilesDir(), tempFileName);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 28 private final Context mContext;
31 mContext = context;
85 return mContext.getPackageManager().checkPermission(permission, packageName)
96 return mContext.checkCallingOrSelfPermission(permission)
VoicemailStatusTable.java 50 private final Context mContext;
57 mContext = context;
96 c.setNotificationUri(mContext.getContentResolver(), Status.CONTENT_URI);
125 return new DbModifierWithNotification(mTableName, db, mContext);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 55 private Context mContext;
71 mContext = mRunner.getTargetContext();
72 mConnectionUtil = new ConnectionUtil(mContext);
76 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
117 TrafficStats.startDataProfiling(mContext);
120 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
173 TrafficStats.startDataProfiling(mContext);
175 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
226 TrafficStats.startDataProfiling(mContext);
233 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 96 private Context mContext;
131 mContext = activity;
132 mAccountTypeManager = AccountTypeManager.getInstance(mContext);
145 mContext = null;
174 if (mContext != null) {
176 mPhotoManager = ContactPhotoManager.getInstance(mContext);
241 return new GroupMetaDataLoader(mContext, mGroupUri);
273 return GroupMemberLoader.constructLoaderForGroupDetailQuery(mContext, mGroupId);
327 accountType.getDisplayLabel(mContext));
364 mGroupSourceView = GroupDetailDisplayUtils.getNewGroupSourceView(mContext);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
WallpaperManagerTest.java 33 mWallpaperManager = WallpaperManager.getInstance(mContext);
59 WindowManager wm = (WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE);
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 55 info1 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
61 info2 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 29 final Resources res = mContext.getResources();
46 final Resources res = mContext.getResources();
  /cts/tests/tests/permission2/src/android/permission2/cts/
PermissionMaxSdkVersionTest.java 39 int result = mContext.checkPermission(UNGRANTABLE_PERMISSION,
52 int result = mContext.checkPermission(GRANTABLE_PERMISSION,
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java 37 XmlPullParser parser = mContext.getResources().getLayout(R.layout.absolute_layout);
57 new AbsoluteLayout.LayoutParams(mContext, getAttributeSet());
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 30 mContext = context;
73 private final Context mContext;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 58 private final Context mContext;
62 mContext = context;
94 final long groupId = ContactManager.ensureSampleGroupExists(mContext, account);
98 dirtyContacts = ContactManager.getDirtyContacts(mContext, account);
108 long newSyncState = ContactManager.updateContacts(mContext,
120 ContactManager.updateStatusMessages(mContext, updatedContacts);
130 ContactManager.addStreamItems(mContext, updatedContacts,
139 ContactManager.clearSyncFlags(mContext, dirtyContacts);
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 35 Context mContext;
48 mContext = context;

Completed in 1140 milliseconds

<<11121314151617181920>>