/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
D | CarEnrolmentService.java | 58 UUID.fromString(getString(R.string.enrollment_service_uuid))); in start() 111 UUID.fromString(getString(R.string.enrollment_service_uuid)), in setupEnrolmentService() 116 UUID.fromString(getString(R.string.enrollment_token_uuid)), in setupEnrolmentService() 122 UUID.fromString(getString(R.string.enrollment_handle_uuid)), in setupEnrolmentService()
|
D | CarUnlockService.java | 74 UUID.fromString(getString(R.string.unlock_service_uuid))); in start() 138 UUID.fromString(getString(R.string.unlock_service_uuid)), in setupUnlockService() 143 UUID.fromString(getString(R.string.unlock_escrow_token_uiid)), in setupUnlockService() 149 UUID.fromString(getString(R.string.unlock_handle_uiid)), in setupUnlockService()
|
D | Utils.java | 42 return service.getCharacteristic(UUID.fromString(context.getString(uuidRes))); in getCharacteristic()
|
D | PhoneUnlockController.java | 68 UUID.fromString(mContext.getString(R.string.unlock_service_uuid))); in PhoneUnlockController()
|
/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/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()
|
/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/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 88 new BluetoothGattCharacteristic(UUID.fromString(WRITABLE_CHAR_UUID), in GattServer() 94 new BluetoothGattDescriptor(UUID.fromString(READABLE_DESC_UUID), in GattServer() 100 mGattService = new BluetoothGattService(UUID.fromString(TEST_SERVICE_UUID), in GattServer()
|
D | GattClientListener.java | 278 UUID sUuid = UUID.fromString(GattServer.TEST_SERVICE_UUID); in writeCharacteristic() 284 UUID cUuid = UUID.fromString(GattServer.WRITABLE_CHAR_UUID); in writeCharacteristic()
|
/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 | 86 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement() 266 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 56 UUID.fromString("0000180f-0000-1000-8000-00805f9b34fb"); 58 UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
|
/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/services/Car/obd2-lib/src/com/android/car/obd2/connections/ |
D | BluetoothConnection.java | 35 …private static final UUID SERIAL_PORT_PROFILE = UUID.fromString("00001101-0000-1000-8000-00805F9B3…
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 101 UUID.fromString("00002A4A-0000-1000-8000-00805F9B34FB"), 102 UUID.fromString("00002A4B-0000-1000-8000-00805F9B34FB"), 103 UUID.fromString("00002A4C-0000-1000-8000-00805F9B34FB"), 104 UUID.fromString("00002A4D-0000-1000-8000-00805F9B34FB") 108 UUID.fromString("0000FFFD-0000-1000-8000-00805F9B34FB") // U2F 2610 uuids.add(UUID.fromString(String.format( in parseUuids()
|
D | GattDebugUtils.java | 151 return (uuidStr != null) ? UUID.fromString(uuidStr) : null; in getUuidExtra()
|
/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()
|