Home | History | Annotate | Download | only in detail

Lines Matching full:mcontext

64     protected final Context mContext;
74 mContext = context;
94 mContext, mPhotoView, listener, mPhotoMode);
121 mContext, listener.getCurrentPhotoFile());
143 return mState.indexOfFirstWritableRawContact(mContext);
175 final AccountType accountType = AccountTypeManager.getInstance(mContext).getAccountType(
199 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, fileName);
203 mContext,
213 Toast.makeText(mContext, R.string.photoPickerNotFoundText, Toast.LENGTH_LONG).show();
241 Cursor c = mContext.getContentResolver().query(DisplayPhoto.CONTENT_MAX_DIMENSIONS_URI,
255 final String croppedPhotoPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, photoFile);
303 mContext, R.string.photoPickerNotFoundText, Toast.LENGTH_LONG).show();
314 mContext, R.string.photoPickerNotFoundText, Toast.LENGTH_LONG).show();