Home
last modified time | relevance | path

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

123

/packages/apps/Dialer/java/com/android/dialer/common/database/
DSelection.java113 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/
DCarTrustAgentBleManager.java71 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()
DBleManager.java64 UUID.fromString("00001800-0000-1000-8000-00805f9b34fb");
68 UUID.fromString("00002a00-0000-1000-8000-00805f9b34fb");
/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/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()
/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/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java88 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()
DGattClientListener.java278 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/
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.java86 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/
DCarTrustAgentEnrollmentServiceTest.java60 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/
DBluetoothUtils.java49 return service.getCharacteristic(UUID.fromString(context.getString(uuidRes))); in getCharacteristic()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException { in fromString() method in SignedLongLong
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java103 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/
DBluetoothAccessoryFragment.java64 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/
DBluetoothConnection.java35 …private static final UUID SERIAL_PORT_PROFILE = UUID.fromString("00001101-0000-1000-8000-00805F9B3…
/packages/modules/NetworkStack/tests/unit/src/android/net/util/
DConnectivityPacketSummaryTest.java40 private static final MacAddress MYHWADDR = MacAddress.fromString("80:7a:bf:6f:48:f3");
/packages/services/Car/tests/carservice_test/src/com/android/car/
DFastPairProviderTest.java50 .fromString("0000FE2C-0000-1000-8000-00805f9b34fb");

123