Home
last modified time | relevance | path

Searched refs:resString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java157 int resString = Utilities.existsStyleWallpapers(launcher) ? in showDefaultOptions() local
161 options.add(new OptionItem(resString, resDrawable, in showDefaultOptions()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2531 final String resString = getResStringConfig(mContext, configResource, ""); in matchesHttpContent() local
2533 return content.matches(resString); in matchesHttpContent()
2535 Log.e(TAG, "Pattern syntax exception occurs when matching the resource=" + resString, in matchesHttpContent()