Home
last modified time | relevance | path

Searched refs:BASE_URI (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/slices/view/src/androidTest/java/androidx/slice/
DSlicePermissionTest.java41 private static final Uri BASE_URI = Uri.parse("content://androidx.slice.view.test/"); field in SlicePermissionTest
58 mSliceManager.revokeSlicePermission(mTestPkg, BASE_URI); in tearDown()
64 mSliceManager.checkSlicePermission(BASE_URI, mTestPid, mTestUid)); in testGrant()
66 mSliceManager.grantSlicePermission(mTestPkg, BASE_URI); in testGrant()
69 mSliceManager.checkSlicePermission(BASE_URI, mTestPid, mTestUid)); in testGrant()
74 Uri uri = BASE_URI.buildUpon() in testGrantParent()
81 mSliceManager.grantSlicePermission(mTestPkg, BASE_URI); in testGrantParent()
89 Uri uri = BASE_URI.buildUpon() in testGrantParentExpands()
102 mSliceManager.checkSlicePermission(BASE_URI, mTestPid, mTestUid)); in testGrantParentExpands()
104 mSliceManager.grantSlicePermission(mTestPkg, BASE_URI); in testGrantParentExpands()
[all …]
/frameworks/support/slices/core/src/androidTest/java/androidx/slice/
DSliceTest.java63 private static final Uri BASE_URI = Uri.parse("content://androidx.slice.core.test/"); field in SliceTest
70 BASE_URI.buildUpon().appendPath("set_flag").build(), in testProcess()
77 assertEquals(SLICE_TYPE, mContext.getContentResolver().getType(BASE_URI)); in testType()
82 Slice s = Slice.bindSlice(mContext, BASE_URI, Collections.<SliceSpec>emptySet()); in testSliceUri()
83 assertEquals(BASE_URI, s.getUri()); in testSliceUri()
88 Uri uri = BASE_URI.buildUpon().appendPath("subslice").build(); in testSubSlice()
103 Uri uri = BASE_URI.buildUpon().appendPath("text").build(); in testText()
116 Uri uri = BASE_URI.buildUpon().appendPath("icon").build(); in testIcon()
146 Uri uri = BASE_URI.buildUpon().appendPath("action").build(); in testAction()
169 Uri uri = BASE_URI.buildUpon().appendPath("int").build(); in testInt()
[all …]
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
DPostMessageTest.java48 private static final String BASE_URI = "http://www.example.com"; field in PostMessageTest
88 mOnUiThread.loadDataWithBaseURLAndWaitForCompletion(BASE_URI, data, in loadPage()
107 verifyPostMessageToOrigin(Uri.parse(BASE_URI)); in testSimpleMessageToMainFrame()
144 Uri.parse(BASE_URI)); in testMultipleMessagesToMainFrame()
159 mOnUiThread.postWebMessageCompat(message, Uri.parse(BASE_URI)); in testMessageChannel()
192 mOnUiThread.postWebMessageCompat(message, Uri.parse(BASE_URI)); in testClose()
237 mOnUiThread.postWebMessageCompat(message, Uri.parse(BASE_URI)); in testReceiveMessagePort()
/frameworks/base/core/java/android/provider/
DSettingsSlicesContract.java58 public static final Uri BASE_URI = new Uri.Builder() field in SettingsSlicesContract
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java71 private static final Uri BASE_URI = field in ExternalStorageProvider
290 getContext().getContentResolver().notifyChange(BASE_URI, null, false); in updateVolumesLocked()
/frameworks/base/config/
Dhiddenapi-public-dex.txt35205 Landroid/provider/SettingsSlicesContract;->BASE_URI:Landroid/net/Uri;
/frameworks/base/api/
Dcurrent.txt36867 field public static final android.net.Uri BASE_URI;