/packages/apps/Dialer/java/com/android/dialer/common/database/ |
D | Selection.java | 113 public static Selection fromString(@Nullable String selection, @Nullable String... args) { in fromString() method in Selection 119 public static Selection fromString(@Nullable String selection, Collection<String> args) { in fromString() method in Selection 127 return fromString("NOT " + selection.getSelection(), selection.getSelectionArgs()); in not() 151 return fromString(column + " " + Assert.isNotNull(operator) + " ?", value.toString()); in is() 160 return fromString(column + " " + Assert.isNotNull(condition)); in is() 168 return fromString( in in()
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | CarTrustAgentBleManager.java | 71 UUID.fromString("00002902-0000-1000-8000-00805f9b34fb"); 337 mEnrollmentServiceUuid = UUID.fromString( in setupEnrollmentBleServer() 339 mEnrollmentClientWriteUuid = UUID.fromString( in setupEnrollmentBleServer() 341 mEnrollmentServerWriteUuid = UUID.fromString( in setupEnrollmentBleServer() 371 mUnlockServiceUuid = UUID.fromString(getContext().getString(R.string.unlock_service_uuid)); in setupUnlockBleServer() 373 .fromString(getContext().getString(R.string.unlock_client_write_uuid)); in setupUnlockBleServer() 375 .fromString(getContext().getString(R.string.unlock_server_write_uuid)); in setupUnlockBleServer()
|
D | BleManager.java | 64 UUID.fromString("00001800-0000-1000-8000-00805f9b34fb"); 68 UUID.fromString("00002a00-0000-1000-8000-00805f9b34fb");
|
/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() 265 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/ |
D | CarTrustAgentEnrollmentServiceTest.java | 60 private static final UUID TEST_ID1 = UUID.fromString("9a138a69-7c29-400f-9e71-fc29516f9f8b"); 61 private static final UUID TEST_ID2 = UUID.fromString("3e344860-e688-4cce-8411-16161b61ad57");
|
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/ |
D | BluetoothUtils.java | 49 return service.getCharacteristic(UUID.fromString(context.getString(uuidRes))); in getCharacteristic()
|
/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/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 103 UUID.fromString("00001812-0000-1000-8000-00805F9B34FB"); 106 UUID.fromString("00002A4A-0000-1000-8000-00805F9B34FB"), 107 UUID.fromString("00002A4B-0000-1000-8000-00805F9B34FB"), 108 UUID.fromString("00002A4C-0000-1000-8000-00805F9B34FB"), 109 UUID.fromString("00002A4D-0000-1000-8000-00805F9B34FB") 113 UUID.fromString("AB5E0001-5A21-4F05-BC7D-AF01F617B664"); 116 UUID.fromString("0000FFFD-0000-1000-8000-00805F9B34FB"); // U2F 3151 uuids.add(UUID.fromString( in parseUuids()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 64 UUID.fromString("0000180f-0000-1000-8000-00805f9b34fb"); 66 UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
|
/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/modules/NetworkStack/tests/unit/src/android/net/util/ |
D | ConnectivityPacketSummaryTest.java | 40 private static final MacAddress MYHWADDR = MacAddress.fromString("80:7a:bf:6f:48:f3");
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | FastPairProviderTest.java | 50 .fromString("0000FE2C-0000-1000-8000-00805f9b34fb");
|