Searched refs:BASE_URI (Results 1 – 5 of 5) sorted by relevance
29 private val BASE_URI: Uri = constant38 BASE_URI.buildUpon().path(NAMESPACE).build()164 val URI: Uri = BASE_URI.buildUpon().path(TABLE_NAME).build()
58 public static final Uri BASE_URI = new Uri.Builder() field in SettingsSlicesContract
89 private static final Uri BASE_URI = field in ExternalStorageProvider293 getContext().getContentResolver().notifyChange(BASE_URI, null, false); in updateVolumesLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
37695 field public static final android.net.Uri BASE_URI;