Home
last modified time | relevance | path

Searched refs:FILE_NAME (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DConditionManager.java48 private static final String FILE_NAME = "condition_state.xml"; field in ConditionManager
109 Log.w(TAG, "Problem reading " + FILE_NAME, e); in readFromXml()
139 Log.w(TAG, "Problem writing " + FILE_NAME, e); in saveToXml()
253 mXmlFile = new File(mContext.getFilesDir(), FILE_NAME); in doInBackground()
/packages/apps/RetailDemo/src/com/android/retaildemo/
DDataReaderWriter.java35 private static final String FILE_NAME = "last_download_info.txt"; field in DataReaderWriter
88 return context.getObbDir() + File.separator + FILE_NAME; in getFilePath()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java63 private static final String FILE_NAME = "phone-account-registrar-test-1223.xml"; field in PhoneAccountRegistrarTest
77 FILE_NAME) in setUp()
85 FILE_NAME, mDefaultDialerCache, mAppLabelProxy); in setUp()
93 FILE_NAME) in tearDown()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java137 private static final String FILE_NAME = "phone-account-registrar-state.xml"; field in PhoneAccountRegistrar
160 this(context, FILE_NAME, defaultDialerCache, appLabelProxy); in PhoneAccountRegistrar()