Searched refs:uri (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h37 const char *uri,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp204 size_t trackIndex, const char *uri, const char *mimeType) {
207 if (strncasecmp("file://", uri, 7)) {
208 ALOGE("uri('%s') is not a file", uri);
213 DataSource::CreateFromURI(mHTTPService, uri);
203 addOutOfBandTextSource( size_t trackIndex, const char *uri, const char *mimeType) argument
/frameworks/base/core/java/android/content/
H A DIContentService.aidl44 void registerContentObserver(in Uri uri, boolean notifyForDescendants,
54 void notifyChange(in Uri uri, IContentObserver observer,
H A DContext.java3040 * <grant-uri-permissions>} tag.
3043 * @param uri The Uri you would like to grant access to.
3056 public abstract void grantUriPermission(String toPackage, Uri uri, argument
3076 * @param uri The Uri you would like to revoke access to.
3085 public abstract void revokeUriPermission(Uri uri, @Intent.AccessUriMode int modeFlags); argument
3094 * @param uri The uri that is being checked.
3103 * pid/uid is allowed to access that uri, or
3108 public abstract int checkUriPermission(Uri uri, int pid, int uid, argument
3121 * @param uri Th
3132 checkCallingUriPermission(Uri uri, @Intent.AccessUriMode int modeFlags) argument
3151 checkCallingOrSelfUriPermission(Uri uri, @Intent.AccessUriMode int modeFlags) argument
3176 checkUriPermission(@ullable Uri uri, @Nullable String readPermission, @Nullable String writePermission, int pid, int uid, @Intent.AccessUriMode int modeFlags) argument
3199 enforceUriPermission( Uri uri, int pid, int uid, @Intent.AccessUriMode int modeFlags, String message) argument
3221 enforceCallingUriPermission( Uri uri, @Intent.AccessUriMode int modeFlags, String message) argument
3240 enforceCallingOrSelfUriPermission( Uri uri, @Intent.AccessUriMode int modeFlags, String message) argument
3264 enforceUriPermission( @ullable Uri uri, @Nullable String readPermission, @Nullable String writePermission, int pid, int uid, @Intent.AccessUriMode int modeFlags, @Nullable String message) argument
[all...]
/frameworks/base/core/java/android/database/
H A DCursor.java426 * @param uri The content URI to watch.
428 void setNotificationUri(ContentResolver cr, Uri uri); argument
/frameworks/base/core/java/android/provider/
H A DMediaStore.java259 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
261 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
284 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
286 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
307 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
309 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
710 Uri uri = Uri.parse(
715 c = cr.query(uri, PROJECTION, null, null, null);
810 public static final Cursor query(ContentResolver cr, Uri uri, String[] projection) { argument
811 return cr.query(uri, projectio
814 query(ContentResolver cr, Uri uri, String[] projection, String where, String orderBy) argument
820 query(ContentResolver cr, Uri uri, String[] projection, String selection, String [] selectionArgs, String orderBy) argument
1013 query(ContentResolver cr, Uri uri, String[] projection) argument
1017 queryMiniThumbnails(ContentResolver cr, Uri uri, int kind, String[] projection) argument
1919 query(ContentResolver cr, Uri uri, String[] projection) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DCookieManager.java165 * Gets cookie(s) for a given uri so that it can be set to "cookie:" in http
168 * @param uri the WebAddress for which the cookies are requested
173 public synchronized String getCookie(WebAddress uri) { argument
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java68 public static synchronized MiniThumbFile instance(Uri uri) { argument
69 String type = uri.getPathSegments().get(1);
130 public MiniThumbFile(Uri uri) { argument
131 mUri = uri;
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java88 public void onChange(boolean selfChange, Uri uri) { argument
92 if (BRIGHTNESS_MODE_URI.equals(uri)) {
95 } else if (BRIGHTNESS_URI.equals(uri) && !mAutomatic) {
97 } else if (BRIGHTNESS_ADJ_URI.equals(uri) && mAutomatic) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java93 public static void traceSubscribe(Uri uri, IConditionProvider provider, RemoteException e) { argument
94 append(TYPE_SUBSCRIBE, uri + "," + subscribeResult(provider, e));
97 public static void traceUnsubscribe(Uri uri, IConditionProvider provider, RemoteException e) { argument
98 append(TYPE_UNSUBSCRIBE, uri + "," + subscribeResult(provider, e));
/frameworks/base/test-runner/src/android/test/
H A DSyncBaseInstrumentation.java47 protected void syncProvider(Uri uri, String accountName, String authority) throws Exception { argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java139 * @param uri (Ignored) The uri of the content provider.
144 public void notifyChange(Uri uri, argument
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java114 Uri uri = null;
116 uri = resultData.getData();
117 Log.i(TAG, "Uri: " + uri.toString());
120 mAlbumArtBitmap = MediaStore.Images.Media.getBitmap(this.getContentResolver(), uri);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java95 public Loader<BitmapResult> onCreateBitmapLoader(int id, Bundle args, String uri); argument
/frameworks/volley/src/com/android/volley/toolbox/
H A DHttpClientStack.java175 public HttpPatch(final URI uri) { argument
177 setURI(uri);
181 * @throws IllegalArgumentException if the uri is invalid.
183 public HttpPatch(final String uri) { argument
185 setURI(URI.create(uri));
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h188 kDataLocatorUri = 'uri',
201 char* uri; member in union:android::DataLocator
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp132 SLDataLocator_URI uri; local
169 uri.locatorType = SL_DATALOCATOR_URI;
170 uri.URI = (SLchar*) path;
176 audioSource.pLocator = (void *)&uri;
H A DslesTestPlayStreamType.cpp58 SLDataLocator_URI uri; local
116 uri.locatorType = SL_DATALOCATOR_URI;
117 uri.URI = (SLchar*) path;
125 audioSource.pLocator = (void*)&uri;
H A DslesTestPlayUri.cpp135 SLDataLocator_URI uri; local
175 uri.locatorType = SL_DATALOCATOR_URI;
176 uri.URI = (SLchar*) path;
182 audioSource.pLocator = (void *)&uri;
H A DslesTest_playStates.cpp58 SLDataLocator_URI uri; local
111 uri.locatorType = SL_DATALOCATOR_URI;
112 uri.URI = (SLchar*) path;
120 audioSource.pLocator = (void*)&uri;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp109 SLDataLocator_URI uri; local
149 uri.locatorType = SL_DATALOCATOR_URI;
150 uri.URI = (SLchar*) path;
156 audioSource.pLocator = (void *)&uri;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp406 AString uri; local
407 CHECK(msg->findString("uri", &uri));
408 if (mFetcherInfos.removeItem(uri) < 0) {
437 AString uri; local
438 CHECK(msg->findString("uri", &uri));
443 FetcherInfo *info = &mFetcherInfos.editValueFor(uri);
456 AString uri; local
457 if (err == ERROR_END_OF_STREAM && msg->findString("uri",
494 AString uri; local
685 AString uri; local
763 addFetcher(const char *uri) argument
1210 const AString &uri = mFetcherInfos.keyAt(i); local
1388 const AString &uri = mFetcherInfos.keyAt(i); local
1430 AString uri; local
[all...]
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java152 for (Uri uri : uris) {
153 s.append(onNdefPushCompleteCallback).append(" ").append(uri).append("]");
353 for (Uri uri : uris) {
354 if (uri == null) {
358 String scheme = uri.getScheme();
369 for (Uri uri : uris) {
371 activity.grantUriPermission("com.android.nfc", uri,
H A DNdefRecord.java325 * The uri parameter will be normalized with
329 * {@link IllegalArgumentException} may be thrown if the uri
336 * @param uri URI to encode.
338 * @throws IllegalArugmentException if the uri is empty or invalid
340 public static NdefRecord createUri(Uri uri) { argument
341 if (uri == null) throw new NullPointerException("uri is null");
343 uri = uri.normalizeScheme();
344 String uriString = uri
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java468 * @param uri location of a valid image
473 private Bitmap loadConstrainedBitmap(Uri uri, int maxSideLength) throws FileNotFoundException { argument
474 if (maxSideLength <= 0 || uri == null || mContext == null) {
480 loadBitmap(uri, opt);
511 return loadBitmap(uri, decodeOptions);
520 * Returns the bitmap from the given uri loaded using the given options.
523 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException { argument
524 if (uri == null || mContext == null) {
529 is = mContext.getContentResolver().openInputStream(uri);

Completed in 1103 milliseconds

1234567891011>>