/frameworks/base/core/java/android/nfc/ |
BeamShareData.java | 10 * Allows bundling NdefMessage, Uris and flags in a single 17 public final Uri[] uris; field in class:BeamShareData 21 public BeamShareData(NdefMessage msg, Uri[] uris, UserHandle userHandle, int flags) { 23 this.uris = uris; 35 int urisLength = (uris != null) ? uris.length : 0; 39 dest.writeTypedArray(uris, 0); 49 Uri[] uris = null; 53 uris = new Uri[numUris] [all...] |
NfcActivityManager.java | 116 Uri[] uris = null; field in class:NfcActivityManager.NfcActivityState 143 uris = null; 152 if (uris != null) { 153 for (Uri uri : uris) { 247 public void setNdefPushContentUri(Activity activity, Uri[] uris) { 251 state.uris = uris; 360 Uri[] uris; local 370 uris = state.uris; [all...] |
/packages/apps/Nfc/src/com/android/nfc/beam/ |
BeamTransferRecord.java | 30 public Uri[] uris; field in class:BeamTransferRecord 38 boolean remoteActivating, Uri[] uris) { 42 this.uris = uris; 49 Uri[] uris) { 50 return new BeamTransferRecord(remoteDevice, remoteActivating, uris); 66 Uri[] uris = null; 68 uris = new Uri[numUris]; 69 in.readTypedArray(uris, Uri.CREATOR); 73 remoteActivating, uris); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
ObserverNodeTest.java | 41 Uri[] uris = new Uri[] { local 55 root.addObserverLocked(uris[0], new TestObserver().getContentObserver(), false, root, 57 for(int i = 1; i < uris.length; i++) { 58 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), true, root, 65 root.collectObserversLocked(uris[i], 0, null, false, myUserHandle, calls); 75 Uri[] uris = new Uri[] { local 87 for(int i = 0; i < uris.length; i++) { 88 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), false, root, 94 for (int i = uris.length - 1; i >=0; --i) { 95 root.collectObserversLocked(uris[i], 0, null, false, myUserHandle, calls) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ChangeNotifier.java | 36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { 38 for (int i = 0; i < uris.length; i++) { 39 application.getDataManager().registerChangeNotifier(uris[i], this);
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
PatternMatcher.java | 54 * @param uris the uris to test the pattern against 58 public void match (Pattern pattern, URI[] uris, boolean isNullInclusive) 61 if (uris!=null) 75 matchPatterns(null, uris, isNullInclusive); 82 matchPatterns(p, uris, isNullInclusive); 89 public void matchPatterns (Pattern pattern, URI[] uris, boolean isNullInclusive) 92 for (int i=0; i<uris.length;i++) 94 URI uri = uris[i]; 100 matched(uris[i]) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
RedirectLocations.java | 39 * A collection of URIs that were used as redirects. 48 private final Set<URI> uris; field in class:RedirectLocations 52 this.uris = new HashSet<URI>(); 59 return this.uris.contains(uri); 66 this.uris.add(uri); 73 return this.uris.remove(uri);
|
/packages/apps/UnifiedEmail/unified_src/ |
README | 9 AccountCacheProvider. All subsequent uris will actually be handled by the appropriate application.
|
/frameworks/base/core/java/android/provider/ |
OpenableColumns.java | 23 * These are standard columns for openable URIs. Providers that serve openable 24 * URIs <em>must</em> support at least these columns when queried.
|
/packages/apps/Browser/src/com/android/browser/ |
UploadHandler.java | 61 Uri[] uris; local 64 uris = parseResult(resultCode, intent); 65 mUploadMessage.onReceiveValue(uris); 111 Uri[] uris = null; local 113 uris = new Uri[1]; 114 uris[0] = result; 116 return uris;
|
/frameworks/base/core/java/android/content/ |
ContentUris.java | 26 * Content URIs have the syntax 44 * A string that identifies the entire content provider. All the content URIs for the provider 63 * preceding path part. Most providers recognize content URIs that contain an id part 75 * <p>This supports a common convention for content URIs where an ID is
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppHandoverReceiver.java | 58 ArrayList<Uri> uris = new ArrayList<Uri>(); local 60 uris = intent.getParcelableArrayListExtra(Intent.EXTRA_STREAM); 61 if (mimeType != null && uris != null) { 63 uris, true);
|
/packages/apps/Email/res/values/ |
accountprovider.xml | 19 <!-- List of content provider uris for -->
|
/packages/apps/UnifiedEmail/res/values/ |
accountprovider.xml | 19 <!-- List of content provider uris for -->
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailUriType.java | 21 * Defines the different URIs handled by the voicemail content provider.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URITest.java | 28 private URI[] uris; field in class:URITest 31 if (uris != null) { 32 return uris; 35 uris = new URI[] { 81 return uris; 617 // test URIs with host names with different casing 623 // test URIs with one undefined component 629 // test URIs with one undefined component 726 // test URIs with empty string authority 732 // test URIs with port numbe 749 URI[] uris = getUris(); local 827 URI[] uris = getUris(); local 851 URI[] uris = getUris(); local 872 URI[] uris = getUris(); local 897 URI[] uris = getUris(); local 942 URI[] uris = getUris(); local 966 URI[] uris = getUris(); local 995 URI[] uris = getUris(); local 1021 URI[] uris = getUris(); local 1047 URI[] uris = getUris(); local 1075 URI[] uris = getUris(); local 1106 URI[] uris = getUris(); local 1133 URI[] uris = getUris(); local 1154 URI[] uris = getUris(); local 1187 URI[] uris = getUris(); local 1433 URI[] uris = null; local 1723 URI[] uris = getUris(); local 1774 URI[] uris = getUris(); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ActionModeHandler.java | 311 private void setNfcBeamPushUris(Uri[] uris) { 314 mNfcAdapter.setBeamPushUris(uris, mActivity); 325 final ArrayList<Uri> uris = new ArrayList<Uri>(); local 330 uris.add(manager.getContentUri(path)); 333 final int size = uris.size(); 338 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris); 342 intent.putExtra(Intent.EXTRA_STREAM, uris.get(0)); 356 final ArrayList<Uri> uris = new ArrayList<Uri>(); local 366 uris.add(manager.getContentUri(path)); 370 final int size = uris.size() [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportProcessor.java | 195 List<Uri> uris = committer.getCreatedUris(); local 197 if (uris != null && uris.size() == 1) { 198 mListener.onImportFinished(mImportRequest, mJobId, uris.get(0)); 200 if (uris == null || uris.size() == 0) { 202 Log.w(LOG_TAG, "Created Uris is null or 0 length " +
|
/developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/ |
BeamLargeFilesFragment.java | 81 * content:// or file:// URIs to send. 83 * Note that the system must have read access to whatever URIs are provided here. 86 * @return URIs to be sent to remote device
|
/developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/ |
BeamLargeFilesFragment.java | 81 * content:// or file:// URIs to send. 83 * Note that the system must have read access to whatever URIs are provided here. 86 * @return URIs to be sent to remote device
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePad.java | 26 * URIs. A well-written client depends only on the constants in the contract. 58 * Path parts for the URIs 95 * incoming URIs or to construct an Intent.
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/ |
BeamLargeFilesFragment.java | 81 * content:// or file:// URIs to send. 83 * Note that the system must have read access to whatever URIs are provided here. 86 * @return URIs to be sent to remote device
|
/libcore/luni/src/main/java/java/net/ |
CookieStore.java | 75 * Get a set of URIs, which is composed of associated URI with all the 79 * URIs, otherwise an immutable list of URIs.
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
JarScanner.java | 77 * @param uris 81 public void scan (Pattern pattern, URI[] uris, boolean isNullInclusive) 84 super.match(pattern, uris, isNullInclusive); 129 URI[] uris = new URI[urls.length]; local 132 uris[i++] = u.toURI(); 133 scan (pattern, uris, isNullInclusive);
|
/packages/apps/Nfc/src/com/android/nfc/ |
BeamShareActivity.java | 171 final ArrayList<Uri> uris = intent.getParcelableArrayListExtra(Intent.EXTRA_STREAM); local 175 if (uris != null && uris.size() > 0) { 176 for (Uri uri : uris) { 194 // Uris have our first preference for sharing 211 // No uris left
|