Searched refs:GZIPPED_LICENSE_FILE_NAME (Results 1 – 4 of 4) sorted by relevance
19 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()
19 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()
47 static final String GZIPPED_LICENSE_FILE_NAME = "NOTICE.html.gz"; field in ModuleLicenseProvider96 .open(GZIPPED_LICENSE_FILE_NAME))) { in openFile() argument
72 ModuleLicenseProvider.GZIPPED_LICENSE_FILE_NAME); in test()