Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapUtilsTest.java65 value = SignedLongLong.fromString("90abcdef0000000012345678"); in testXBtUid()
76 value = SignedLongLong.fromString("fedcba9890abcdef0000000012345678"); in testXBtUid()
85 SignedLongLong value = SignedLongLong.fromString("000012345678"); in testXBtUid()
94 SignedLongLong value = SignedLongLong.fromString("12345678"); in testXBtUid()
103 SignedLongLong value = SignedLongLong.fromString("0009123456789abcdef1"); in testXBtUid()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailConversationCursor.java182 final String fromString = getString(getColumnIndex(EmailContent.MessageColumns.FROM_LIST)); in generateConversationInfo() local
185 if (fromString != null) { in generateConversationInfo()
186 final Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(fromString); in generateConversationInfo()
191 senderEmail = fromString; in generateConversationInfo()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java145 return Path.fromString("/local/image").getChild(id); in getAlbumPath()
147 return Path.fromString("/local/video").getChild(id); in getAlbumPath()
149 return Path.fromString("/local/all").getChild(id); in getAlbumPath()
185 return Path.fromString("/local/all").getChild( in getDefaultSetOf()
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");
DDataSourceType.java27 private static final Path PICASA_ROOT = Path.fromString("/picasa");
28 private static final Path LOCAL_ROOT = Path.fromString("/local");
DSnailSource.java64 return Path.fromString("/snail/set").getChild(id); in getSetPath()
68 return Path.fromString("/snail/item").getChild(id); in getItemPath()
DFilterSource.java51 mEmptyItem = new EmptyAlbumImage(Path.fromString(FILTER_EMPTY_ITEM), in FilterSource()
54 Path.fromString(FILTER_CAMERA_SHORTCUT_ITEM), mApplication); in FilterSource()
DSecureSource.java38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path))); in isSecurePath()
DUriSource.java85 return Path.fromString("/uri/" in findPathByUri()
DPath.java100 public static Path fromString(String s) { in fromString() method in Path
/packages/apps/Gallery2/src/com/android/gallery3d/util/
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/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java91 Path path = Path.fromString(entry.albumPath); in migrateGalleryWidgetsInternal()
143 String newAlbumPath = Path.fromString(entry.albumPath) in updatePath()
162 String newAlbumPath = Path.fromString(entry.albumPath) in updateEntryUsingRelativePath()
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java92 Path path = Path.fromString(uri.getPath()); in getType()
118 Path path = Path.fromString(uri.getPath()); in query()
180 Path path = Path.fromString(uri.getPath()); in openFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java87 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement()
267 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
DBluetoothMapObexServer.java71 ParcelUuid.fromString("00001134-0000-1000-8000-00805F9B34FB");
73 ParcelUuid.fromString("00001133-0000-1000-8000-00805F9B34FB");
75 ParcelUuid.fromString("00001132-0000-1000-8000-00805F9B34FB");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryActivity.java55 UUID.fromString("0000180f-0000-1000-8000-00805f9b34fb");
57 UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java87 UUID.fromString("00002A4A-0000-1000-8000-00805F9B34FB"),
88 UUID.fromString("00002A4B-0000-1000-8000-00805F9B34FB"),
89 UUID.fromString("00002A4C-0000-1000-8000-00805F9B34FB"),
90 UUID.fromString("00002A4D-0000-1000-8000-00805F9B34FB")
2297 uuids.add(UUID.fromString(String.format( in parseUuids()
DGattDebugUtils.java151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null; in getUuidExtra()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException { in fromString() method in SignedLongLong
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java46 public static final Path ALBUM_PATH = Path.fromString("/picasa/all");
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DMediaSetSource.java54 mAlbumPath = Path.fromString(albumPath); in MediaSetSource()
DLocalPhotoSource.java65 private static final Path LOCAL_IMAGE_ROOT = Path.fromString("/local/image/item");
DWidgetConfigure.java170 Path path = Path.fromString(albumPath); in setChoosenAlbum()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java129 Path sub = Path.fromString(sets[j]); in getAppliedFilters()
DPhotoPage.java389 Path.fromString(data.getString(KEY_MEDIA_ITEM_PATH)) : in onCreate()
1288 mModel.setCurrentPhoto(Path.fromString(path), index); in onStateResult()

12