/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapUtilsTest.java | 65 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/ |
D | EmailConversationCursor.java | 182 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/ |
D | LocalSource.java | 145 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()
|
D | LocalAlbumSet.java | 43 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");
|
D | DataSourceType.java | 27 private static final Path PICASA_ROOT = Path.fromString("/picasa"); 28 private static final Path LOCAL_ROOT = Path.fromString("/local");
|
D | SnailSource.java | 64 return Path.fromString("/snail/set").getChild(id); in getSetPath() 68 return Path.fromString("/snail/item").getChild(id); in getItemPath()
|
D | FilterSource.java | 51 mEmptyItem = new EmptyAlbumImage(Path.fromString(FILTER_EMPTY_ITEM), in FilterSource() 54 Path.fromString(FILTER_CAMERA_SHORTCUT_ITEM), mApplication); in FilterSource()
|
D | SecureSource.java | 38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path))); in isSecurePath()
|
D | UriSource.java | 85 return Path.fromString("/uri/" in findPathByUri()
|
D | Path.java | 100 public static Path fromString(String s) { in fromString() method in Path
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | MediaSetUtils.java | 48 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/ |
D | GalleryWidgetMigrator.java | 91 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/ |
D | GalleryProvider.java | 92 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/ |
D | BluetoothMapConvoContactElement.java | 87 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement() 267 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
|
D | BluetoothMapObexServer.java | 71 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/ |
D | BluetoothAccessoryActivity.java | 55 UUID.fromString("0000180f-0000-1000-8000-00805f9b34fb"); 57 UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 87 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()
|
D | GattDebugUtils.java | 151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null; in getUuidExtra()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | SignedLongLong.java | 45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException { in fromString() method in SignedLongLong
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
D | PicasaSource.java | 46 public static final Path ALBUM_PATH = Path.fromString("/picasa/all");
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | MediaSetSource.java | 54 mAlbumPath = Path.fromString(albumPath); in MediaSetSource()
|
D | LocalPhotoSource.java | 65 private static final Path LOCAL_IMAGE_ROOT = Path.fromString("/local/image/item");
|
D | WidgetConfigure.java | 170 Path path = Path.fromString(albumPath); in setChoosenAlbum()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | FilterUtils.java | 129 Path sub = Path.fromString(sets[j]); in getAppliedFilters()
|
D | PhotoPage.java | 389 Path.fromString(data.getString(KEY_MEDIA_ITEM_PATH)) : in onCreate() 1288 mModel.setCurrentPhoto(Path.fromString(path), index); in onStateResult()
|