HomeSort by relevance Sort by last modified time
    Searched refs:getUriForFile (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/support/core-utils/tests/java/android/support/v4/content/
FileProviderTest.java 76 strat.getUriForFile(file).toString());
80 strat.getUriForFile(file).toString());
84 strat.getUriForFile(file);
97 strat.getUriForFile(file);
111 strat.getUriForFile(file).toString());
119 strat.getUriForFile(file).toString());
159 strat.getUriForFile(file).toString());
187 strat.getUriForFile(inFile).toString());
323 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
327 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppFileProvider.java 108 public static Uri getUriForFile(Context context, String authority, File file) {
114 return FileProvider.getUriForFile(context, authority, file);
BluetoothOppUtility.java 203 Uri path = BluetoothOppFileProvider.getUriForFile(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
LeakReporter.java 106 Uri dumpUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, dumpFile);
107 Uri hprofUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, hprofFile);
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 62 return FileProvider.getUriForFile(context, fileProviderAuthority,
69 return FileProvider.getUriForFile(context, fileProviderAuthority,
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 54 final Uri uri = FileProvider.getUriForFile(this, AUTHORITY, file);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ShareVCardActivity.java 59 final Uri contentUri = FileProvider.getUriForFile(this,
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java 236 * to {@link #getUriForFile(Context, String, File) getUriForFile()}. You can send the content URI
237 * returned by {@link #getUriForFile(Context, String, File) getUriForFile()} to another app in an
250 *Uri contentUri = getUriForFile(getContext(), "com.mydomain.fileprovider", newFile);
253 * {@link #getUriForFile(Context, String, File) getUriForFile()} returns the content URI
257 * {@link #getUriForFile(Context, String, File) getUriForFile()}, do one of the following:
399 public static Uri getUriForFile(Context context, String authority, File file)
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsTempFileProvider.java 106 public static Uri getUriForFile(Context context, String authority, File file) {
MbmsDownloadReceiver.java 352 Uri contentUri = MbmsTempFileProvider.getUriForFile(
398 Uri contentUri = MbmsTempFileProvider.getUriForFile(
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
ImagePersistTask.java 74 return FileProvider.getUriForFile(
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 87 return FileProvider.getUriForFile(this, RestrictedProfileSettings.FILE_PROVIDER_AUTHORITY,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
NfcTestActivity.java 170 return FileProvider.getUriForFile(this,
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
ContentTest.java 286 return FileProvider.getUriForFile(mContext, "com.android.cts.intent.sender.fileprovider",
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 97 final Uri contentUri = FileProvider.getUriForFile(this, AUTHORITY, file);
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 194 * @see FileProvider#getUriForFile(Context, String, File)
210 return FileProvider.getUriForFile(getContext(), CONTENT_AUTHORITY, newFile);
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 97 final Uri contentUri = FileProvider.getUriForFile(this, AUTHORITY, file);
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 194 * @see FileProvider#getUriForFile(Context, String, File)
210 return FileProvider.getUriForFile(getContext(), CONTENT_AUTHORITY, newFile);
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 97 final Uri contentUri = FileProvider.getUriForFile(this, AUTHORITY, file);
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DragSourceFragment.java 194 * @see FileProvider#getUriForFile(Context, String, File)
210 return FileProvider.getUriForFile(getContext(), CONTENT_AUTHORITY, newFile);
  /libcore/tzdata/update_test_app/src/libcore/tzdata/update_test_app/installupdatetestapp/
MainActivity.java 138 FileProvider.getUriForFile(
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreUiTest.java 161 FileProvider.getUriForFile(context, "android.provider.cts.fileprovider", target));
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoLand.java 296 Uri uri = FileProvider.getUriForFile(this, "com.android.egg.fileprovider", png);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CallComposerActivity.java 342 FileProvider.getUriForFile(
359 FileProvider.getUriForFile(

Completed in 2010 milliseconds

1 2