Searched refs:getStringCache (Results 1 – 11 of 11) sorted by relevance
222 String blockedByMessage = activityContext.getStringCache() != null in showCannotShareToast()223 ? activityContext.getStringCache().disabledByAdminMessage in showCannotShareToast()
279 String message = activityContext.getStringCache() != null in showBlockedByPolicyMessage()280 ? activityContext.getStringCache().disabledByAdminMessage in showBlockedByPolicyMessage()
254 if (mActivityContext.getStringCache() != null) { in setDeviceManagementResources()256 personalTab.setText(mActivityContext.getStringCache().widgetsPersonalTab); in setDeviceManagementResources()259 workTab.setText(mActivityContext.getStringCache().widgetsWorkTab); in setDeviceManagementResources()296 && mActivityContext.getStringCache() != null) { in updateRecyclerViewVisibility()297 mNoWidgetsView.setText(mActivityContext.getStringCache().workProfilePausedTitle); in updateRecyclerViewVisibility()
63 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
124 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
198 StringCache cache = mActivityContext.getStringCache(); in updateStringFromCache()
534 StringCache cache = mActivityContext.getStringCache(); in getDescription()1232 if (mActivityContext.getStringCache() != null) { in setDeviceManagementResources()1234 personalTab.setText(mActivityContext.getStringCache().allAppsPersonalTab); in setDeviceManagementResources()1237 workTab.setText(mActivityContext.getStringCache().allAppsWorkTab); in setDeviceManagementResources()
274 String message = launcher.getStringCache() != null in startWallpaperPicker()275 ? launcher.getStringCache().disabledByAdminMessage in startWallpaperPicker()
270 default StringCache getStringCache() { in getStringCache() method
304 public StringCache getStringCache() { in getStringCache() method in SecondaryDisplayLauncher
3087 public StringCache getStringCache() {3088 return mModelCallbacks.getStringCache();