Searched refs:fromString (Results 1 - 25 of 40) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataSourceType.java27 private static final Path PICASA_ROOT = Path.fromString("/picasa");
28 private static final Path LOCAL_ROOT = Path.fromString("/local");
H A DSnailSource.java64 return Path.fromString("/snail/set").getChild(id);
68 return Path.fromString("/snail/item").getChild(id);
H A DSecureSource.java38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path)));
H A DFilterSource.java51 mEmptyItem = new EmptyAlbumImage(Path.fromString(FILTER_EMPTY_ITEM),
54 Path.fromString(FILTER_CAMERA_SHORTCUT_ITEM), mApplication);
H A DLocalSource.java145 return Path.fromString("/local/image").getChild(id);
147 return Path.fromString("/local/video").getChild(id);
149 return Path.fromString("/local/all").getChild(id);
185 return Path.fromString("/local/all").getChild(
H A DUriSource.java85 return Path.fromString("/uri/"
H A DLocalAlbumSet.java43 public static final Path PATH_ALL = Path.fromString("/local/all");
44 public static final Path PATH_IMAGE = Path.fromString("/local/image");
45 public static final Path PATH_VIDEO = Path.fromString("/local/video");
H A DLocalVideo.java37 static final Path ITEM_PATH = Path.fromString("/local/video/item");
H A DPath.java100 public static Path fromString(String s) { method in class:Path
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMediaSetUtils.java48 Path.fromString("/local/all/" + CAMERA_BUCKET_ID),
49 Path.fromString("/local/image/" + CAMERA_BUCKET_ID),
50 Path.fromString("/local/video/" + CAMERA_BUCKET_ID)};
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DBluetoothMapUtilsTest.java65 value = SignedLongLong.fromString("90abcdef0000000012345678");
76 value = SignedLongLong.fromString("fedcba9890abcdef0000000012345678");
85 SignedLongLong value = SignedLongLong.fromString("000012345678");
94 SignedLongLong value = SignedLongLong.fromString("12345678");
103 SignedLongLong value = SignedLongLong.fromString("0009123456789abcdef1");
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DSignedLongLong.java45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException { method in class:SignedLongLong
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailConversationCursor.java182 final String fromString = getString(getColumnIndex(EmailContent.MessageColumns.FROM_LIST));
185 if (fromString != null) {
186 final Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(fromString);
191 senderEmail = fromString;
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java91 Path path = Path.fromString(entry.albumPath);
143 String newAlbumPath = Path.fromString(entry.albumPath)
162 String newAlbumPath = Path.fromString(entry.albumPath)
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java92 Path path = Path.fromString(uri.getPath());
118 Path path = Path.fromString(uri.getPath());
180 Path path = Path.fromString(uri.getPath());
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java46 public static final Path ALBUM_PATH = Path.fromString("/picasa/all");
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java87 this.mBtUid = SignedLongLong.fromString(btUid);
267 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
H A DBluetoothMapConvoListingElement.java297 newElement.mId = SignedLongLong.fromString(attributeValue);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothAccessoryFragment.java55 UUID.fromString("0000180f-0000-1000-8000-00805f9b34fb");
57 UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapSession.java311 mSocket = mDevice.createRfcommSocketToServiceRecord(UUID.fromString(PBAP_UUID));
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java129 Path sub = Path.fromString(sets[j]);
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java65 private static final Path LOCAL_IMAGE_ROOT = Path.fromString("/local/image/item");
H A DMediaSetSource.java54 mAlbumPath = Path.fromString(albumPath);
H A DWidgetConfigure.java170 Path path = Path.fromString(albumPath);

Completed in 324 milliseconds

12