Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzIds.java29 String tzIdName = fileNameSafe(tzId); in createFile()
34 public static String fileNameSafe(String tzId) { in fileNameSafe() method in TzIds
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java685 String fileNameSafe = info.mFileName.replaceAll("\\s", "_"); in updateIncomingFileConfirmNotification() local
752 .setContentText(fileNameSafe) in updateIncomingFileConfirmNotification()
760 fileNameSafe))) in updateIncomingFileConfirmNotification()
789 .setContentText(fileNameSafe) in updateIncomingFileConfirmNotification()
797 fileNameSafe))) in updateIncomingFileConfirmNotification()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/
DGeoJsonTzToTzS2PolygonsTest.java81 TzIds.fileNameSafe(timeZoneId) + TzS2Polygons.getFileSuffix(storageFormat), in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/
DTzS2PolygonsToTzS2CellUnionsTest.java81 TzIds.fileNameSafe(timeZoneId) + TzS2CellUnion.getFileSuffix(storageFormat), in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/
DTzS2CellUnionsToTzS2RangesTest.java81 TzIds.fileNameSafe(timeZoneId) + TzS2Ranges.getFileSuffix(storageFormat), in regressionTest()