Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/legal/
DModuleLicensesPreferenceControllerTest.java19 import static com.android.settings.deviceinfo.legal.ModuleLicenseProvider.GZIPPED_LICENSE_FILE_NAME;
98 when(manager.list("")).thenReturn(new String[]{GZIPPED_LICENSE_FILE_NAME}); in displayPreference_alphabeticalOrder()
130 when(manager.list("")).thenReturn(new String[]{GZIPPED_LICENSE_FILE_NAME}); in displayPreference_includeOnlyModulesWithLicenseFile()
DModuleLicensesListPreferenceControllerTest.java19 import static com.android.settings.deviceinfo.legal.ModuleLicenseProvider.GZIPPED_LICENSE_FILE_NAME;
67 when(manager.list("")).thenReturn(new String[]{GZIPPED_LICENSE_FILE_NAME}); in getAvailabilityStatus_validLicenses_returnsAvailable()
/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicenseProvider.java47 static final String GZIPPED_LICENSE_FILE_NAME = "NOTICE.html.gz"; field in ModuleLicenseProvider
96 .open(GZIPPED_LICENSE_FILE_NAME))) { in openFile() argument
DModuleLicensesPreferenceController.java72 ModuleLicenseProvider.GZIPPED_LICENSE_FILE_NAME); in test()