Searched refs:getStringCache (Results 1 – 11 of 11) sorted by relevance
200 String blockedByMessage = activityContext.getStringCache() != null in showCannotShareToast()201 ? activityContext.getStringCache().disabledByAdminMessage in showCannotShareToast()
267 if (mActivityContext.getStringCache() != null) { in setDeviceManagementResources()269 personalTab.setText(mActivityContext.getStringCache().widgetsPersonalTab); in setDeviceManagementResources()272 workTab.setText(mActivityContext.getStringCache().widgetsWorkTab); in setDeviceManagementResources()314 && mActivityContext.getStringCache() != null) { in updateRecyclerViewVisibility()315 mNoWidgetsView.setText(mActivityContext.getStringCache().workProfilePausedTitle); in updateRecyclerViewVisibility()
282 String message = activityContext.getStringCache() != null in showBlockedByPolicyMessage()283 ? activityContext.getStringCache().disabledByAdminMessage in showBlockedByPolicyMessage()
269 String message = launcher.getStringCache() != null in startWallpaperPicker()270 ? launcher.getStringCache().disabledByAdminMessage in startWallpaperPicker()
253 default StringCache getStringCache() { in getStringCache() method
64 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
122 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
485 StringCache cache = mActivityContext.getStringCache(); in getDescription()1167 if (mActivityContext.getStringCache() != null) { in setDeviceManagementResources()1169 personalTab.setText(mActivityContext.getStringCache().allAppsPersonalTab); in setDeviceManagementResources()1172 workTab.setText(mActivityContext.getStringCache().allAppsWorkTab); in setDeviceManagementResources()
211 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
318 public StringCache getStringCache() { in getStringCache() method in SecondaryDisplayLauncher
3102 public StringCache getStringCache() {