Searched refs:MANUFACTURER_INTENT_RESOURCE (Results 1 – 1 of 1) sorted by relevance
61 private static final int MANUFACTURER_INTENT_RESOURCE = R.string.config_backup_settings_intent; field in BackupSettingsHelperTest314 when(spiedResources.getString(MANUFACTURER_INTENT_RESOURCE)).thenReturn(intent); in testIsBackupProvidedByManufacturer_WithIntent()329 when(spiedResources.getString(MANUFACTURER_INTENT_RESOURCE)).thenReturn(intent); in testIsBackupProvidedByManufacturer_WithoutIntent()359 when(spiedResources.getString(MANUFACTURER_INTENT_RESOURCE)).thenReturn(intent); in testGetIntentProvidedByManufacturer()