Searched refs:encode (Results 1 – 16 of 16) sorted by relevance
37 "content://xmldocument/?url=" + Uri.encode(PICASA_FEED_URL))); in onCreate()
39 "content://xmldocument/?url=" + Uri.encode(FEED_URI))); in onCreate()
53 Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(attractionQuery)); in onMessageReceived()
53 Uri.encode(fromAddress)); in onReceive()
90 Uri.encode(constraint.toString())); in runQueryOnBackgroundThread()
106 Uri.encode(wordTitle)); in buildUpdate()
147 String encodedTitle = Uri.encode(title); in getPageContent()
140 String encodedTitle = Uri.encode(title); in getPageContent()
218 ps_code = ps_code.encode('utf-16le')
181 Uri.encode(mCurFilter)); in onCreateLoader()
186 Uri.encode(mCurFilter)); in onCreateLoader()
111 Uri.encode(mAttraction.name + ", " + mAttraction.city))); in onCreateView()
313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) { in encode() function575 encode(pInput, pOutput, bEncodeHeader, pDiffFile); in main()
190 ps_code = ps_code.encode('utf-16le')
507 return Uri.parse(GEO_URI_SCHEME_PREFIX + Uri.encode(postalAddress)); in constructGeoUri()
471 Uri.withAppendedPath(ContactsQuery.FILTER_URI, Uri.encode(mSearchTerm)); in onCreateLoader()