Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/language/
DOnDeviceRecognitionPreferenceController.java70 final String resString = mContext.getString( in onDeviceRecognitionIntent() local
73 if (resString == null) { in onDeviceRecognitionIntent()
79 ComponentName.unflattenFromString(resString); in onDeviceRecognitionIntent()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java192 int resString = styleWallpaperExists in getOptions() local
197 resString, in getOptions()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2709 final String resString = getResStringConfig(mContext, configResource, ""); in matchesHttpContent() local
2711 return content.matches(resString); in matchesHttpContent()
2713 Log.e(TAG, "Pattern syntax exception occurs when matching the resource=" + resString, in matchesHttpContent()