Home
last modified time | relevance | path

Searched refs:fileNameSafe (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTzIds.java29 String tzIdName = fileNameSafe(tzId); in createFile()
34 public static String fileNameSafe(String tzId) { in fileNameSafe() method in TzIds
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java567 String fileNameSafe = info.mFileName.replaceAll("\\s", "_"); in updateIncomingFileConfirmNotification() local
611 .setContentText(fileNameSafe) in updateIncomingFileConfirmNotification()
614 info.mDeviceName, fileNameSafe))) in updateIncomingFileConfirmNotification()
640 .setContentText(fileNameSafe) in updateIncomingFileConfirmNotification()
643 info.mDeviceName, fileNameSafe))) in updateIncomingFileConfirmNotification()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/
H A DTzS2CellUnionsToTzS2RangesTest.java80 TzIds.fileNameSafe(timeZoneId) + TzS2Ranges.getFileSuffix(storageFormat), in regressionTest()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/
H A DTzS2PolygonsToTzS2CellUnionsTest.java80 TzIds.fileNameSafe(timeZoneId) + TzS2CellUnion.getFileSuffix(storageFormat), in regressionTest()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/
H A DGeoJsonTzToTzS2PolygonsTest.java80 TzIds.fileNameSafe(timeZoneId) + TzS2Polygons.getFileSuffix(storageFormat), in regressionTest()