Searched refs:FILE_NAME (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/ |
D | TimeZoneRulesDataProvider.java | 152 distroBytesInputStream = context.getAssets().open(TimeZoneDistro.FILE_NAME); in attachInfo() 155 "Unable to open asset: " + TimeZoneDistro.FILE_NAME, e); in attachInfo() 167 throw new SecurityException("Invalid asset: " + TimeZoneDistro.FILE_NAME, e); in attachInfo() 279 try (InputStream is = assets.open(TimeZoneDistro.FILE_NAME, ACCESS_STREAMING);
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | DocumentInfoTest.java | 48 private static final String FILE_NAME = InspectorProvider.OPEN_IN_PROVIDER_TEST; field in DocumentInfoTest 130 InspectorProvider.AUTHORITY, FILE_NAME); in testFileMimeTypeFromUri()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/ |
D | StorageLifetimeFragment.java | 56 private static final String FILE_NAME = "storage.bin"; field in StorageLifetimeFragment 120 Path filePath = new File(mActivity.getFilesDir(), FILE_NAME).toPath(); in getFilePath()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 83 private static final String FILE_NAME = "phone-account-registrar-test-1223.xml"; field in PhoneAccountRegistrarTest 98 FILE_NAME) in setUp() 106 FILE_NAME, mDefaultDialerCache, mAppLabelProxy); in setUp() 115 FILE_NAME) in tearDown()
|
D | TelecomSystemTest.java | 445 PhoneAccountRegistrar.FILE_NAME); in setupTelecomSystem()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 134 public static final String FILE_NAME = "phone-account-registrar-state.xml"; field in PhoneAccountRegistrar 158 this(context, FILE_NAME, defaultDialerCache, appLabelProxy); in PhoneAccountRegistrar()
|